jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/pages/shangmenyuyue/shangmenyuyue.acss
2024-12-10 18:35:22 +08:00

86 lines
1.3 KiB
Plaintext

.search-line {
display: flex;
align-items: center;
justify-content: center;
padding: 16px;
}
.cancel {
margin-left: 8px;
}
.image1{
width: 30rpx;
height: 30rpx;
}
.box{
width: 100%;
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;
}
.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;
position: relative;
left: 300rpx;
}