Files
MALL_MP_WX/components/orderItem/index.scss
dt_2916866708 f756390529 第一次提交
2024-02-28 17:26:46 +08:00

40 lines
806 B
SCSS

.orderItem {
font-family: PingFang SC-Medium, PingFang SC;
width: 691rpx;
min-height: 183rpx;
background: #ffffff;
border-radius: 10rpx 10rpx 10rpx 10rpx;
opacity: 1;
margin: 0 auto;
margin-top: 28rpx;
box-shadow: 0rpx 2rpx 6rpx 0rpx rgba(0, 0, 0, 0.08);
box-sizing: border-box;
padding: 30rpx 24rpx;
.orderItem_header {
border-bottom: 1rpx solid #f1f2f7;
padding-bottom: 19rpx;
margin-bottom: 19rpx;
.orderItem_header_number {
font-size: 22rpx;
color: #666666;
}
.orderItem_header_type {
color: #36658d;
font-size: 28rpx;
}
}
.orderItem_bottom {
.orderItem_bottom_time {
color: #666666;
font-size: 24rpx;
}
.orderItem_bottom_price {
font-size: 38rpx;
color: #ea0000;
}
.orderItem_bottom_name {
color: #000000;
font-size: 30rpx;
}
}
}