serviceDetail.wxss 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  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:10rpx;
  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: 46rpx;
  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:10rpx;
  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: 42rpx;
  105. margin-bottom:10rpx;
  106. }
  107. .item-left{
  108. display: flex;
  109. align-items: center;
  110. }
  111. .service-item-top .item-left text{
  112. color:#333;
  113. font-weight: bold;
  114. font-size: 28rpx;
  115. }
  116. .ci-img{
  117. width:32rpx;
  118. height: 32rpx;
  119. margin-right:16rpx;
  120. }
  121. .service-item view.go-appoint{
  122. margin-top: 10rpx;
  123. float: right;
  124. width:136rpx;
  125. height: 44rpx;
  126. line-height: 44rpx;
  127. text-align: center;
  128. border-radius:44rpx;
  129. border:1rpx solid #09afff;
  130. font-size: 28rpx;
  131. }
  132. .full-time{
  133. color:#09AFFF;
  134. }
  135. .service-detail-page .no-list{
  136. margin:56rpx 0 0;
  137. text-align: center;
  138. color:#999;
  139. font-size: 28rpx;
  140. }
  141. /* 选择时间 */
  142. view.popup-wrapper{
  143. /* padding: 0 0 20rpx; */
  144. color:#333;
  145. display: flex;
  146. flex-direction: column;
  147. justify-content: space-between;
  148. height: 100%;
  149. }
  150. view.popup-wrapper view{
  151. color:#888;
  152. font-size: 30rpx;
  153. }
  154. .popup-content{
  155. flex:1;
  156. }
  157. .popup-title{
  158. height: 96rpx;
  159. line-height: 96rpx;
  160. text-align: center;
  161. border-bottom: 1rpx solid #ddd;
  162. }
  163. .popup-content{
  164. display: flex;
  165. }
  166. .time-select-left{
  167. flex:2;
  168. border-right:1rpx solid #ddd;
  169. padding:0 20rpx;
  170. }
  171. .time-select-right{
  172. flex:3;
  173. padding:0 8rpx;
  174. }
  175. .time-select-left-item{
  176. height: 108rpx;
  177. display: flex;
  178. flex-direction: column;
  179. justify-content: center;
  180. }
  181. .popup-content .current-date{
  182. color:#09afff;
  183. font-weight: bold;
  184. }
  185. view.popup-wrapper .time-select-right-item{
  186. height: 104rpx;
  187. border-bottom:1rpx solid #ddd;
  188. display: flex;
  189. align-items: center;
  190. justify-content: space-between;
  191. padding:0 24rpx;
  192. }
  193. .time-select-right-item view{
  194. color:#6D7278;
  195. font-weight: bold;
  196. }
  197. view.popup-btn-wrapper{
  198. margin:20rpx 0 0;
  199. padding:0 24rpx 20rpx;
  200. }
  201. view.popup-btn-wrapper button > view{
  202. color:#fff;
  203. }
  204. view.popup-wrapper .date-tag{
  205. color:#09afff;
  206. height: 44rpx;
  207. line-height: 42rpx;
  208. width:90rpx;
  209. border:2rpx solid #09afff;
  210. border-radius:44rpx;
  211. text-align: center;
  212. font-weight: normal;
  213. font-size: 24rpx;
  214. display: inline-block;
  215. }
  216. view.popup-wrapper .full-time{
  217. color:#09AFFF;
  218. font-size: 24rpx;
  219. margin:0 0 0 20rpx;
  220. height: 44rpx;
  221. line-height: 44rpx;
  222. float: right;
  223. padding-right:40rpx;
  224. }
  225. .first-appoint-date-item{
  226. height: 108rpx;
  227. display: flex;
  228. align-items: center;
  229. padding:0 0 0 240rpx;
  230. }
  231. .first-time-selected{
  232. margin:0 0 0 60rpx;
  233. }
  234. .select-week-times{
  235. border-top:1rpx solid #ddd;
  236. }
  237. .week-select-left{
  238. flex:1.2;
  239. }
  240. .week-select-left>view.time-select-left-item{
  241. padding:0 0 0 60rpx;
  242. display: flex;
  243. align-items: flex-start;
  244. justify-content: flex-start;
  245. flex-direction: row;
  246. padding:10rpx 0 0 60rpx;
  247. }
  248. .week-select-left>view.time-select-left-item .week-str{
  249. padding:12rpx 0 0 0;
  250. }
  251. view.popup-wrapper view.select-num-tag{
  252. width:32rpx;
  253. height: 32rpx;
  254. line-height: 32rpx;
  255. background:#09AFFF;
  256. border-radius: 34rpx;
  257. font-size: 20rpx;
  258. color:#fff;
  259. text-align: center;
  260. margin:0 0 0 6rpx;
  261. }
  262. .popup-content-special{
  263. position: relative;
  264. }
  265. .popup-title-special{
  266. position: absolute;
  267. left:0;
  268. top:0;
  269. right:0;
  270. background: #fff;
  271. }
  272. .popup-content-special{
  273. height:900rpx ;
  274. margin-top:96rpx;
  275. }
  276. .popup-content-special .time-select-left{
  277. height: 900rpx;
  278. overflow-y: scroll;
  279. }
  280. .stock-text{
  281. font-size: 20rpx;
  282. font-weight: normal;
  283. color:#888
  284. }
  285. .zero-stock{
  286. color:#ccc;
  287. }
  288. .address-box {
  289. margin: 0 10px;
  290. /* width: 100%; */
  291. /* height: 166.55rpx;
  292. background-size: 62.5rpx 10.5rpx; */
  293. /* margin-bottom: 20rpx; */
  294. /* padding-top: 10.5rpx; */
  295. }
  296. .address-item {
  297. display: flex;
  298. /* height: 142rpx; */
  299. background: #fff;
  300. padding: 36rpx 16rpx 32rpx;
  301. border-radius: 10rpx;
  302. }
  303. .address-item.address-empty {
  304. line-height: 75rpx;
  305. text-align: center;
  306. }
  307. .address-item .map-icon{
  308. width:28rpx;
  309. height: 28rpx;
  310. margin:0 18rpx 0 0;
  311. }
  312. .address-box .l {
  313. width: 125rpx;
  314. height: 100%;
  315. }
  316. .address-box .l .name {
  317. margin-left: 6.25rpx;
  318. margin-top: -7.25rpx;
  319. display: block;
  320. width: 125rpx;
  321. height: 43rpx;
  322. line-height: 43rpx;
  323. font-size: 30rpx;
  324. color: #333;
  325. margin-bottom: 5rpx;
  326. }
  327. .address-box .l .default {
  328. margin-left: 6.25rpx;
  329. display: block;
  330. width: 62rpx;
  331. height: 33rpx;
  332. border-radius: 5rpx;
  333. border: 1px solid #b4282d;
  334. font-size: 20.5rpx;
  335. text-align: center;
  336. line-height: 29rpx;
  337. color: #b4282d;
  338. }
  339. .address-box .m {
  340. flex: 1;
  341. }
  342. .address-box .mobile {
  343. display: block;
  344. height: 29rpx;
  345. line-height: 29rpx;
  346. margin-bottom: 6.25rpx;
  347. font-size: 26rpx;
  348. }
  349. .address-box .address {
  350. display: block;
  351. /* height: 30rpx; */
  352. line-height: 30rpx;
  353. font-size: 26rpx;
  354. margin:0 0 18rpx 0;
  355. }
  356. .address-bottom{
  357. color: #85868A;
  358. line-height: 24rpx;
  359. height: 24rpx;
  360. font-size: 22rpx;
  361. }
  362. .address-bottom .user-name{
  363. margin:0 32rpx 0 0;
  364. }
  365. .address-box .r {
  366. width: 77rpx;
  367. height: 77rpx;
  368. display: flex;
  369. justify-content: center;
  370. align-items: center;
  371. }
  372. .address-box .r image {
  373. width: 52.078rpx;
  374. height: 52.078rpx;
  375. }