2019-05-16 14:21:00 +08:00

30 lines
2.2 KiB
Plaintext

.order-details .header{padding:0 30rpx;height:150rpx;}
.order-details .header.on{background-color:#666!important;}
.order-details .header .pictrue{width:110rpx;height:110rpx;}
.order-details .header .pictrue image{width:100%;height:100%;}
.order-details .header .data{color:rgba(255,255,255,0.8);font-size:24rpx;margin-left:27rpx;}
.order-details .header .data.on{margin-left:0;}
.order-details .header .data .state{font-size:30rpx;font-weight:bold;color:#fff;margin-bottom:7rpx;}
.order-details .header .data .time{margin-left:20rpx;}
.order-details .nav{background-color:#fff;font-size:26rpx;color:#282828;padding:25rpx 0;}
.order-details .nav .navCon{padding:0 40rpx;}
.order-details .nav .progress{padding:0 65rpx;margin-top:10rpx;}
.order-details .nav .progress .line{width:100rpx;height:2rpx;background-color:#939390;}
.order-details .nav .progress .iconfont{font-size:25rpx;color:#939390;margin-top:-2rpx;}
.order-details .address{font-size:26rpx;color:#868686;background-color:#fff;margin-top:13rpx;padding:35rpx 30rpx;}
.order-details .address .name{font-size:30rpx;color:#282828;margin-bottom:15rpx;}
.order-details .address .name .phone{margin-left:40rpx;}
.order-details .line{width:100%;height:3rpx;}
.order-details .line image{width:100%;height:100%;display:block;}
.order-details .wrapper{background-color:#fff;margin-top:12rpx;padding:30rpx;}
.order-details .wrapper .item{font-size:28rpx;color:#282828;}
.order-details .wrapper .item~.item{margin-top:20rpx;}
.order-details .wrapper .item .conter{color:#868686;width:460rpx;text-align:right;}
.order-details .wrapper .item .conter .copy{font-size:20rpx;color:#333;border-radius:3rpx;border:1rpx solid #666;padding:3rpx 15rpx;margin-left:24rpx;}
.order-details .wrapper .actualPay{border-top:1rpx solid #eee;margin-top:30rpx;padding-top:30rpx;}
.order-details .wrapper .actualPay .money{font-weight:bold;font-size:30rpx;}
.order-details .footer{width:100%;height:100rpx;position:fixed;bottom:0;left:0;background-color:#fff;padding:0 30rpx;box-sizing:border-box;}
.order-details .footer .bnt{width:176rpx;height:60rpx;text-align:center;line-height:60rpx;border-radius:50rpx;color:#fff;font-size:27rpx;}
.order-details .footer .bnt.cancel{color:#aaa;border:1rpx solid #ddd;}
.order-details .footer .bnt~.bnt{margin-left:18rpx;}