/* 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; } .depart { font-size: 24rpx; font-weight: 500; color: #1C274C; } .user-info { height: 54rpx; background: #F5F7F9; border-radius: 27rpx 27rpx 27rpx 27rpx; opacity: 1; font-size: 24rpx; font-weight: 500; color: #1C274C; line-height: 54rpx; } .user-img { width: 40rpx; height: 40rpx; background: #9B9B9B; border-radius: 0rpx 0rpx 0rpx 0rpx; opacity: 1; border-radius: 50%; padding-right: 8rpx; vertical-align: middle; margin: 0 8rpx 0 0; } .send-btn { width: 161rpx; height: 56rpx; border-radius: 10rpx 10rpx 10rpx 10rpx; opacity: 1; line-height: 56rpx; font-size: 22rpx; font-weight: 500; color: #FFFFFF; } .receive{ width: 160rpx; height: 56rpx; } .skillInfo{ background-color: #F5F7F9; height: 54rpx; border-radius: 27rpx; padding: 0 16rpx; } .avatar{ width: 40rpx; height: 40rpx; border-radius: 50%; } .navigation{ width: 32rpx; height: 32rpx; }