serviceDetail.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. page{
  2. background:#F6F5F5;
  3. }
  4. /* 服务详情顶部 */
  5. .order-main-top{
  6. height:160rpx;
  7. background:url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/service-detail-bg.png') no-repeat center;
  8. background-size: 100% 100%;
  9. display: flex;
  10. align-items: center;
  11. justify-content: space-between;
  12. margin:0 0 20rpx;
  13. padding:0 24rpx;
  14. }
  15. .order-main-top view,.order-main-top text{
  16. color:#fff;
  17. font-size: 28rpx;
  18. }
  19. .order-main-top .order-detail-status{
  20. font-size: 36rpx;
  21. font-weight: bold;
  22. margin-bottom:10rpx;
  23. }
  24. .order-main-right{
  25. text-align: right;
  26. }
  27. .order-main-right .view-service{
  28. width:148rpx;
  29. height: 44rpx;
  30. line-height: 44rpx;
  31. border-radius:44rpx;
  32. border:1rpx solid #fff;
  33. text-align:center;
  34. margin:10rpx 0 0;
  35. }
  36. .order-main-right .current-times{
  37. font-size: 40rpx;
  38. font-weight: bold;
  39. }
  40. .service-info{
  41. margin:20rpx 24rpx;
  42. border-radius:40rpx;
  43. background: #fff;
  44. height: 322rpx;
  45. padding:32rpx 40rpx;
  46. display:flex;
  47. flex-direction: column;
  48. justify-content: space-between;
  49. }
  50. .info-content{
  51. height: 180rpx;
  52. display: flex;
  53. align-items: center;
  54. }
  55. .service-info view.info-title{
  56. font-size: 32rpx;
  57. color:#000;
  58. }
  59. .product-img{
  60. width:180rpx;
  61. height: 180rpx;
  62. margin-right:20rpx;
  63. }
  64. .info-detail view{
  65. color:#999;
  66. font-size: 28rpx;
  67. line-height: 56rpx;
  68. }
  69. .van-tabs view{
  70. color:#666;
  71. }
  72. .van-tab--active view{
  73. color:#09afff;
  74. }
  75. .service-list{
  76. border-top:1rpx solid #ddd;
  77. padding:20rpx 24rpx;
  78. }
  79. .service-item{
  80. height: 180rpx;
  81. border-radius:20rpx;
  82. margin:0 0 20rpx;
  83. padding:42rpx 24rpx 34rpx;
  84. background:#fff;
  85. display: flex;
  86. flex-direction: column;
  87. justify-content: space-between;
  88. }
  89. .service-time{
  90. display: flex;
  91. justify-content: space-between;
  92. }
  93. .service-time text{
  94. color:#999;
  95. font-size: 28rpx;
  96. }
  97. .item-left .service-item-status{
  98. font-size:28rpx;
  99. }
  100. .service-item-top{
  101. display: flex;
  102. align-items: center;
  103. justify-content: space-between;
  104. height: 32rpx;
  105. }
  106. .item-left{
  107. display: flex;
  108. align-items: center;
  109. }
  110. .service-item-top .item-left text{
  111. color:#333;
  112. font-weight: bold;
  113. font-size: 28rpx;
  114. }
  115. .ci-img{
  116. width:32rpx;
  117. height: 32rpx;
  118. margin-right:16rpx;
  119. }
  120. .service-item view.go-appoint{
  121. width:136rpx;
  122. height: 44rpx;
  123. line-height: 44rpx;
  124. text-align: center;
  125. border-radius:44rpx;
  126. border:1rpx solid #09afff;
  127. font-size: 28rpx;
  128. }
  129. .service-detail-page .no-list{
  130. margin:56rpx 0 0;
  131. text-align: center;
  132. color:#999;
  133. font-size: 28rpx;
  134. }
  135. /* 选择时间 */
  136. view.popup-wrapper{
  137. /* padding: 0 0 20rpx; */
  138. color:#333;
  139. display: flex;
  140. flex-direction: column;
  141. justify-content: space-between;
  142. height: 100%;
  143. }
  144. view.popup-wrapper view{
  145. color:#888;
  146. font-size: 30rpx;
  147. }
  148. .popup-content{
  149. flex:1;
  150. }
  151. .popup-title{
  152. height: 96rpx;
  153. line-height: 96rpx;
  154. text-align: center;
  155. border-bottom: 1rpx solid #ddd;
  156. }
  157. .popup-content{
  158. display: flex;
  159. }
  160. .time-select-left{
  161. flex:2;
  162. border-right:1rpx solid #ddd;
  163. padding:0 20rpx;
  164. }
  165. .time-select-right{
  166. flex:3;
  167. padding:0 8rpx;
  168. }
  169. .time-select-left-item{
  170. height: 108rpx;
  171. display: flex;
  172. flex-direction: column;
  173. justify-content: center;
  174. }
  175. .popup-content view.current-date{
  176. color:#09afff;
  177. font-weight: bold;
  178. }
  179. view.popup-wrapper .time-select-right-item{
  180. height: 104rpx;
  181. border-bottom:1rpx solid #ddd;
  182. display: flex;
  183. align-items: center;
  184. justify-content: space-between;
  185. padding:0 24rpx;
  186. }
  187. .time-select-right-item view{
  188. color:#6D7278;
  189. font-weight: bold;
  190. }
  191. view.popup-btn-wrapper{
  192. margin:20rpx 0 0;
  193. padding:0 24rpx 20rpx;
  194. }
  195. view.popup-btn-wrapper button > view{
  196. color:#fff;
  197. }
  198. view.popup-wrapper .date-tag{
  199. color:#09afff;
  200. height: 44rpx;
  201. line-height: 44rpx;
  202. width:130rpx;
  203. border:1rpx solid #09afff;
  204. border-radius:44rpx;
  205. text-align: center;
  206. font-weight: normal;
  207. font-size: 28rpx;
  208. }
  209. .first-appoint-date-item{
  210. height: 108rpx;
  211. display: flex;
  212. align-items: center;
  213. padding:0 0 0 240rpx;
  214. }
  215. .first-time-selected{
  216. margin:0 0 0 60rpx;
  217. }
  218. .select-week-times{
  219. border-top:1rpx solid #ddd;
  220. }
  221. .week-select-left{
  222. flex:1.2;
  223. }
  224. .week-select-left>view.time-select-left-item{
  225. padding:0 0 0 60rpx;
  226. display: flex;
  227. align-items: flex-start;
  228. justify-content: flex-start;
  229. flex-direction: row;
  230. padding:10rpx 0 0 60rpx;
  231. }
  232. .week-select-left>view.time-select-left-item .week-str{
  233. padding:12rpx 0 0 0;
  234. }
  235. view.popup-wrapper view.select-num-tag{
  236. width:32rpx;
  237. height: 32rpx;
  238. line-height: 32rpx;
  239. background:#09AFFF;
  240. border-radius: 34rpx;
  241. font-size: 20rpx;
  242. color:#fff;
  243. text-align: center;
  244. margin:0 0 0 6rpx;
  245. }