| 123456789101112131415161718192021222324252627282930 |
- /* Confirm.css */
- page{padding-bottom: 110rpx;}
- .top{background: #fff;padding: 40rpx 32rpx 0;}
- .top>.ddflex{align-items: flex-start;}
- .act-img{width: 270rpx;height: 174rpx;border-radius: 6rpx;margin-right: 23rpx;}
- .title{font-size: 28rpx;color: #000;line-height: 38rpx;margin-bottom: 15rpx;}
- .time{font-size: 26rpx;color: #666;}
- .time image{width: 22rpx;height: 25rpx;margin-right: 6rpx;}
- .sta{margin-top: 15rpx;}
- .area{font-size: 22rpx;color: #999;margin-right: 6rpx;}
- .area image{width: 22rpx;height: 25rpx;margin-right: 6rpx;}
- .money{font-size: 30rpx;color: #333;}
- .money text{font-size: 18rpx;}
- .date{background: #fff;margin-top: 32rpx;}
- .date .time{padding: 25rpx 0;border-top: 1rpx solid #e9e9e9;}
- .piao{padding: 26rpx 0;border-top: 1rpx solid #E9E9E9;}
- .num{font-size: 28rpx;color: #666;margin-right: 38rpx;}
- .price{font-size: 30rpx;color: #FF1919;}
- .price text{font-size: 18rpx;}
- .list{margin: 20rpx 0;padding: 0 32rpx;background: #fff;}
- .list .li{padding: 30rpx 0;border-bottom: 1rpx solid #E9E9E9;font-size: 30rpx;color: #000;}
- .list .li:last-child{border-bottom: none;}
- .ming{background: #fff;padding: 40rpx 32rpx;}
- .tits{font-size: 30rpx;color: #000;margin-bottom: 30rpx;}
- .tips{font-size: 30rpx;color: #999;line-height: 44rpx;}
- .bot{position: fixed;left: 0;bottom: 0;right: 0;background: #fff;box-shadow: 0 -1rpx 0 #E9E9E9;padding: 20rpx 32rpx;z-index: 50;justify-content: space-between;}
- .heji{font-size: 30rpx;color: #000;}
- .heji text{color: #FF1919;font-size: 36rpx;}
- .heji text.yuan{font-size: 20rpx;}
- .btn{width: 370rpx;height: 70rpx;background: #E9001E;border-radius: 35rpx;font-size: 36rpx;color: #fff;text-align: center;line-height: 70rpx;}
|