storeCommission.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .cms-top.data-v-0c498b52 {
  12. width: 750rpx;
  13. height: 400rpx;
  14. position: relative;
  15. }
  16. .cms-top .top-bg.data-v-0c498b52 {
  17. width: 750rpx;
  18. height: 400rpx;
  19. position: absolute;
  20. }
  21. .cms-top .top-num.data-v-0c498b52 {
  22. padding-top: 120rpx;
  23. width: 750rpx;
  24. color: #fff;
  25. font-size: 32rpx;
  26. font-family: PingFang SC;
  27. font-weight: bold;
  28. color: #FFFFFF;
  29. text-align: center;
  30. position: relative;
  31. }
  32. .cms-top .top-num text.data-v-0c498b52 {
  33. font-size: 47rpx;
  34. }
  35. .order-item.data-v-0c498b52 {
  36. padding: 20rpx 30rpx;
  37. line-height: 1.5;
  38. position: relative;
  39. }
  40. .order-item .title-box .title.data-v-0c498b52 {
  41. font-size: 32rpx;
  42. color: #606266;
  43. }
  44. .order-item .title-box .time.data-v-0c498b52 {
  45. font-size: 28rpx;
  46. color: #909399;
  47. }
  48. .order-item .money.data-v-0c498b52 {
  49. color: #901B21;
  50. font-size: 32rpx;
  51. }
  52. .order-item .jg.data-v-0c498b52 {
  53. width: 701rpx;
  54. height: 2rpx;
  55. background: #F0F4F8;
  56. margin: 0 auto;
  57. position: absolute;
  58. bottom: 0;
  59. }
  60. .tx-btn.data-v-0c498b52 {
  61. position: absolute;
  62. bottom: 50rpx;
  63. left: 0;
  64. right: 0;
  65. margin: auto;
  66. width: 674rpx;
  67. height: 88rpx;
  68. background: #901b21;
  69. border-radius: 44rpx;
  70. font-size: 36rpx;
  71. font-family: PingFang SC;
  72. font-weight: 500;
  73. color: #FFFFFF;
  74. text-align: center;
  75. line-height: 88rpx;
  76. z-index: 99;
  77. }
  78. .scroll-wrap.data-v-0c498b52 {
  79. padding-bottom: 168rpx;
  80. }