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

86 lines
1.3 KiB
Plaintext
Raw Normal View History

2024-11-10 07:01:22 +00:00
2024-12-10 10:35:22 +00:00
.search-line {
display: flex;
align-items: center;
justify-content: center;
padding: 16px;
2024-11-10 07:01:22 +00:00
}
2024-12-10 10:35:22 +00:00
.cancel {
margin-left: 8px;
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-11-10 07:01:22 +00:00
width: 100%;
2024-12-10 10:35:22 +00:00
display: flex; /* 启用 Flexbox 布局 */
flex-direction: column; /* 设置主轴为竖直方向 */
align-items: center; /* 在交叉轴(水平方向)上居中对齐 */
height: 100vh;
}
.kuang{
width: 90%;
height: 240rpx;
border: 1px solid #de868f;
border-radius: 20px;
margin-top: 20rpx;
}
.image{
width: 100px;
height: 100px;
border-radius: 20px;
position: relative;
top: 25rpx;
left: 20rpx;
}
.wenzi{
width: 65%;
height: 200rpx;
position: relative;
left: 220rpx;
bottom: 180rpx;
}
.text{
font-weight: bolder;
margin-left: 10rpx;
position: relative;
top: 30rpx;
right: 10rpx;
2024-11-10 07:01:22 +00:00
}
2024-12-10 10:35:22 +00:00
.box1{
font-size: 13px;
width: 100rpx;
background-color: #21a612;
margin-top: 20rpx;
margin-left: 10rpx;
color: white;
position: relative;
top: 88rpx;
right: 210rpx;
}
.dingwei{
position: relative;
}
.box2{
display: flex;
justify-content: center;
align-items: center;
margin-top: 50rpx;
flex-direction: column;
}
.box4{
width: 120rpx;
height: 50rpx;
border: 1px solid #21a612;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
2024-11-10 07:01:22 +00:00
position: relative;
2024-12-10 10:35:22 +00:00
left: 300rpx;
2024-11-10 07:01:22 +00:00
}