dm-wechat-mini/pages/order/markup/index.wxss
2025-03-07 21:52:56 +08:00

80 lines
1.3 KiB
Plaintext

.page-container .head{
font-size: 34rpx;
font-weight: 500;
}
.page-container .spliter{
margin:30rpx 0;
}
.order-info{
color:#666666;
display: flex;
flex-direction: column;
gap: 36rpx;
}
.order-info::after{
right:20rpx;
}
.order-info .value{
font-size: 32rpx;
color:#222222;
margin-left:30rpx;
}
.delivery-man .info{
display:flex;
align-items: center;
}
.delivery-man .info .avatar{
width:100rpx;height:100rpx;
border-radius: 50%;
}
.delivery-man .info .name{
font-size: 32rpx;
font-weight: 600;
margin-left: 30rpx;
flex:1;
}
.delivery-man .info .button{
border-radius: 10rpx;
font-size: 24rpx;
font-weight: normal;
}
.delivery-man .info .button .icon{
width:24rpx;height:24rpx;
}
.reason-area .imgs{
display: flex;
margin-top:30rpx;
gap: 20rpx;
}
.reason-area .reason{
color:#555555;
}
.reason-area .imgs .item{
width:144rpx;height:144rpx;
border-radius: 12rpx;
}
.markup-money{
display: flex;
padding:40rpx 30rpx;
justify-content: space-between;
align-items: center;
font-size: 32rpx;
font-weight: 500;
}
.markup-money .money{
font-size: 40rpx;
}
.bottom-bar-v2 .btns{
display: flex;
gap: 24rpx;
}
.bottom-bar-v2 .btns .cancel{
width:240rpx;
font-weight: normal;
}
.bottom-bar-v2 .btns .accept{
flex:1;
font-weight: 500;
}