index.rpx.scss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. /* 服务订单内容*/
  2. .service-order-tab-bar {
  3. background: #fff;
  4. display: flex;
  5. justify-content: space-around;
  6. height: 50px;
  7. background-color: #f5f5f5;
  8. .service-order-tab-item {
  9. flex: 1;
  10. display: flex;
  11. align-items: center;
  12. justify-content: center;
  13. font-size: 16px;
  14. color: #333;
  15. line-height: 26px;
  16. }
  17. .underline {
  18. border-bottom: 2px solid #FFE05C;
  19. }
  20. }
  21. .bg-img {
  22. background-image: url('/static/coupon/u210.png');
  23. background-repeat: repeat;
  24. height: 94px;
  25. margin: 12px;
  26. }
  27. .bg-img1 {
  28. background-image: url('/static/coupon/u211.png');
  29. background-repeat: repeat;
  30. height: 94px;
  31. margin: 12px;
  32. }
  33. .service-order {
  34. // background: #fff;
  35. }
  36. /* 门店列表 */
  37. .store-wrap {
  38. border-radius: 2px;
  39. padding-bottom: 12px;
  40. padding-left: 12px;
  41. padding-right: 12px;
  42. .row-list {
  43. .store-content {
  44. display: flex;
  45. align-items: center;
  46. height: 94px;
  47. color: #333333;
  48. .h-left-content {
  49. width: 26%;
  50. text-align: center;
  51. .h-text {
  52. width: 100%;
  53. font-weight: 400;
  54. line-height: 18px;
  55. font-size: 12px;
  56. .money {
  57. font-size: 18px;
  58. font-weight: bold;
  59. line-height: 26px;
  60. }
  61. }
  62. }
  63. .h-center-content {
  64. width: 50%;
  65. padding-left: 12px;
  66. .title {
  67. width: 100%;
  68. color: #999999;
  69. font-size: 12px;
  70. line-height: 18px;
  71. .h-value {
  72. font-size: 18px;
  73. line-height: 32px;
  74. color: #333333;
  75. }
  76. }
  77. }
  78. .h-right-content {
  79. width: 24%;
  80. display: flex;
  81. justify-content: center;
  82. align-items: center;
  83. background-image: url('/static/coupon/u2102.png');
  84. height: 94px;
  85. .h-btn-value-use {
  86. background: #FFE05C;
  87. color: #333333;
  88. height: 30px;
  89. width: 80px;
  90. text-align: center;
  91. line-height: 30px;
  92. border-radius: 15px;
  93. font-size: 14px;
  94. }
  95. .h-btn-value-receive {
  96. background: #93D21A;
  97. color: #fff;
  98. height: 30px;
  99. width: 80px;
  100. text-align: center;
  101. line-height: 30px;
  102. border-radius: 15px;
  103. }
  104. .h-btn-img {
  105. display: flex;
  106. align-items: center;
  107. image {
  108. height: 68px;
  109. width: 68px;
  110. }
  111. }
  112. }
  113. }
  114. }
  115. }
  116. /* 产品订单 */
  117. .product-order {
  118. margin-top: 12px;
  119. }
  120. /* 底部 */
  121. .footer {
  122. margin-top: 30px;
  123. height: 120px;
  124. font-size: 12px;
  125. text-align: center;
  126. color: #666;
  127. }