reserveProduct.wxss 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  1. page {
  2. background: #F9F9F9;
  3. /* background: #fff; */
  4. height: 100%;
  5. }
  6. .project-scroll-x::-webkit-scrollbar,
  7. .scroll-x::-webkit-scrollbar {
  8. display: none;
  9. /* Chrome Safari */
  10. }
  11. .content {
  12. padding: 0 28rpx 56rpx;
  13. }
  14. .top .name {
  15. font-size: 36rpx;
  16. font-family: PingFangSC-Semibold, PingFang SC;
  17. font-weight: 600;
  18. color: #FA7D22;
  19. margin: 22rpx 0 26rpx;
  20. }
  21. .top .store {
  22. font-size: 32rpx;
  23. font-family: PingFangSC-Semibold, PingFang SC;
  24. font-weight: 600;
  25. color: #333333;
  26. }
  27. .top .address {
  28. margin: 10rpx 0;
  29. }
  30. .top .address image {
  31. width: 28rpx;
  32. height: 28rpx;
  33. border-radius: 50%;
  34. background-color: #ccc;
  35. margin-right: 10rpx;
  36. }
  37. .border-radius {
  38. background: #FFFFFF;
  39. box-shadow: 0rpx -2rpx 16rpx 0rpx rgba(0, 0, 0, 0.04);
  40. border-radius: 24rpx;
  41. margin: 20rpx 0;
  42. padding: 0 20rpx;
  43. }
  44. .border-radius .title {
  45. font-size: 32rpx;
  46. font-family: PingFangSC-Semibold, PingFang SC;
  47. font-weight: 600;
  48. color: #333333;
  49. padding: 20rpx 0;
  50. }
  51. .border-radius .line {
  52. height: 2rpx;
  53. background: #F9F9F9;
  54. box-shadow: 0rpx -2rpx 16rpx 0rpx rgba(0, 0, 0, 0.04);
  55. border-radius: 24rpx;
  56. width: 100%;
  57. }
  58. .scroll-x {
  59. /* padding: 30rpx 0; */
  60. border-top: 2rpx solid #f9f9f9;
  61. border-bottom: 2rpx solid #f9f9f9;
  62. }
  63. .scroll-x .item {
  64. flex-shrink: 0;
  65. /* margin-right: 16rpx; */
  66. padding: 30rpx 20rpx;
  67. padding-top: 0;
  68. position: relative;
  69. }
  70. .scroll-x .item.active::before {
  71. content: '';
  72. position: absolute;
  73. bottom: 0;
  74. left: 36rpx;
  75. background-color: red;
  76. width: 40rpx;
  77. height: 8rpx;
  78. background: linear-gradient(144deg, #FA7D22 0%, #FA4622 100%);
  79. border-radius: 24rpx;
  80. /* border-bottom: 4rpx solid #FA7D22; */
  81. }
  82. .scroll-x .item.active text {
  83. font-family: PingFangSC-Medium, PingFang SC;
  84. color: #FA7D22;
  85. }
  86. .scroll-x .item text {
  87. font-size: 28rpx;
  88. color: #999;
  89. }
  90. .time-box {
  91. padding: 30rpx 0;
  92. border-bottom: 2rpx solid #f9f9f9;
  93. }
  94. .time-box .tabs-title {
  95. /* padding: 28rpx 0; */
  96. padding-bottom: 28rpx;
  97. }
  98. .time-box .tabs-title text {
  99. color: #666;
  100. position: relative;
  101. width: 50%;
  102. }
  103. .time-box .tabs-title text.active {
  104. font-family: PingFangSC-Semibold, PingFang SC;
  105. color: #333333;
  106. }
  107. .time-box .tabs-title text:last-child {
  108. text-align: right;
  109. }
  110. .time-box .tabs-title text:first-child::before {
  111. /* content: "";
  112. position: absolute;
  113. right: -30%;
  114. top: 0;
  115. height: 44rpx;
  116. width: 2px;
  117. background-color: #333333; */
  118. }
  119. /* .time-box swiper {
  120. min-height: 150px;
  121. } */
  122. .time-box .tabs-content {
  123. /* display: flex;
  124. flex-wrap: wrap; */
  125. display: grid;
  126. grid-gap: 30rpx 30rpx;
  127. grid-template-columns: repeat(4, 1fr);
  128. /* grid-template-rows: repeat(3, 2fr);
  129. grid-template-columns: repeat(2, 1fr); */
  130. height: 100%;
  131. overflow-y: scroll;
  132. }
  133. .time-box .tabs-content .item {
  134. width: 136rpx;
  135. height: 60rpx;
  136. border-radius: 16rpx;
  137. background: #F9F9F9;
  138. color: #333333;
  139. font-size: 32rpx;
  140. box-sizing: border-box;
  141. }
  142. .time-box .tabs-content .item.active {
  143. font-family: PingFangSC-Medium, PingFang SC;
  144. background: #FFF0E6;
  145. border-radius: 16rpx;
  146. border: 2rpx solid #FA7D22;
  147. font-weight: 500;
  148. color: #FA7D22;
  149. }
  150. .time-box .tabs-content .item.no-change {
  151. cursor: not-allowed;
  152. pointer-events: none;
  153. background-color: #F9F9F9;
  154. color: #D3D3D3;
  155. }
  156. .custom-time {
  157. height: 120rpx;
  158. }
  159. .custom-time .input {
  160. width: 132rpx;
  161. height: 60rpx;
  162. box-sizing: border-box;
  163. background: #F9F9F9;
  164. /* background: #FFFBFC; */
  165. border-radius: 8rpx;
  166. /* border: 2rpx solid #FFD3CE; */
  167. font-family: PingFangSC-Medium, PingFang SC;
  168. margin-left: 20rpx;
  169. }
  170. .custom-time .input.active {
  171. font-family: PingFangSC-Medium, PingFang SC;
  172. background: #FFF0E6;
  173. border-radius: 16rpx;
  174. border: 2rpx solid #FA7D22;
  175. font-weight: 500;
  176. color: #FA7D22;
  177. }
  178. .custom-time image {
  179. width: 36rpx;
  180. height: 34rpx;
  181. /* background-color: red; */
  182. margin-right: 8rpx;
  183. }
  184. .current-project image {
  185. width: 160rpx;
  186. height: 160rpx;
  187. /* background-color: red; */
  188. margin-right: 20rpx;
  189. border-radius: 20rpx;
  190. }
  191. .project-scroll-x {
  192. padding-bottom: 30rpx;
  193. }
  194. .project-scroll-x .item {
  195. flex-shrink: 0;
  196. /* margin-right: 28rpx; */
  197. width: 200rpx;
  198. }
  199. .project-scroll-x .item .project-box {
  200. width: 176rpx;
  201. height: 200rpx;
  202. border-top-left-radius: 16rpx;
  203. border-top-right-radius: 16rpx;
  204. box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(0, 0, 0, 0.13);
  205. overflow: hidden;
  206. position: relative;
  207. box-sizing: border-box;
  208. }
  209. .project-scroll-x .item.no-change {
  210. opacity: 0.5;
  211. cursor: not-allowed;
  212. pointer-events: none;
  213. }
  214. .project-scroll-x .item.active .project-box {
  215. border: 2rpx solid #FA7D22;
  216. }
  217. .project-scroll-x .item .project-img {
  218. height: 174rpx;
  219. width: 100%;
  220. /* background-color: #ccc; */
  221. }
  222. .project-scroll-x .item.active .active-img {
  223. display: block;
  224. }
  225. .project-scroll-x .project-box .active-img {
  226. width: 40rpx;
  227. height: 40rpx;
  228. position: absolute;
  229. right: 0;
  230. top: 0;
  231. display: none;
  232. }
  233. .project-scroll-x .project-box text {
  234. width: 100%;
  235. background: #FA7D22;
  236. font-size: 20rpx;
  237. font-family: PingFangSC-Regular, PingFang SC;
  238. color: #FFFFFF;
  239. text-align: center;
  240. }
  241. .project-scroll-x .item.active .name {
  242. font-family: PingFangSC-Medium, PingFang SC;
  243. }
  244. .project-scroll-x .item .name {
  245. font-size: 28rpx;
  246. margin-top: 12rpx;
  247. width: 100%;
  248. text-align: center;
  249. }
  250. .flex-column .label {
  251. height: 50rpx;
  252. font-size: 36rpx;
  253. font-family: PingFangSC-Semibold, PingFang SC;
  254. font-weight: 600;
  255. color: #333333;
  256. line-height: 50rpx;
  257. }
  258. .flex-column .label-tips {
  259. font-size: 24rpx;
  260. font-family: PingFang-SC-Medium, PingFang-SC;
  261. font-weight: 500;
  262. color: #FF3007;
  263. line-height: 34rpx;
  264. margin-top: 20rpx;
  265. }
  266. .item-active .item-active-price {
  267. height: 100rpx;
  268. justify-content: flex-end;
  269. }
  270. .item-active-content {
  271. padding: 30rpx 0;
  272. border-bottom: 2rpx solid #F9F9F9;
  273. }
  274. .item-active-content .change-img {
  275. width: 48rpx;
  276. height: 48rpx;
  277. }
  278. .item-active-content .active-project-img {
  279. width: 160rpx;
  280. height: 160rpx;
  281. margin: 0 16rpx;
  282. border-radius: 20rpx;
  283. background-color: #efefef;
  284. }
  285. .item-active-content .right text {
  286. font-size: 26rpx;
  287. color: #999999;
  288. }
  289. .item-active-content .project-title {
  290. height: 40rpx;
  291. font-size: 28rpx;
  292. font-family: PingFangSC-Medium, PingFang SC;
  293. font-weight: 500;
  294. color: #333333;
  295. line-height: 40rpx;
  296. }
  297. .item-active-content .tags {
  298. height: 36rpx;
  299. line-height: 36rpx;
  300. flex-wrap: wrap;
  301. }
  302. .item-active-content .tags .tags-item {
  303. height: 28rpx;
  304. line-height: 28rpx;
  305. padding: 4rpx;
  306. background: #F7F7F7;
  307. border-radius: 8rpx;
  308. font-size: 24rpx;
  309. font-family: PingFang-SC-Medium, PingFang-SC;
  310. font-weight: 500;
  311. color: #979797;
  312. display: inline;
  313. margin-right: 12rpx;
  314. }
  315. .item-active-content .price2 {
  316. font-size: 36rpx;
  317. font-family: PingFangSC-Medium, PingFang SC;
  318. font-weight: 500;
  319. text-align: right;
  320. color: #FA4622 !important;
  321. line-height: 50rpx;
  322. }
  323. .btm {
  324. height: 170rpx;
  325. position: fixed;
  326. width: 100%;
  327. left: 0;
  328. bottom: 0;
  329. /* bottom: 56rpx; */
  330. background: #fff;
  331. /* padding: 0 28rpx; */
  332. }
  333. .btm-btn {
  334. width: 100%;
  335. height: 84rpx;
  336. font-size: 36rpx;
  337. color: #FFFFFF;
  338. margin: 0 40rpx;
  339. background: #FA7D22;
  340. border-radius: 42rpx;
  341. /* margin-top: 64rpx; */
  342. }