index.less 941 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /* pages/appointReplace/index.wxss */
  2. page {
  3. --cell-vertical-padding: 12rpx;
  4. // --cell-horizontal-padding: 0;
  5. --cell-background-color: transparent;
  6. }
  7. .container{
  8. padding-bottom: 120rpx;
  9. }
  10. .bottomBtn{
  11. padding-top: 20rpx;
  12. text-align: right;
  13. }
  14. .bottomBtn button {
  15. margin-left: 0 !important;
  16. }
  17. .orderLoadBox{
  18. > .title{
  19. height: 100rpx;
  20. line-height: 100rpx;
  21. font-weight: bold;
  22. font-size: 40rpx;
  23. color: #14284A;
  24. text-align: center;
  25. background: linear-gradient( 180deg, #D4E1F6 0%, #FFFFFF 100%);
  26. }
  27. .dialogUser{
  28. height: 50vh;
  29. padding-top: 30rpx;
  30. .saleItem{
  31. width: 700rpx;
  32. margin:0 auto 30rpx;
  33. padding-bottom: 20rpx;
  34. border-bottom: 1px solid #eee;
  35. .title{
  36. font-size: 36rpx;
  37. display: flex;
  38. justify-content: space-between;
  39. }
  40. .time{
  41. margin-top: 10rpx;
  42. color: #666;
  43. font-size: 24rpx;
  44. }
  45. }
  46. }
  47. }