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

102 lines
1.6 KiB
Plaintext
Raw Normal View History

2024-12-10 10:35:22 +00:00
.search-line {
2025-01-13 13:07:00 +00:00
width: 100%;
2024-12-10 10:35:22 +00:00
display: flex;
align-items: center;
2025-01-13 13:07:00 +00:00
justify-content: space-between;
padding: 10px;
2024-11-10 07:01:22 +00:00
}
2024-12-10 10:35:22 +00:00
.cancel {
2025-01-13 13:07:00 +00:00
color: var(--color-text-primary);
2024-11-10 07:01:22 +00:00
}
2024-12-10 10:35:22 +00:00
.image1{
width: 30rpx;
height: 30rpx;
2024-11-10 07:01:22 +00:00
}
2024-12-10 10:35:22 +00:00
.box{
2024-12-17 11:46:10 +00:00
width: 90%;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #de868f;
border-radius: 40px;
margin-top: 20rpx;
2024-12-10 10:35:22 +00:00
}
2024-12-17 11:46:10 +00:00
.box1{
width: 100%;
display: flex;
justify-content: center;
2024-12-10 10:35:22 +00:00
}
2024-12-17 11:46:10 +00:00
.box4{
width: 120rpx;
height: 50rpx;
border: 1px solid #4095e5;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
bottom: 310rpx;
left: 530rpx;
2024-12-10 10:35:22 +00:00
}
2024-12-17 11:46:10 +00:00
.dingwei{
position: relative;
}
.statues{
font-size: 13px;
width: 100rpx;
background-color: #4095e5;
margin-top: 20rpx;
margin-left: 10rpx;
color: white;
position: relative;
/* top: 88rpx;
right: 210rpx; */
2024-12-10 10:35:22 +00:00
}
.text{
2024-12-17 11:46:10 +00:00
font-weight: bolder;
margin-left: 10rpx;
position: relative;
top: 30rpx;
right: 10rpx;
2024-11-10 07:01:22 +00:00
}
2024-12-17 11:46:10 +00:00
.wenzi{
width: 65%;
height: 200rpx;
position: relative;
left: 220rpx;
bottom: 180rpx;
2024-12-10 10:35:22 +00:00
}
2024-12-17 11:46:10 +00:00
.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;
2024-12-10 10:35:22 +00:00
}
.box2{
display: flex;
justify-content: center;
align-items: center;
margin-top: 50rpx;
flex-direction: column;
2025-01-13 13:07:00 +00:00
}
.dingweikuang{
width: 100%;
position: relative;
left: 50rpx;
top: 30rpx;
}
.dingweiimage{
width: 30rpx;
height: 30rpx;
2024-11-10 07:01:22 +00:00
}