appointment.wxss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. .container {
  2. width: 100%;
  3. height: 100%;
  4. background-color: #F7F7F7;
  5. }
  6. .container .shop-info,
  7. .container .product-desc,
  8. .container .order-time,
  9. .container .product-mobile {
  10. width: 93%;
  11. margin: 15rpx auto;
  12. background-color: #fff;
  13. }
  14. .container .shop-info {
  15. position: relative;
  16. height: 180rpx;
  17. width: 93%;
  18. margin: 10rpx auto;
  19. background-color: #fff;
  20. }
  21. .container .shop-info .address-icon {
  22. width: 70rpx;
  23. height: 70rpx;
  24. position: absolute;
  25. top: 50%;
  26. transform: translateY(-50%);
  27. left: 70rpx;
  28. }
  29. .container .shop-info .shop {
  30. height: 180rpx;
  31. text-align: left;
  32. margin-left: 180rpx;
  33. display: flex;
  34. flex-direction: column;
  35. justify-content: center;
  36. }
  37. .container .shop-info .shop .shop-name {
  38. font-size: 32rpx;
  39. color: #000;
  40. font-weight: 400;
  41. letter-spacing: 2rpx;
  42. }
  43. .container .shop-info .shop .address {
  44. font-size: 13px;
  45. color: #999;
  46. font-weight: 400;
  47. margin-top: 20rpx;
  48. letter-spacing: 1rpx;
  49. }
  50. .container .product-desc {
  51. display: flex;
  52. flex-direction: column;
  53. }
  54. .container .product-desc .product {
  55. display: flex;
  56. justify-content: flex-start;
  57. height: 200rpx;
  58. padding: 20rpx;
  59. border-bottom: 1rpx solid #ECECEC;
  60. }
  61. .container .product-desc .product .product-img {
  62. width: 270rpx;
  63. }
  64. .container .product-desc .product .product-img image {
  65. width: 100%;
  66. height: 100%;
  67. }
  68. .container .product-desc .product .product-name {
  69. margin-left: 20rpx;
  70. position: relative;
  71. padding-top: 10rpx;
  72. }
  73. .container .product-desc .product .product-name .title {
  74. font-size: 31rpx;
  75. font-weight: 400;
  76. }
  77. .container .product-desc .product .product-name .price {
  78. font-size: 18px;
  79. position: absolute;
  80. bottom: 0;
  81. left: 0;
  82. display: flex;
  83. justify-content: flex-start;
  84. }
  85. .container .product-desc .product .product-name .price :first-child {
  86. font-size: 12px;
  87. color: #424242;
  88. padding-top: 17rpx;
  89. margin-right: 10rpx;
  90. }
  91. .container .people-num {
  92. display: flex;
  93. justify-content: space-between;
  94. height: 90rpx;
  95. background-color: #fff;
  96. line-height: 90rpx;
  97. align-items: center;
  98. margin-bottom: 10rpx;
  99. padding-left: 20rpx;
  100. }
  101. .container .people-num .num-box {
  102. width: 250rpx;
  103. display: flex;
  104. justify-content: space-around;
  105. }
  106. .container .people-num .num-box > view {
  107. width: 40rpx;
  108. height: 40rpx;
  109. margin: 5rpx 0;
  110. background-color: #fff;
  111. }
  112. .container .people-num .num-box > view > image {
  113. width: 30rpx;
  114. height: 30rpx;
  115. margin-left: 10rpx;
  116. }
  117. .container .people-num .num-box .num-text {
  118. width: 50rpx;
  119. height: 90rpx;
  120. line-height: 90rpx;
  121. text-align: center;
  122. }
  123. .container .desc-title {
  124. width: 100%;
  125. text-align: center;
  126. color: #646464;
  127. line-height: 100rpx;
  128. letter-spacing: 4rpx;
  129. }
  130. .container .order-time {
  131. background-color: #fff;
  132. margin-bottom: 20rpx;
  133. display: flex;
  134. justify-content: flex-start;
  135. position: relative;
  136. }
  137. .container .order-time .weui-tabs {
  138. width: 100%;
  139. }
  140. .container .order-time .weui-tabs .weui-tabs-bar__wrp .weui-tabs-bar__content {
  141. height: 95rpx;
  142. line-height: 94rpx;
  143. white-space: nowrap;
  144. display: flex;
  145. justify-content: space-around;
  146. border-bottom: 1rpx solid #ECECEC;
  147. }
  148. .container .order-time .weui-tabs .weui-tabs-bar__wrp .weui-tabs-bar__content .weui-tabs-bar__item {
  149. width: 14.2857%;
  150. }
  151. .container .order-time .weui-tabs .weui-tabs-bar__wrp .weui-tabs-bar__content .weui-tabs-bar__item .weui-tabs-bar__title {
  152. width: 100rpx;
  153. text-align: center;
  154. border-bottom-width: 6rpx;
  155. font-size: 13px;
  156. }
  157. .container .order-time .weui-tabs .weui-tabs-swiper {
  158. height: 800rpx;
  159. }
  160. .container .order-time .tab-content .orders {
  161. display: flex;
  162. flex-wrap: wrap;
  163. background-color: #fff;
  164. margin-top: 15rpx;
  165. }
  166. .container .order-time .tab-content .orders .time-info {
  167. width: 166rpx;
  168. height: 80rpx;
  169. line-height: 80rpx;
  170. background-color: #F5F5F5;
  171. margin: 5rpx 5rpx;
  172. text-align: center;
  173. }
  174. .container .order-time .tab-content .orders .select-time {
  175. background-color: #BA9D6E;
  176. color: #fff;
  177. }
  178. .container .order-time .tab-content .orders .out-time {
  179. color: #acacac;
  180. }
  181. .container .product-mobile {
  182. height: 200rpx;
  183. position: relative;
  184. margin-bottom: 50rpx;
  185. display: flex;
  186. flex-direction: column;
  187. }
  188. .container .product-mobile button {
  189. background-color: transparent;
  190. color: #202020;
  191. font-weight: 400;
  192. height: 100rpx;
  193. line-height: 100rpx;
  194. padding: 0;
  195. /* margin: 0; */
  196. position: absolute;
  197. left: 60rpx;
  198. top: 0;
  199. }
  200. .container .product-mobile .phone {
  201. display: flex;
  202. position: relative;
  203. height: 100rpx;
  204. line-height: 100rpx;
  205. }
  206. .container .product-mobile .phone .phone-icon {
  207. position: absolute;
  208. width: 40rpx;
  209. height:35rpx;
  210. top: 50%;
  211. transform: translateY(-50%);
  212. left: 40rpx;
  213. }
  214. .container .product-mobile .phone .desc-text {
  215. margin-left: 120rpx;
  216. letter-spacing: 4rpx;
  217. font-size: 27rpx;
  218. }
  219. .container .product-mobile :first-child {
  220. border-bottom: 1px solid #ECECEC;
  221. }
  222. .container .appointment {
  223. width: 100%;
  224. height: 100rpx;
  225. display: flex;
  226. justify-content: flex-start;
  227. /* padding-bottom: 20rpx; */
  228. }
  229. .container .appointment .price {
  230. flex: 1;
  231. background-color: #222224;
  232. color: #fff;
  233. padding-left: 36rpx;
  234. line-height: 100rpx;
  235. font-weight: 300;
  236. letter-spacing: 2rpx;
  237. }
  238. .container .appointment .btn {
  239. width: 300rpx;
  240. background-color: #BA9D6E;
  241. text-align: center;
  242. line-height: 100rpx;
  243. }