appointment.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  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. }
  82. .container .people-num {
  83. display: flex;
  84. justify-content: space-between;
  85. height: 90rpx;
  86. background-color: #fff;
  87. line-height: 90rpx;
  88. align-items: center;
  89. margin-bottom: 10rpx;
  90. padding-left: 20rpx;
  91. }
  92. .container .people-num .num-box {
  93. width: 250rpx;
  94. display: flex;
  95. justify-content: space-around;
  96. }
  97. .container .people-num .num-box > view {
  98. width: 40rpx;
  99. height: 40rpx;
  100. margin: 5rpx 0;
  101. background-color: #fff;
  102. }
  103. .container .people-num .num-box > view > image {
  104. width: 30rpx;
  105. height: 30rpx;
  106. margin-left: 10rpx;
  107. }
  108. .container .people-num .num-box .num-text {
  109. width: 50rpx;
  110. height: 90rpx;
  111. line-height: 90rpx;
  112. text-align: center;
  113. }
  114. .container .desc-title {
  115. width: 100%;
  116. text-align: center;
  117. color: #646464;
  118. line-height: 100rpx;
  119. letter-spacing: 4rpx;
  120. }
  121. .container .order-time {
  122. background-color: #fff;
  123. margin-bottom: 20rpx;
  124. display: flex;
  125. justify-content: flex-start;
  126. position: relative;
  127. }
  128. .container .order-time .weui-tabs {
  129. width: 100%;
  130. }
  131. .container .order-time .weui-tabs .weui-tabs-bar__wrp .weui-tabs-bar__content {
  132. height: 95rpx;
  133. line-height: 94rpx;
  134. white-space: nowrap;
  135. display: flex;
  136. justify-content: space-around;
  137. border-bottom: 1rpx solid #ECECEC;
  138. }
  139. .container .order-time .weui-tabs .weui-tabs-bar__wrp .weui-tabs-bar__content .weui-tabs-bar__item {
  140. width: 14.2857%;
  141. }
  142. .container .order-time .weui-tabs .weui-tabs-bar__wrp .weui-tabs-bar__content .weui-tabs-bar__item .weui-tabs-bar__title {
  143. width: 100rpx;
  144. text-align: center;
  145. border-bottom-width: 6rpx;
  146. font-size: 13px;
  147. }
  148. .container .order-time .weui-tabs .weui-tabs-swiper {
  149. height: 800rpx;
  150. }
  151. .container .order-time .tab-content .orders {
  152. display: flex;
  153. flex-wrap: wrap;
  154. background-color: #fff;
  155. margin: 10rpx 15rpx 0;
  156. }
  157. .container .order-time .tab-content .orders .time-info {
  158. width: 20%;
  159. height: 80rpx;
  160. line-height: 80rpx;
  161. margin: 10rpx 0;
  162. text-align: center;
  163. }
  164. .container .order-time .tab-content .orders .select-time {
  165. background-color: #DF3361;
  166. color: #fff;
  167. }
  168. .container .order-time .tab-content .orders .out-time {
  169. color: #acacac;
  170. }
  171. .container .product-mobile {
  172. height: 100rpx;
  173. position: relative;
  174. margin-bottom: 50rpx;
  175. }
  176. .container .product-mobile > button {
  177. background-color: transparent;
  178. color: #202020;
  179. font-weight: 400;
  180. height: 100rpx;
  181. line-height: 100rpx;
  182. padding: 0;
  183. /* margin: 0; */
  184. position: absolute;
  185. left: -40rpx;
  186. top: 0;
  187. }
  188. .container .appointment {
  189. width: 100%;
  190. height: 100rpx;
  191. display: flex;
  192. justify-content: flex-start;
  193. }
  194. .container .appointment .price {
  195. flex: 1;
  196. background-color: #222224;
  197. color: #fff;
  198. padding-left: 36rpx;
  199. line-height: 100rpx;
  200. font-weight: 300;
  201. letter-spacing: 2rpx;
  202. }
  203. .container .appointment .btn {
  204. width: 300rpx;
  205. background-color: #BA9D6E;
  206. text-align: center;
  207. line-height: 100rpx;
  208. }
  209. .container .appointment-hover {
  210. background-color: #fff;
  211. border: 2rpx solid #DF3361;
  212. color: #363636;
  213. }