appointment.wxss 5.1 KB

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