signConfirm.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* Confirm.css */
  2. page{padding-bottom: 110rpx;}
  3. .top{background: #fff;padding: 40rpx 32rpx 35rpx;}
  4. .top>.ddflex{align-items: flex-start;}
  5. .act-img{width: 270rpx;height: 174rpx;border-radius: 6rpx;margin-right: 23rpx;}
  6. .title{font-size: 28rpx;color: #000;line-height: 38rpx;margin-bottom: 15rpx;font-weight: bold;}
  7. .time{font-size: 26rpx;color: #666;}
  8. .time image{width: 22rpx;height: 25rpx;margin-right: 6rpx;}
  9. .sta{margin-top: 15rpx;}
  10. .area{font-size: 22rpx;color: #999;margin-right: 6rpx;}
  11. .area image{width: 23rpx;height: 26rpx;margin-right: 6rpx;}
  12. .money{font-size: 30rpx;color: #333;}
  13. .money text{font-size: 18rpx;}
  14. .date{background: #fff;margin-top: 32rpx;}
  15. .date .time{padding: 25rpx 0;border-top: 1rpx solid #e9e9e9;}
  16. .piao{padding: 26rpx 0;border-top: 1rpx solid #E9E9E9;}
  17. .num{font-size: 28rpx;color: #666;margin-right: 38rpx;}
  18. .price{font-size: 30rpx;color: #F38423;}
  19. .price text{font-size: 18rpx;}
  20. .lists{padding: 0 32rpx;border-top: 20rpx solid #f6f6f6;background-color: #fff;}
  21. .lists .li{border-bottom: 1rpx solid #E9E9E9;padding-bottom: 30rpx;}
  22. .lists .li:last-child{border-bottom: none;}
  23. .li-top{padding: 30rpx 0 0;}
  24. .name{font-size: 30rpx;color: #000;}
  25. .phone{font-size: 30rpx;color: #A1A1A1;margin-top: 5rpx;}
  26. .li-opt{font-size: 24rpx;color: #A1A1A1;}
  27. .lists .li-opt.active .rico{transform:rotate(90deg);}
  28. .rico{width: 12rpx;height: 20rpx;margin-left: 13rpx;}
  29. .li-bot{font-size: 24rpx;color: #333;padding: 20rpx 0 0;}
  30. .li-bot .lis{padding: 10rpx 0;}
  31. .li-bot .fflex{color: #A1A1A1;}
  32. .list{padding: 0 32rpx;border-top: 20rpx solid #f6f6f6;}
  33. .list .li{padding: 30rpx 0;border-bottom: 1rpx solid #E9E9E9;font-size: 30rpx;color: #000;}
  34. .list .li:last-child{border-bottom: none;}
  35. .ming{background: #fff;padding: 40rpx 32rpx;border-top: 20rpx solid #f6f6f6;}
  36. .tits{font-size: 30rpx;color: #000;margin-bottom: 30rpx;}
  37. .tips{font-size: 30rpx;color: #999;line-height: 44rpx;}
  38. .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;}
  39. .heji{font-size: 30rpx;color: #000;}
  40. .heji text{color: #F38423;font-size: 36rpx;}
  41. .heji text.yuan{font-size: 20rpx;}
  42. .btn{width: 370rpx;height: 70rpx;background: var(--btn);border-radius: 35rpx;font-size: 36rpx;color: #fff;text-align: center;line-height: 70rpx;}