| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- /* component/order/order.wxss */
- @import "/common.wxss";
- .item-box {
- width: 686rpx;
- /* height: 701rpx; */
- background: #FFFFFF;
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- opacity: 1;
- margin: auto;
- }
- .pica-t {
- font-size: 24rpx;
- font-weight: 500;
- color: #A4A9B7;
- }
- .after-sale {
- font-size: 24rpx;
- font-weight: 500;
- color: #1C274C;
- }
- .t-red {
- font-size: 24rpx;
- font-weight: 500;
- color: #FF2121;
- }
- .time-date {
- font-size: 30rpx;
- font-weight: bold;
- color: #1C274C;
- }
- .time-hour {
- font-size: 30rpx;
- font-weight: bold;
- display: inline-block;
- }
- .items {
- width: 574rpx;
- height: 120rpx;
- background: #F5F7F9;
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- opacity: 1;
- margin: auto;
- }
- .img-box {
- width: 120rpx;
- height: 120rpx;
- background: #D9D9D9;
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- opacity: 1;
- }
- .item-title {
- font-size: 30rpx;
- font-weight: bold;
- color: #1C274C;
- }
- .item-tab {
- font-size: 22rpx;
- font-weight: 500;
- color: #A4A9B7;
- background-color: #FFFFFF;
- padding: 5rpx 12rpx;
- }
- .item-price {
- font-size: 22rpx;
- font-weight: 500;
- color: #FF9600;
- }
- .item-number {
- font-size: 22rpx;
- font-weight: 500;
- color: #A4A9B7;
- text-align: right;
- }
- .server-text {
- font-size: 22rpx;
- font-weight: bold;
- color: #A4A9B7;
- }
- .text-b {
- color: #1C274C;
- }
- .wire {
- width: 622rpx;
- height: 0rpx;
- opacity: 1;
- border: 1rpx solid rgba(164, 169, 183, 0.2);
- margin: auto;
- }
- .total {
- color: #A4A9B7;
- }
- .unit {
- color: #FF9600;
- }
- .total-prices {
- color: #FF9600;
- font-weight: bold;
- }
- .receive{
- width: 160rpx;
- height: 56rpx;
- }
|