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.
40 lines
806 B
40 lines
806 B
![]()
1 year ago
|
.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;
|
||
|
}
|
||
|
}
|
||
|
}
|