first commit
This commit is contained in:
49
unpackage/dist/dev/mp-alipay/pages/order/order.acss
vendored
Normal file
49
unpackage/dist/dev/mp-alipay/pages/order/order.acss
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
.order_view.data-v-93207a4f {
|
||||
background: #ffffff;
|
||||
border-radius: 16rpx;
|
||||
padding: 25rpx;
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
.order_view_info.data-v-93207a4f {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
justify-content: start;
|
||||
}
|
||||
.order_view_info_img.data-v-93207a4f {
|
||||
width: 208rpx;
|
||||
height: 208rpx;
|
||||
margin-right: 15rpx;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.order_view_info_right.data-v-93207a4f {
|
||||
flex: 1;
|
||||
font-size: 28rpx;
|
||||
color: #232323;
|
||||
}
|
||||
.order_view_info_right_tit.data-v-93207a4f {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 15rpx;
|
||||
}
|
||||
.order_view_info_right_num.data-v-93207a4f {
|
||||
margin-bottom: 15rpx;
|
||||
}
|
||||
.order_view_info_right_mon.data-v-93207a4f {
|
||||
margin-bottom: 15rpx;
|
||||
}
|
||||
.order_view_info_right_mon text.data-v-93207a4f {
|
||||
color: #ff2e24;
|
||||
}
|
||||
.order_view_dd.data-v-93207a4f {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
font-weight: bold;
|
||||
font-size: 28rpx;
|
||||
color: #232323;
|
||||
margin-bottom: 15rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user