index.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. page{
  2. background: white;
  3. }
  4. .box{
  5. padding: 20rpx;
  6. }
  7. .box-list{
  8. width: 670rpx;
  9. height: 120rpx;
  10. background-color: #FFFFFF;
  11. border-radius: 8rpx;
  12. position: relative;
  13. padding: 20rpx;
  14. margin-bottom: 10rpx;
  15. }
  16. .box-list-icon{
  17. position: absolute;
  18. z-index: 10;
  19. left: 0;
  20. top: 0;
  21. display: inline-block;
  22. width: 28rpx;
  23. height: 28rpx;
  24. }
  25. .box-list-left{
  26. display: inline-block;
  27. width: 520rpx;
  28. height: 120rpx;
  29. float: left;
  30. }
  31. .box-list-right{
  32. display: inline-block;
  33. width: 132rpx;
  34. height: 120rpx;
  35. line-height: 120rpx;
  36. float: right;
  37. }
  38. .box-btn{
  39. display: inline-block;
  40. width: 132rpx;
  41. height: 48rpx;
  42. line-height: 48rpx;
  43. text-align: center;
  44. border-radius: 24rpx;
  45. vertical-align: middle;
  46. background-color: #DFDFDF;
  47. border: 1rpx solid #949494;
  48. color: #949494;
  49. font-size: 28rpx;
  50. }
  51. .box-btn.box-btn-use{
  52. color: #FFB145;
  53. background-color: #FFE5C0;
  54. border: 1rpx solid #FFB145;
  55. }
  56. .box-list-org{
  57. color: #333333;
  58. font-size: 32rpx;
  59. font-weight: 500;
  60. }
  61. .box-list-serve,.box-list-date{
  62. color: #949494;
  63. font-size: 28rpx;
  64. font-weight: 500;
  65. }
  66. .no-data{
  67. width: 100%;
  68. height: auto;
  69. margin: 0 auto;
  70. margin-top: 20%;
  71. text-align: center;
  72. }
  73. .no-data image{
  74. width: 430rpx;
  75. height: 316rpx;
  76. }
  77. .no-data .no-data-text{
  78. color: #C5C8D9;
  79. font-size: 25rpx;
  80. }
  81. .tab-list{
  82. display: flex;
  83. text-align: center;
  84. padding: 0 10rpx;
  85. }
  86. .tab-list-list{
  87. margin-left: 110rpx;
  88. }
  89. .tab-active{
  90. color: var(--themeColor);
  91. border-bottom: 7rpx solid var(--themeColor);
  92. }
  93. .body-list{
  94. margin-top: 10rpx;
  95. border-bottom: 7rpx solid #F1F1F1;
  96. padding-bottom: 10rpx;
  97. }
  98. .body-list-list-left{
  99. color: #999999;
  100. font-size: 30rpx;
  101. padding: 5rpx 0;
  102. }
  103. .option-left{
  104. float: left;
  105. background: var(--themeColor);
  106. color: white;
  107. font-size: 36rpx;
  108. width: 115rpx;
  109. height: 47rpx;
  110. text-align: center;
  111. -webkit-border-top-left-radius: 17rpx;
  112. -webkit-border-top-right-radius: 17rpx;
  113. -webkit-border-bottom-left-radius: 17rpx;
  114. -webkit-border-bottom-right-radius: 17rpx
  115. }
  116. .option-right{
  117. background: red;
  118. color: white;
  119. font-size: 36rpx;
  120. width: 115rpx;
  121. height: 47rpx;
  122. text-align: center;
  123. -webkit-border-top-left-radius: 17rpx;
  124. -webkit-border-top-right-radius: 17rpx;
  125. -webkit-border-bottom-left-radius: 17rpx;
  126. -webkit-border-bottom-right-radius: 17rpx;
  127. margin-left: 560rpx;
  128. }
  129. .option{
  130. margin-top: 20rpx;
  131. margin-bottom: 20rpx;
  132. }
  133. .phone{
  134. width: 10rpx;
  135. height: 10rpx;
  136. }
  137. .option-left-left{
  138. background: red;
  139. color: white;
  140. font-size: 36rpx;
  141. width: 115rpx;
  142. height: 47rpx;
  143. text-align: center;
  144. -webkit-border-top-left-radius: 17rpx;
  145. -webkit-border-top-right-radius: 17rpx;
  146. -webkit-border-bottom-left-radius: 17rpx;
  147. -webkit-border-bottom-right-radius: 17rpx;
  148. margin-left: 572rpx;
  149. margin-top: -70rpx;
  150. }
  151. .yym{
  152. width: 110rpx;
  153. font-size: 34rpx;
  154. height: 50rpx;
  155. line-height: 50rpx;
  156. text-align: center;
  157. background: var(--themeColor);
  158. color: white;
  159. -webkit-border-top-left-radius: 17rpx;
  160. -webkit-border-top-right-radius: 17rpx;
  161. -webkit-border-bottom-left-radius: 17rpx;
  162. -webkit-border-bottom-right-radius: 17rpx;
  163. margin-left: 578rpx;
  164. margin-top: -150rpx;
  165. position: absolute;
  166. }
  167. .line1{
  168. text-align: center;
  169. background: var(--themeColor);
  170. color: var(--themeColor);
  171. position: absolute;
  172. margin-left: 29.5%;
  173. width: 8rpx;
  174. }
  175. .line2{
  176. text-align: center;
  177. background: var(--themeColor);
  178. color: var(--themeColor);
  179. position: absolute;
  180. margin-left: 55%;
  181. width: 8rpx;
  182. }