index.wxss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686
  1. .enlist {
  2. width: 100%;
  3. background-color: #F5F5F4;
  4. box-sizing: border-box;
  5. }
  6. .padLeft10 {
  7. padding-left: 20rpx;
  8. }
  9. .buy-gray {
  10. color: #9c9d9d !important
  11. }
  12. .column {
  13. width: 100%;
  14. background-color: #fff;
  15. }
  16. .enlist .top {
  17. height: 180rpx;
  18. margin-bottom: 20rpx;
  19. display: flex;
  20. }
  21. .top-left {
  22. width: 180rpx;
  23. height: 180rpx;
  24. border-top-left-radius: 14rpx;
  25. border-bottom-left-radius: 14rpx;
  26. }
  27. .top-right {
  28. width: calc(100% - 180rpx);
  29. height: 100%;
  30. padding: 20rpx;
  31. box-sizing: border-box;
  32. border-top-right-radius: 14rpx;
  33. border-bottom-right-radius: 14rpx;
  34. }
  35. .top .title {
  36. width: 100%;
  37. font-size: 32rpx;
  38. color: #333;
  39. overflow: hidden;
  40. text-overflow: ellipsis;
  41. white-space: nowrap;
  42. }
  43. .top .tit {
  44. font-size: 22rpx;
  45. color: #9C9C9C;
  46. margin-top: 18rpx;
  47. letter-spacing: 1rpx;
  48. display: -webkit-box;
  49. -webkit-box-orient: vertical;
  50. -webkit-line-clamp: 3;
  51. overflow: hidden;
  52. }
  53. .details {
  54. width: 100%;
  55. padding: 30rpx 20rpx;
  56. box-sizing: border-box;
  57. }
  58. .col {
  59. border-bottom: 1px solid #E2E1E1;
  60. }
  61. .mealBox {
  62. width: 50%;
  63. flex-shrink: 1;
  64. display: flex;
  65. justify-content: space-between;
  66. }
  67. .meal-title {
  68. font-size: 28rpx;
  69. color: #474B4F;
  70. }
  71. .meal-oldprice {
  72. font-size: 24rpx;
  73. color: #C9CACA;
  74. margin-left: 14rpx;
  75. text-decoration: line-through;
  76. }
  77. .meal-price {
  78. font-size: 28rpx;
  79. margin-left: 10rpx;
  80. color: var(--subtitleColor);
  81. }
  82. .meal .chooseNum {
  83. display: flex;
  84. flex-shrink: 0;
  85. align-items: center;
  86. }
  87. .chooseNum .btn {
  88. width: 44rpx;
  89. height: 44rpx;
  90. text-align: center;
  91. border-radius: 50%;
  92. line-height: 38rpx;
  93. /*margin:0 18rpx;*/
  94. font-size: 44rpx;
  95. }
  96. .chooseNum .nocan {
  97. background-color: #C9CACA;
  98. color: #fff;
  99. }
  100. .chooseNum .can {
  101. border: 1px solid var(--subtitleColor);
  102. background-color: #fff;
  103. color: var(--subtitleColor);
  104. }
  105. .chooseNum .numBox {
  106. width: 80rpx;
  107. height: 42rpx;
  108. line-height: 42rpx;
  109. min-height: 42rpx;
  110. text-align: center;
  111. color: #616467;
  112. font-size: 26rpx;
  113. border: 1px solid var(--subtitleColor);
  114. border-radius: 6rpx;
  115. margin: 0 18rpx;
  116. }
  117. .col-line {
  118. width: 100%;
  119. min-height: 90rpx;
  120. display: flex;
  121. align-items: center;
  122. justify-content: space-between;
  123. /*padding:0 20rpx;*/
  124. box-sizing: border-box;
  125. }
  126. .col-line .line-title {
  127. color: #474B4F;
  128. font-size: 28rpx;
  129. flex-shrink: 0;
  130. margin-right: 20rpx;
  131. }
  132. .remark-title {
  133. color: #474B4F;
  134. font-size: 28rpx;
  135. line-height: 32rpx;
  136. }
  137. .Coupon {
  138. font-size: 28rpx;
  139. color: #888B92;
  140. text-align: right;
  141. position: absolute;
  142. right: 46rpx;
  143. top: 16rpx;
  144. z-index: 1;
  145. }
  146. .line-details {
  147. font-size: 28rpx;
  148. flex-shrink: 1;
  149. width: 100%;
  150. text-align: right;
  151. margin-left: 40rpx;
  152. }
  153. .address {
  154. overflow: hidden;
  155. text-overflow: ellipsis;
  156. white-space: nowrap;
  157. }
  158. .details-link::after {
  159. content: '';
  160. width: 16rpx;
  161. height: 16rpx;
  162. border-right: 2rpx solid #D6D6DA;
  163. border-bottom: 2rpx solid #D6D6DA;
  164. transform: rotate(-45deg);
  165. display: block;
  166. margin-left: 15rpx;
  167. }
  168. .posit {
  169. position: absolute;
  170. right: 20rpx;
  171. top: 30rpx;
  172. z-index: 1;
  173. }
  174. .padding {
  175. margin-right: 50rpx;
  176. box-sizing: border-box;
  177. }
  178. .bottom {
  179. width: 100%;
  180. height: 120rpx;
  181. position: fixed;
  182. left: 0;
  183. bottom: 0;
  184. z-index: 999;
  185. display: flex;
  186. align-items: center;
  187. background-color: #fff;
  188. justify-content: space-between;
  189. }
  190. .bottom .btn {
  191. text-align: center;
  192. line-height: 90rpx;
  193. font-size: 30rpx;
  194. margin-left: 20rpx;
  195. }
  196. .bottom .leftBtn text {
  197. color: var(--subtitleColor);
  198. }
  199. .bottom .rightBtn {
  200. background-color: var(--subtitleColor);
  201. color: #fff;
  202. border-radius: 65rpx;
  203. height: 65rpx;
  204. line-height: 60rpx;
  205. width: 40%;
  206. margin-right: 20rpx;
  207. }
  208. .bottomBG {
  209. width: 100%;
  210. margin: 20rpx 0 80rpx;
  211. /* background-color: #fff; */
  212. }
  213. .textarea {
  214. width: 100%;
  215. min-height: 80rpx;
  216. font-size: 29rpx;
  217. padding: 20rpx 0;
  218. /* box-sizing: border-box; */
  219. }
  220. .placeholder {
  221. font-size: 28rpx;
  222. color: #C9CACA;
  223. }
  224. .balance {
  225. color: var(--subtitleColor);
  226. }
  227. .contract {
  228. font-size: 28rpx;
  229. padding: 20rpx;
  230. display: flex;
  231. align-items: center;
  232. }
  233. .contract .icon {
  234. display: inline-block;
  235. margin-right: 10rpx;
  236. }
  237. .contract text {
  238. font-size: 24rpx
  239. }
  240. .contract .conDetails {
  241. color: #4a6aa5;
  242. }
  243. text.disagree {
  244. width: 25rpx;
  245. height: 25rpx;
  246. border: 1px solid var(--subtitleColor);
  247. border-radius: 50%;
  248. margin-right: 10rpx;
  249. }
  250. text.agree {
  251. position: relative;
  252. }
  253. text.agree::after {
  254. content: '';
  255. width: 20rpx;
  256. height: 20rpx;
  257. border-radius: 50%;
  258. background-color: var(--subtitleColor);
  259. position: absolute;
  260. left: 4rpx;
  261. top: 4rpx;
  262. }
  263. .icon-wx {
  264. font-size: 80rpx;
  265. display: flex;
  266. align-items: center;
  267. }
  268. .icon-wx text {
  269. font-size: 30rpx;
  270. margin-left: 30rpx;
  271. }
  272. .col-pay {
  273. width: 100%;
  274. display: flex;
  275. align-items: center;
  276. justify-content: space-between;
  277. padding: 20rpx;
  278. box-sizing: border-box;
  279. }
  280. .email {
  281. text-align: right;
  282. }
  283. .progress {
  284. width: 100%;
  285. position: fixed;
  286. left: 0;
  287. top: 0;
  288. z-index: 999;
  289. }
  290. .pLeft10 {
  291. padding-left: 20rpx
  292. }
  293. .sku-stepper-stock {
  294. padding: 24rpx 20rpx;
  295. background-color: #F5F5F4
  296. }
  297. .sku-stepper-container {
  298. height: 48rpx;
  299. }
  300. .sku-stepper-container text {
  301. display: inline-block;
  302. line-height: 48rpx;
  303. color: #4a6aa5;
  304. }
  305. .sku__stepper-title {
  306. float: left;
  307. line-height: 60rpx;
  308. }
  309. .sku__stepper {
  310. float: right;
  311. }
  312. .stepper {
  313. font-size: 0;
  314. -webkit-user-select: none;
  315. user-select: none;
  316. display: flex;
  317. }
  318. .sku__stock {
  319. margin-right: 20rpx;
  320. color: #969799;
  321. }
  322. .stepper__minus,
  323. .stepper__plus {
  324. width: 44rpx;
  325. height: 44rpx;
  326. border: 1px solid var(--subtitleColor);
  327. border-radius: 50%;
  328. position: relative;
  329. }
  330. .stepper__plus {
  331. background: var(--subtitleColor);
  332. }
  333. .stepper__minus::before,
  334. .stepper__plus::before {
  335. content: '';
  336. width: 30rpx;
  337. height: 2rpx;
  338. background: var(--subtitleColor);
  339. position: absolute;
  340. top: 21rpx;
  341. left: 7rpx;
  342. }
  343. .stepper__plus::after {
  344. content: '';
  345. width: 2rpx;
  346. height: 30rpx;
  347. position: absolute;
  348. top: 7rpx;
  349. left: 21rpx;
  350. }
  351. .stepper__plus::before,
  352. .stepper__plus::after {
  353. background: white;
  354. }
  355. .stepper__minus__diabled,
  356. .stepper__plus__diabled {
  357. background: #F5F5F4;
  358. border: 1px solid gray;
  359. }
  360. .stepper__minus__diabled::before,
  361. .stepper__plus__diabled::before,
  362. .stepper__plus__diabled::after {
  363. background: gray;
  364. }
  365. .stepper__input {
  366. box-sizing: border-box;
  367. width: 64rpx;
  368. height: 48rpx;
  369. margin: 0 4rpx;
  370. padding: 0;
  371. color: #323233;
  372. font-size: 28rpx;
  373. line-height: 48rpx;
  374. text-align: center;
  375. vertical-align: middle;
  376. border: 0;
  377. border-width: 2rpx 0;
  378. border-radius: 0;
  379. -webkit-appearance: none;
  380. }
  381. .enlist-choose-child,
  382. .enlist-choose-child-button {
  383. padding: 20rpx;
  384. }
  385. .enlist-choose-child {
  386. border-radius: 20rpx;
  387. padding: 30rpx 20rpx;
  388. }
  389. .enlist-choose-child-button button {
  390. height: 70rpx;
  391. line-height: 70rpx;
  392. color: white;
  393. background-color: var(--subtitleColor);
  394. border-radius: 20rpx;
  395. font-size: 24rpx;
  396. }
  397. .enlist-choose-child .van-cell {
  398. padding: 10px 0;
  399. display: flex;
  400. align-items: center;
  401. }
  402. .card-list {
  403. padding: 20rpx 0;
  404. position: relative;
  405. }
  406. .card-item {
  407. font-size: 28rpx;
  408. line-height: 48rpx;
  409. }
  410. .card-item text {
  411. display: inline-block;
  412. }
  413. .card-item-one {
  414. width: 120rpx;
  415. }
  416. .card-item-two {
  417. width: 310rpx;
  418. }
  419. .card-item-three {
  420. width: 250rpx;
  421. }
  422. .card-list::after {
  423. content: " ";
  424. position: absolute;
  425. top: 50%;
  426. right: 10rpx;
  427. transform: rotate(45deg) translateY(-70%);
  428. width: 22rpx;
  429. height: 22rpx;
  430. border-top: 2rpx solid #D6D6DA;
  431. border-right: 2rpx solid #D6D6DA;
  432. }
  433. .black {
  434. color: #000;
  435. vertical-align: middle;
  436. margin-top: -10rpx;
  437. }
  438. .mask {
  439. width: 100%;
  440. height: 100%;
  441. background-color: rgba(0, 0, 0, 0.4);
  442. position: fixed;
  443. left: 0;
  444. top: 0;
  445. z-index: 9999;
  446. }
  447. .maskBox {
  448. width: 80%;
  449. background-color: #fff;
  450. border-radius: 20rpx;
  451. position: absolute;
  452. left: 10%;
  453. top: 30%;
  454. z-index: 9;
  455. overflow: hidden;
  456. }
  457. .button.button-white {
  458. background-color: #fff;
  459. color: var(--subtitleColor);
  460. font-size: 36rpx;
  461. }
  462. /* .maskBtn{width:100%;height:90rpx;text-align:center;color:var(--subtitleColor);line-height:90rpx;font-size:32rpx;border: none;border-top:1px solid #c7c7cc;background: #fff;} */
  463. .maskContent {
  464. width: 100%;
  465. padding: 20rpx;
  466. box-sizing: border-box;
  467. }
  468. .maskTitle {
  469. color: var(--subtitleColor);
  470. font-size: 32rpx;
  471. line-height: 40rpx;
  472. margin-top: 10rpx;
  473. text-align: center;
  474. }
  475. .maskTit {
  476. font-size: 32rpx;
  477. line-height: 40rpx;
  478. text-align: center;
  479. padding: 20rpx;
  480. }
  481. .buttons-row .button {
  482. height: 70rpx;
  483. line-height: 70rpx;
  484. border-radius: 4rpx;
  485. }
  486. .button-weixin {
  487. background: #07c160;
  488. }
  489. .icon-weixin {
  490. font-size: 48rpx;
  491. vertical-align: top;
  492. position: relative;
  493. top: 8rpx;
  494. margin-right: 6rpx;
  495. }
  496. .mLeft10 {
  497. margin-left: 20rpx;
  498. }
  499. .ship-address {
  500. height: auto;
  501. display: flex;
  502. align-items: center;
  503. justify-content: space-between;
  504. box-sizing: border-box;
  505. }
  506. .text-name {
  507. font-size: 28rpx;
  508. font-weight: 500;
  509. }
  510. .text-info {
  511. font-size: 24rpx;
  512. padding: 10rpx 0;
  513. }
  514. .address-placeholder {
  515. color: #808080;
  516. font-size: 28rpx;
  517. }
  518. .content .column .member {
  519. border-bottom: 1px solid #E2E1E1;
  520. }
  521. .content .column .member:last-child {
  522. border-bottom: none
  523. }
  524. /* 小标签 */
  525. .modular .modal-title {
  526. border-bottom: none;
  527. line-height: normal;
  528. padding: 0;
  529. margin-bottom: 20rpx;
  530. }
  531. .popupView {
  532. padding: 20rpx;
  533. }
  534. /* 单选样式 */
  535. .weui-cell {
  536. display: flex;
  537. border-bottom: 1px solid #E2E1E1;
  538. padding: 30rpx 0;
  539. }
  540. .weui-check__label {
  541. border: none;
  542. }
  543. .weui-cell__bd {
  544. width: 100%;
  545. display: flex;
  546. justify-content: space-between;
  547. }
  548. .popupBtn {
  549. border: 1px solid var(--subtitleColor);
  550. border-radius: 60rpx;
  551. width: 80%;
  552. margin-top: 20rpx;
  553. margin-bottom: 20rpx;
  554. background-color: var(--subtitleColor);
  555. color: #fff;
  556. }
  557. /* 不占床 */
  558. .unNeedBed {
  559. margin-left: 20rpx;
  560. display: flex;
  561. align-items: center;
  562. }
  563. .unNeedBed .stepper__minus,
  564. .unNeedBed .stepper__plus {
  565. width: 33rpx;
  566. height: 33rpx;
  567. }
  568. .unNeedBed .stepper__minus::before,
  569. .unNeedBed .stepper__plus::before {
  570. width: 20rpx;
  571. height: 1rpx;
  572. top: 15rpx;
  573. left: 6rpx;
  574. }
  575. .unNeedBed .stepper__plus::after {
  576. width: 1rpx;
  577. height: 20rpx;
  578. top: 6rpx;
  579. left: 15rpx;
  580. }