jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/pages/shouye/shouye.acss

97 lines
1.5 KiB
Plaintext
Raw Normal View History

2024-11-10 07:01:22 +00:00
.k1{
width: 100%;
height: 60px;
background-color: #efaab1b7;
2024-12-17 11:46:10 +00:00
margin-top: 70rpx;
2024-11-10 07:01:22 +00:00
}
.z1{
font-size: 25px;
font-weight: bolder;
2024-12-17 11:46:10 +00:00
position: relative;
2024-11-10 07:01:22 +00:00
color: #ffffff;
top:15px;
left:20px;
}
2024-11-15 03:51:28 +00:00
.box4 {
display: inline-flex;
width: 160rpx;
height: 160rpx;
background-color: pink;
border-radius: 10%;
justify-content: center;
align-items: center;
box-shadow: -10px 10px 0px rgba(33, 2, 2, 0.1);
position: relative;
}
.box5 {
width: 100%;
position: relative;
margin-left: 30rpx;
2024-12-17 11:46:10 +00:00
top: 30rpx;
2024-11-15 03:51:28 +00:00
}
.text3{
color: white;
2024-12-17 11:46:10 +00:00
}
.box6{
width: 120rpx;
height: 50rpx;
border: 1px solid #4095e5;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
bottom: 300rpx;
left: 530rpx;
}
.dingwei{
position: relative;
}
.statues{
font-size: 13px;
width: 100rpx;
background-color: #4095e5;
margin-top: 20rpx;
margin-left: 10rpx;
color: white;
position: relative;
}
.text{
font-weight: bolder;
margin-left: 10rpx;
position: relative;
top: 30rpx;
right: 10rpx;
}
.wenzi{
width: 65%;
height: 200rpx;
position: relative;
left: 220rpx;
bottom: 180rpx;
}
.image{
width: 100px;
height: 100px;
border-radius: 20px;
position: relative;
top: 25rpx;
left: 20rpx;
}
.kuang{
width: 90%;
height: 240rpx;
border: 3px solid #de868f;
border-radius: 20px;
margin-top: 20rpx;
}
.box2{
display: flex;
justify-content: center;
align-items: center;
margin-top: 20rpx;
flex-direction: column;
2024-11-10 07:01:22 +00:00
}