index.less 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648
  1. /* nova-tourism/pages/collect/collect-detail/index.wxss */
  2. .bax {
  3. width: 100%;
  4. position: relative;
  5. .all {
  6. width: 100vw;
  7. overflow-y: scroll;
  8. position: relative;
  9. background-color: #EEEEEE;
  10. color: #727783;
  11. font-family: "Microsoft JhengHei", "PingFang SC", "Helvetica Neue", sans-serif;
  12. font-weight: 700;
  13. .picturebox {
  14. width: 100%;
  15. height: 550rpx;
  16. position: relative;
  17. .img {
  18. width: 100%;
  19. height: 550rpx;
  20. image {
  21. width: 100%;
  22. height: 100%;
  23. }
  24. }
  25. .numberbox {
  26. position: absolute;
  27. bottom: 40rpx;
  28. right: 20rpx;
  29. border-radius: 45%;
  30. z-index: 10;
  31. color: white;
  32. width: 70rpx;
  33. height: 45rpx;
  34. font-size: 24rpx;
  35. display: flex;
  36. justify-content: center;
  37. align-items: center;
  38. background-color: rgba(12, 12, 12, 0.5);
  39. }
  40. }
  41. .box {
  42. width: 100%;
  43. height: auto;
  44. background-color: #EEEEEE;
  45. position: absolute;
  46. top: 542rpx;
  47. left: 0;
  48. border-radius: 12rpx;
  49. .infobox {
  50. width: 100%;
  51. height: auto;
  52. padding: 40rpx;
  53. border-radius: 20rpx;
  54. background-color: white;
  55. .title {
  56. width: 100%;
  57. font-size: 26rpx;
  58. }
  59. .lebalbox {
  60. width: 100%;
  61. display: flex;
  62. margin-top: 10rpx;
  63. .lebal {
  64. height: 50rpx;
  65. font-size: 28rpx;
  66. border-radius: 6rpx;
  67. padding-left: 20rpx;
  68. padding-right: 20rpx;
  69. background-color: #FBF5E1;
  70. color: #F8BB7F;
  71. margin-right: 20rpx;
  72. display: flex;
  73. justify-content: center;
  74. align-items: center;
  75. }
  76. }
  77. .carbox {
  78. width: 100%;
  79. height: 60rpx;
  80. margin-top: 24rpx;
  81. display: flex;
  82. align-items: center;
  83. image {
  84. width: 40rpx;
  85. height: 30rpx;
  86. }
  87. .car-tex {
  88. font-size: 26rpx;
  89. color: #F8BB7F;
  90. margin-left: 10rpx;
  91. }
  92. }
  93. .carbox2 {
  94. width: 100%;
  95. margin-top: 20rpx;
  96. display: flex;
  97. align-items: center;
  98. border-bottom: solid 2rpx #EEEEEE;
  99. padding-bottom: 20rpx;
  100. image {
  101. width: 40rpx;
  102. height: 40rpx;
  103. }
  104. .car-tex {
  105. font-size: 26rpx;
  106. // color: #F8BB7F;
  107. margin-left: 10rpx;
  108. }
  109. }
  110. .carbox3 {
  111. width: 100%;
  112. margin-top: 20rpx;
  113. display: flex;
  114. image {
  115. width: 40rpx;
  116. height: 40rpx;
  117. }
  118. .carbox3-tex {
  119. font-size: 26rpx;
  120. margin-left: 10rpx;
  121. .carbox3-tex2 {
  122. margin-top: 10rpx;
  123. }
  124. }
  125. }
  126. .carbox4 {
  127. width: 100%;
  128. margin-top: 20rpx;
  129. display: flex;
  130. align-items: center;
  131. image {
  132. width: 40rpx;
  133. height: 40rpx;
  134. }
  135. .car-tex {
  136. font-size: 26rpx;
  137. // color: #F8BB7F;
  138. margin-left: 10rpx;
  139. }
  140. }
  141. }
  142. .tipbox {
  143. width: 100%;
  144. height: auto;
  145. margin-top: 16rpx;
  146. padding-top: 20rpx;
  147. padding-left: 30rpx;
  148. padding-right: 30rpx;
  149. background-color: white;
  150. border-radius: 20rpx;
  151. padding-bottom: 40rpx;
  152. font-size: 26rpx;
  153. .dinggou {
  154. width: 100%;
  155. font-size: 26rpx;
  156. .dinggou-tex {
  157. margin-left: 20rpx;
  158. margin-top: 10rpx;
  159. }
  160. }
  161. .picbox {
  162. width: 100%;
  163. margin-top: 20rpx;
  164. margin-bottom: 60rpx;
  165. image {
  166. width: 100%;
  167. }
  168. }
  169. }
  170. .tipbox2 {
  171. width: 100%;
  172. height: auto;
  173. margin-top: 16rpx;
  174. padding-top: 20rpx;
  175. padding-left: 30rpx;
  176. padding-right: 30rpx;
  177. padding-bottom: 40rpx;
  178. background-color: white;
  179. border-radius: 20rpx;
  180. font-size: 26rpx;
  181. padding-bottom: 110rpx;
  182. .dinggou {
  183. width: 100%;
  184. font-size: 26rpx;
  185. .dinggou-tex {
  186. margin-left: 20rpx;
  187. margin-top: 10rpx;
  188. }
  189. }
  190. image {
  191. width: 100%;
  192. height: 760rpx;
  193. margin-top: 20rpx;
  194. margin-bottom: 20rpx;
  195. }
  196. .tip2-tex {
  197. display: flex;
  198. justify-content: flex-end;
  199. }
  200. .qrBox {
  201. display: flex;
  202. justify-content: space-between;
  203. align-items: center;
  204. image {
  205. width: 150rpx;
  206. margin: 40rpx 10rpx;
  207. }
  208. }
  209. }
  210. }
  211. }
  212. .paybox {
  213. width: 100%;
  214. height: 90rpx;
  215. display: flex;
  216. position: absolute;
  217. bottom: 0;
  218. left: 0;
  219. background-color: white;
  220. .pay1 {
  221. width: 288rpx;
  222. height: 100%;
  223. display: flex;
  224. align-items: center;
  225. justify-content: center;
  226. image {
  227. width: 50rpx;
  228. height: 44rpx;
  229. }
  230. .pay1-tex {
  231. font-size: 32rpx;
  232. margin-left: 30rpx;
  233. }
  234. }
  235. .pay2 {
  236. width: 462rpx;
  237. height: 100%;
  238. display: flex;
  239. justify-content: center;
  240. align-items: center;
  241. font-size: 32rpx;
  242. color: white;
  243. background-color: #F89B7F;
  244. .pay2-tex2 {
  245. margin-left: 10rpx;
  246. }
  247. }
  248. }
  249. }
  250. .specBox {
  251. font-family: Microsoft JhengHei UI;
  252. position: relative;
  253. .delivery {
  254. display: flex;
  255. justify-content: space-between;
  256. .tab {
  257. image {
  258. width: 48rpx;
  259. height: 40rpx;
  260. padding: 10rpx;
  261. margin: 10rpx;
  262. margin-right: 70rpx;
  263. }
  264. font-size: 26rpx;
  265. height: 80rpx;
  266. width:375rpx;
  267. display: flex;
  268. align-items:center;
  269. }
  270. .tab2 {
  271. background: #D9D9D9;
  272. border-radius: 0 24rpx 0 24rpx;
  273. justify-content: center;
  274. }
  275. }
  276. .verify {
  277. display: flex;
  278. justify-content: space-between;
  279. .tab {
  280. image {
  281. width: 48rpx;
  282. height: 40rpx;
  283. padding: 10rpx;
  284. margin: 10rpx;
  285. margin-right: 70rpx;
  286. }
  287. font-size: 26rpx;
  288. height: 80rpx;
  289. width:375rpx;
  290. display: flex;
  291. align-items:center;
  292. }
  293. .tab1 {
  294. background: #D9D9D9;
  295. border-radius: 24rpx 0 24rpx 0;
  296. }
  297. .tab2 {
  298. justify-content: center;
  299. }
  300. }
  301. .address {
  302. display: flex;
  303. align-items: center;
  304. justify-content: space-between;
  305. padding: 20rpx;
  306. .add {
  307. display: flex;
  308. align-items: center;
  309. image {
  310. width: 50rpx;
  311. height: 50rpx;
  312. padding-right: 20rpx;
  313. }
  314. view {
  315. width: 516rpx;
  316. font-size: 26rpx;
  317. line-height: 40rpx;
  318. }
  319. }
  320. }
  321. .good {
  322. display: flex;
  323. margin: 20rpx;
  324. padding-bottom: 20rpx;
  325. border-bottom: #D9D9D9 1rpx solid;
  326. image {
  327. width: 224rpx;
  328. height: 222rpx;
  329. margin-right: 30rpx;
  330. }
  331. .info {
  332. width: 440rpx;
  333. display: flex;
  334. flex-direction: column;
  335. justify-content: space-between;
  336. .price {
  337. display: flex;
  338. margin-bottom: 10rpx;
  339. align-items: flex-end;
  340. .after {
  341. display: flex;
  342. align-items: center;
  343. image {
  344. width: 34rpx;
  345. height: 34rpx;
  346. margin-right: 5rpx;
  347. }
  348. .int {
  349. font-size: 33rpx;
  350. color: #F89B7F;
  351. }
  352. .point {
  353. font-size: 24rpx;
  354. color: #F89B7F;
  355. }
  356. }
  357. .befor {
  358. margin-left: 10rpx;
  359. font-size: 24rpx;
  360. text {
  361. text-decoration: line-through
  362. }
  363. }
  364. }
  365. .name {
  366. font-size: 24rpx;
  367. overflow: hidden;
  368. text-overflow: ellipsis;
  369. white-space: nowrap;
  370. }
  371. }
  372. }
  373. .li {
  374. margin: 20rpx;
  375. display: flex;
  376. justify-content: space-between;
  377. padding-bottom: 20rpx;
  378. border-bottom: #D9D9D9 1rpx solid;
  379. .tit {
  380. font-size: 30rpx;
  381. }
  382. .right {
  383. font-size: 26rpx;
  384. .coupons {
  385. color: #F89B7F;
  386. margin-right: 5rpx;
  387. }
  388. }
  389. }
  390. .tagBox {
  391. padding: 0 20rpx;
  392. padding-bottom: 20rpx;
  393. border-bottom: #D9D9D9 1rpx solid;
  394. .tit {
  395. font-size: 30rpx;
  396. margin-bottom: 20rpx;
  397. }
  398. .tag_chick {
  399. color: #F89B7F;
  400. background: #FEF4F3;
  401. border: 3rpx solid #F89B7F;
  402. }
  403. .tag_normal {
  404. background: #F3F1F2;
  405. text {
  406. color: #9F9D9E;
  407. }
  408. }
  409. .tag {
  410. font-size: 26rpx;
  411. padding: 10rpx 20rpx;
  412. border-radius: 8rpx;
  413. }
  414. .occup {
  415. margin: 30rpx 0;
  416. }
  417. }
  418. .more {
  419. margin: 20rpx;
  420. padding-bottom: 20rpx;
  421. font-size: 26rpx;
  422. display: flex;
  423. align-items: center;
  424. van-icon {
  425. margin-left: 20rpx;
  426. }
  427. }
  428. .btn {
  429. position: absolute;
  430. font-size: 32rpx;
  431. height: 82rpx;
  432. width: 100%;
  433. color: white;
  434. background: #F89B7F;
  435. border-radius: 0;
  436. margin: 0;
  437. padding: 0;
  438. bottom: 0;
  439. }
  440. }
  441. .moreBox {
  442. .more_title {
  443. border-bottom: #D9D9D9 1rpx solid;
  444. .tab {
  445. image {
  446. width: 48rpx;
  447. height: 40rpx;
  448. padding: 10rpx;
  449. margin: 10rpx;
  450. margin-right: 240rpx;
  451. }
  452. font-size: 26rpx;
  453. height: 80rpx;
  454. display: flex;
  455. align-items:center;
  456. }
  457. }
  458. .already {
  459. display: flex;
  460. justify-content: space-between;
  461. align-items: center;
  462. font-size: 26rpx;
  463. padding: 10rpx 20rpx;
  464. border-bottom: #D9D9D9 1rpx solid;
  465. .left {
  466. display: flex;
  467. align-items: center;
  468. image {
  469. width: 80rpx;
  470. height: 80rpx;
  471. margin: 0 20rpx;
  472. }
  473. text {
  474. width: 330rpx;
  475. overflow: hidden;
  476. text-overflow: ellipsis;
  477. white-space: nowrap;
  478. }
  479. }
  480. .right {
  481. color: gray;
  482. }
  483. }
  484. }
  485. .listBox {
  486. .more_title {
  487. border-bottom: #D9D9D9 1rpx solid;
  488. .tab {
  489. image {
  490. width: 48rpx;
  491. height: 40rpx;
  492. padding: 10rpx;
  493. margin: 10rpx;
  494. margin-right: 240rpx;
  495. }
  496. font-size: 26rpx;
  497. height: 80rpx;
  498. display: flex;
  499. align-items:center;
  500. }
  501. }
  502. .good_item {
  503. display: flex;
  504. align-items: center;
  505. margin: 20rpx;
  506. padding-bottom: 20rpx;
  507. border-bottom: #D9D9D9 1rpx solid;
  508. .item {
  509. display: flex;
  510. justify-content: space-between;
  511. image {
  512. width: 110rpx;
  513. height: 110rpx;
  514. margin-right: 20rpx;
  515. }
  516. .info {
  517. width: 520rpx;
  518. .name {
  519. font-size: 22rpx;
  520. }
  521. .under {
  522. display: flex;
  523. justify-content: space-between;
  524. }
  525. }
  526. }
  527. }
  528. .add {
  529. margin: auto;
  530. text-align: center;
  531. padding: 15rpx 0;
  532. font-size: 28rpx;
  533. width: 60vw;
  534. color: #F89B7F;
  535. background: white;
  536. border: 1rpx solid #F89B7F;
  537. }
  538. }