123456789101112131415161718192021222324252627282930 |
- page{background-color: #FBFBFC;}
- .order{margin: 24rpx 0;padding: 35rpx 30rpx 35rpx 50rpx;background-color: #fff;font-size: 28rpx;color: #999;}
- .order-info{line-height: 40rpx;}
- .order-status{display: flex;justify-content: space-between;align-items: center;margin-top: 45rpx;}
- .order-status .status{display: flex;align-items: center;}
- .order-status .status-img{width:48rpx;height: 48rpx;margin-right: 12rpx;}
- .order-status .status-text{font-size: 30rpx;color: #666;}
- .order-btn{text-align: center;height: 58rpx;line-height: 58rpx;}
- .order-btn.topay{width: 138rpx;border-radius: 6rpx;border: 1px solid #FFDA00;color: #FFDA00;}
- .order-btn.done{width: 168rpx;border: 1px solid #26D18B;color: #26D18B;border-radius: 34rpx;}
|