You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

38 lines
708 B

/* pages/user/retail/order/index.wxss */
.item {
border-radius: 20rpx;
background: white;
margin: 20rpx 30rpx;
padding: 0 20rpx;
color: #333333;
font-size: 26rpx;
line-height: 54rpx;
}
.item-top {
display: flex;
justify-content: space-between;
align-items: center;
height: 60rpx;
border-bottom: 1rpx solid #D8D8D8;
font-size: 30rpx;
font-weight: bold;
margin-bottom: 10rpx;
}
.item-top view {
color: rgba(11, 137, 142, 1);
}
page {
background: #f2f2f2;
}
.item-bottom {
border-top: 1rpx solid #D8D8D8;
line-height: 69rpx;
text-align: center;
font-weight: 500;
margin-top: 10rpx;
}
.line {
display: flex;
justify-content: space-between;
align-items: center;
}