appointment.scss 5.9 KB

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