order.scss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .writeoffitem-number{margin-bottom: 24rpx;background-color: #fff;padding: 24rpx;color: #666;border-bottom-left-radius: 14rpx;border-bottom-right-radius: 14rpx;}
  2. .consumer-code{display: flex;align-items: center;position: relative;}
  3. .consumer-code::after{content: '*';position: absolute;right: 45rpx;top: 40rpx;color: red;}
  4. .consumer-code-text{margin-right: 10rpx;}
  5. .consumer-code-input{flex: 1;}
  6. .consumer-code-input{border: 1px solid #007aff;padding: 10rpx;border-radius: 10rpx;}
  7. .hotel-info-room{display: flex;padding-bottom: 20rpx;border-bottom: 1px dotted #ebebeb;}
  8. .hotel-info-room .room-image{width: 150rpx;height: 150rpx;border-radius: 14rpx;margin-right: 24rpx;}
  9. .hotel-info-room .hotel-info-text{flex: 1;}
  10. .hotel-info-text-item{margin-bottom: 5rpx;}
  11. .hotel-info-text-room{font-size: 32rpx;}
  12. .hotel-info-text-service{color: #666;}
  13. .hotel-info-text-service .hotel-info-text-service-item{padding: 4rpx 10rpx;position: relative;}
  14. .hotel-info-text-service .hotel-info-text-service-item + .hotel-info-text-service-item::before{content: '';width: 1px;height: 24rpx;background-color: #666;position: absolute;left: 0;top: 50%;margin-top: -12rpx;}
  15. .room-detail-item{padding: 20rpx 0;border-bottom: 1px dotted #ebebeb;display: flex;align-items: center;justify-content: space-between;}
  16. .room-list{width: 100%;color: #666;}
  17. .room-list-item{margin-bottom: 10rpx;display: flex;justify-content: space-between;}
  18. .pay-total{margin-top: 24rpx;}
  19. .pay-total-item{display: flex;margin-bottom: 15rpx;justify-content: space-between;}
  20. .pay-total-way{color: #666;}
  21. .contact-info{margin-bottom: 40rpx;}
  22. .contact-info-item{display: flex;margin-bottom: 10rpx;}
  23. .contact-info-item-til{min-width: 150rpx;text-align: right;}
  24. .contact-info-item-con{color: #666;}
  25. .scan-hd-header{display: flex;margin-bottom: 15rpx;justify-content: space-between;align-items: center;}
  26. .scan-hd-header-til{color: #4235B6;}
  27. .scan-hd-header-btn{margin: unset;height: 50rpx;line-height: 50rpx;font-size: 28rpx;background: linear-gradient(180deg, #5a52c5 0%, #8257ed 100%);color: #fff;}
  28. .scan-hd-header-btn .iconfont{font-size: 28rpx;margin-right: 5rpx;}
  29. .scan-hd-list-item{display: flex;align-items: center;padding-left: 5rpx;background: #ececec;margin-bottom: 15rpx;}
  30. .scan-hd-list-item .item-til{padding-right: 10rpx;}
  31. .scan-hd-list-item .item-con{flex: 1;}
  32. .scan-hd-tip{color: #999;}
  33. .pay-way{display: flex;align-items: center;justify-content: space-between;}
  34. .radio-select uni-radio-group{display: flex;}
  35. .radio-select .uni-list-cell{margin-right: 50rpx;display: flex;align-items: center;}