wanlnvue.css 12 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039
  1. /* #ifndef APP-PLUS */
  2. @font-face {
  3. font-family: "iconfont";
  4. src: url('~@/static/style/iconfont.ttf') format('truetype');
  5. }
  6. /* #endif*/
  7. .icon {
  8. /* #ifndef APP-PLUS */
  9. font-family: "iconfont";
  10. /* #endif*/
  11. font-family: iconfont;
  12. color: #ffffff;
  13. }
  14. .wanl-btn {
  15. position: relative;
  16. height: 76rpx;
  17. width: 76rpx;
  18. align-items: center;
  19. justify-content: center;
  20. background-color: rgba(0,0,0,.2);
  21. border-radius: 5000rpx;
  22. }
  23. .wanl-btn-tag {
  24. position: absolute;
  25. /* #ifndef APP */
  26. top: -14rpx;
  27. right: -12rpx;
  28. padding-left: 12rpx;
  29. padding-right: 12rpx;
  30. /* #endif */
  31. /* #ifdef APP */
  32. top: 0;
  33. right: 0;
  34. padding-left: 6rpx;
  35. padding-right: 6rpx;
  36. /* #endif */
  37. background: #311564;
  38. border-radius: 5000rpx;
  39. align-items: center;
  40. justify-content: center;
  41. z-index: 1;
  42. }
  43. .wanl-btn-tag-text {
  44. color: #fff;
  45. font-size: 24rpx;
  46. }
  47. .wanl-btn-text {
  48. font-size: 32rpx;
  49. /* #ifndef APP-PLUS */
  50. font-family: "iconfont";
  51. /* #endif*/
  52. font-family: iconfont;
  53. color: rgba(255, 255, 255, .8);
  54. }
  55. .wanl-btn-transpare{
  56. background-color: rgba(0,0,0,0);
  57. }
  58. .wanl-btn-image {
  59. width: 80rpx;
  60. height: 80rpx;
  61. }
  62. .wanl-list-tag {
  63. position: absolute;
  64. align-items: center;
  65. justify-content: center;
  66. top: 0;
  67. left: 0;
  68. width: 50rpx;
  69. height: 40rpx;
  70. background-color: rgba(50,50,50,.5);
  71. border-bottom-right-radius: 18rpx;
  72. border-top-left-radius: 18rpx;
  73. }
  74. .wanl-list-tag-text {
  75. color: #ffffff;
  76. font-size: 24rpx;
  77. }
  78. /* Tag标签 */
  79. .tag {
  80. height: 32rpx;
  81. /* #ifndef APP-PLUS */
  82. display: inline-flex;
  83. /* #endif */
  84. align-items: center;
  85. flex-direction: row;
  86. padding: 0 8rpx;
  87. background-image: linear-gradient(-90deg, #ff4950, #ff8123);
  88. border-radius: 10rpx;
  89. margin-right: 10rpx;
  90. }
  91. .tag-icon {
  92. font-size: 20rpx;
  93. color: #ffffff;
  94. margin-right: 6rpx;
  95. }
  96. .tag-text {
  97. font-size: 20rpx;
  98. color: #ffffff;
  99. }
  100. /* 文本大小 */
  101. .text-xs {
  102. font-size: 22rpx;
  103. }
  104. .text-min {
  105. font-size: 24rpx;
  106. }
  107. .text-sm {
  108. font-size: 26rpx;
  109. }
  110. .text-df {
  111. font-size: 28rpx;
  112. }
  113. .text-30 {
  114. font-size: 30rpx;
  115. }
  116. .text-lg {
  117. font-size: 32rpx;
  118. }
  119. .text-34 {
  120. font-size: 34rpx;
  121. }
  122. .text-xl {
  123. font-size: 36rpx;
  124. }
  125. .text-40 {
  126. font-size: 40rpx;
  127. }
  128. .text-xxl {
  129. font-size: 44rpx;
  130. }
  131. .text-xxxl {
  132. font-size: 56rpx;
  133. }
  134. .text-xxxxl {
  135. font-size: 68rpx;
  136. }
  137. .text-sl {
  138. font-size: 80rpx;
  139. }
  140. .text-xsl {
  141. font-size: 120rpx;
  142. }
  143. .text-bold {
  144. font-weight: bold;
  145. }
  146. .text-center {
  147. text-align: center;
  148. }
  149. .text-content {
  150. line-height: 1.6;
  151. }
  152. .text-left {
  153. text-align: left;
  154. }
  155. .text-right {
  156. text-align: right;
  157. }
  158. .text-lines-mp {
  159. lines: 2;
  160. text-overflow: ellipsis;
  161. overflow: hidden;
  162. /* #ifndef APP-PLUS */
  163. white-space: normal;
  164. display: -webkit-box;
  165. -webkit-box-orient: vertical;
  166. -webkit-line-clamp: 2;
  167. /* #endif*/
  168. }
  169. .text-lines-2 {
  170. lines: 2;
  171. text-overflow: ellipsis;
  172. }
  173. .text-mp-2 {
  174. overflow: hidden;
  175. /* #ifndef APP-PLUS */
  176. white-space: normal;
  177. display: -webkit-box;
  178. -webkit-box-orient: vertical;
  179. -webkit-line-clamp: 2;
  180. /* #endif*/
  181. }
  182. .text-lines-3 {
  183. lines: 3;
  184. text-overflow: ellipsis;
  185. }
  186. /* 字体粗细 */
  187. .text-bold1 {
  188. font-weight: 100;
  189. }
  190. .text-bold2 {
  191. font-weight: 200;
  192. }
  193. .text-bold4 {
  194. font-weight: 400;
  195. }
  196. .text-bold5 {
  197. font-weight: 500;
  198. }
  199. .text-bold6 {
  200. font-weight: 600;
  201. }
  202. .text-bold7 {
  203. font-weight: 700;
  204. }
  205. .text-bold8 {
  206. font-weight: 800;
  207. }
  208. .round {
  209. border-radius: 5000rpx;
  210. }
  211. .radius {
  212. border-radius: 6rpx;
  213. }
  214. .radius-bock {
  215. border-radius: 18rpx;
  216. }
  217. .radius-circular {
  218. border-radius: 2000rpx;
  219. }
  220. /* 字体颜色 */
  221. .text-white {
  222. color: #ffffff;
  223. }
  224. .text-white-5 {
  225. color: rgba(255, 255, 255, 0.5);
  226. }
  227. .text-white-6 {
  228. color: rgba(255, 255, 255, 0.6);
  229. }
  230. .text-white-7 {
  231. color: rgba(255, 255, 255, 0.7);
  232. }
  233. .text-white-8 {
  234. color: rgba(255, 255, 255, 0.8);
  235. }
  236. .text-white-9 {
  237. color: rgba(255, 255, 255, 0.9);
  238. }
  239. .text-black {
  240. color: #000000;
  241. }
  242. .text-black-1 {
  243. color: rgba(0, 0, 0, 0.1);
  244. }
  245. .text-black-2 {
  246. color: rgba(0, 0, 0, 0.2);
  247. }
  248. .text-black-3 {
  249. color: rgba(0, 0, 0, 0.3);
  250. }
  251. .text-black-4 {
  252. color: rgba(0, 0, 0, 0.4);
  253. }
  254. .text-black-5 {
  255. color: rgba(0, 0, 0, 0.5);
  256. }
  257. .text-black-6 {
  258. color: rgba(0, 0, 0, 0.6);
  259. }
  260. .text-black-7 {
  261. color: rgba(0, 0, 0, 0.7);
  262. }
  263. .text-black-8 {
  264. color: rgba(0, 0, 0, 0.8);
  265. }
  266. .text-black-9 {
  267. color: rgba(0, 0, 0, 0.9);
  268. }
  269. .text-gray {
  270. color: #888888;
  271. }
  272. .text-gray-light {
  273. color: #999999;
  274. }
  275. .text-gray-dark {
  276. color: #666666;
  277. }
  278. .text-red {
  279. color: #ff243a;
  280. }
  281. .text-orange {
  282. color: #fe6600;
  283. }
  284. .text-yellow {
  285. color: #FF6A0C;
  286. }
  287. .text-olive {
  288. color: #8dc63f;
  289. }
  290. .text-green {
  291. color: #39b54a;
  292. }
  293. .text-cyan {
  294. color: #1cbbb4;
  295. }
  296. .text-blue {
  297. color: #0081ff;
  298. }
  299. .text-purple {
  300. color: #6739b6;
  301. }
  302. .text-mauve {
  303. color: #9c26b0;
  304. }
  305. .text-pink {
  306. color: #F840B1;
  307. }
  308. .text-brown {
  309. color: #a5673f;
  310. }
  311. /* 背景颜色 */
  312. .wanl-bg-redorange {
  313. background: #ff3d33;
  314. background-image: linear-gradient(90deg, #ff6333, #fe6600);
  315. color: white;
  316. }
  317. .wanl-bg-redorange-light {
  318. background-image: linear-gradient(90deg, #ffc0ae, #ffa7b0);
  319. color: white;
  320. }
  321. /* 橙色 */
  322. .wanl-bg-orange {
  323. color: white;
  324. background-image: linear-gradient(-90deg, #ff4950, #ff8123);
  325. }
  326. /* 粉色 */
  327. .wanl-bg-pink {
  328. color: white;
  329. background-image: linear-gradient(-90deg, #fa3b26, #ff4d8a);
  330. }
  331. /* 蓝色 */
  332. .wanl-bg-blue {
  333. color: white;
  334. background-image: linear-gradient(-90deg, #2676fa, #23d7ff);
  335. }
  336. /* 灰色 */
  337. .wanl-bg-grey{
  338. color: white;
  339. background-image: linear-gradient(-90deg, #8799a3, #8799a3);
  340. }
  341. .bg-nav {
  342. background-color: #f9f9f9;
  343. }
  344. .bg-white {
  345. background-color: #ffffff;
  346. color: #333333;
  347. }
  348. .bg-black {
  349. background-color: #333333;
  350. color: #ffffff;
  351. }
  352. .bg-gray {
  353. background-color: #f0f0f0;
  354. color: #333333;
  355. }
  356. .bg-gradual-yellow {
  357. background-image: linear-gradient(to left, #ff9700, #ffca00);
  358. color: white;
  359. }
  360. .bg-red {
  361. background-color: red;
  362. color: #ffffff;
  363. }
  364. .bg-orange {
  365. background-color: #fe6600;
  366. color: #ffffff;
  367. }
  368. .bg-yellow {
  369. background-color: #fbbd08;
  370. color: #333333;
  371. }
  372. .bg-olive {
  373. background-color: #8dc63f;
  374. color: #ffffff;
  375. }
  376. .bg-green {
  377. background-color: #39b54a;
  378. color: #ffffff;
  379. }
  380. .bg-cyan {
  381. background-color: #1cbbb4;
  382. color: #ffffff;
  383. }
  384. .bg-blue {
  385. background-color: #0081ff;
  386. color: #ffffff;
  387. }
  388. .bg-purple {
  389. background-color: #6739b6;
  390. color: #ffffff;
  391. }
  392. .bg-mauve {
  393. background-color: #9c26b0;
  394. color: #ffffff;
  395. }
  396. .bg-pink {
  397. background-color: #e03997;
  398. color: #ffffff;
  399. }
  400. .bg-brown {
  401. background-color: #a5673f;
  402. color: #ffffff;
  403. }
  404. .tagbg_1 { background: #f43f3B; }
  405. .tagbg_2 { background: #fe6600; }
  406. .tagbg_3 { background: #fbbd08; }
  407. .tagbg_4 { background: #8dc63f; }
  408. .tagbg_5 { background: #39b54a; }
  409. .tagbg_6 { background: #1cbbb4; }
  410. .tagbg_7 { background: #0081ff; }
  411. .tagbg_8 { background: #6739b6; }
  412. .tagbg_9 { background: #9c26b0; }
  413. .tagbg_10 { background: #e03997; }
  414. .tagbg_11 { background: #a5673f; }
  415. /* -- 内外边距 -- */
  416. .margin-xs {
  417. margin: 10rpx;
  418. }
  419. .margin-sm {
  420. margin: 20rpx;
  421. }
  422. .margin {
  423. margin: 30rpx;
  424. }
  425. .margin-lg {
  426. margin: 40rpx;
  427. }
  428. .margin-xl {
  429. margin: 50rpx;
  430. }
  431. .margin-top-xs {
  432. margin-top: 10rpx;
  433. }
  434. .margin-top-s {
  435. margin-top: 6rpx;
  436. }
  437. .margin-top-sm {
  438. margin-top: 20rpx;
  439. }
  440. .margin-top {
  441. margin-top: 30rpx;
  442. }
  443. .margin-top-lg {
  444. margin-top: 40rpx;
  445. }
  446. .margin-top-xl {
  447. margin-top: 50rpx;
  448. }
  449. .margin-right-s {
  450. margin-right: 4rpx;
  451. }
  452. .margin-right-xs {
  453. margin-right: 10rpx;
  454. }
  455. .margin-right-sm {
  456. margin-right: 20rpx;
  457. }
  458. .margin-right {
  459. margin-right: 30rpx;
  460. }
  461. .margin-right-lg {
  462. margin-right: 40rpx;
  463. }
  464. .margin-right-xl {
  465. margin-right: 50rpx;
  466. }
  467. .margin-bottom-s {
  468. margin-bottom: 6rpx;
  469. }
  470. .margin-bottom-xs {
  471. margin-bottom: 10rpx;
  472. }
  473. .margin-bottom-sm {
  474. margin-bottom: 20rpx;
  475. }
  476. .margin-bottom {
  477. margin-bottom: 30rpx;
  478. }
  479. .margin-bottom-lg {
  480. margin-bottom: 40rpx;
  481. }
  482. .margin-bottom-xl {
  483. margin-bottom: 50rpx;
  484. }
  485. .margin-left-s {
  486. margin-left: 4rpx;
  487. }
  488. .margin-left-xs {
  489. margin-left: 10rpx;
  490. }
  491. .margin-left-sm {
  492. margin-left: 20rpx;
  493. }
  494. .margin-left {
  495. margin-left: 30rpx;
  496. }
  497. .margin-left-lg {
  498. margin-left: 40rpx;
  499. }
  500. .margin-left-xl {
  501. margin-left: 50rpx;
  502. }
  503. .margin-lr-xs {
  504. margin-left: 10rpx;
  505. margin-right: 10rpx;
  506. }
  507. .margin-lr-sm {
  508. margin-left: 20rpx;
  509. margin-right: 20rpx;
  510. }
  511. .margin-lr {
  512. margin-left: 30rpx;
  513. margin-right: 30rpx;
  514. }
  515. .margin-lr-lg {
  516. margin-left: 40rpx;
  517. margin-right: 40rpx;
  518. }
  519. .margin-lr-xl {
  520. margin-left: 50rpx;
  521. margin-right: 50rpx;
  522. }
  523. .margin-tb-s {
  524. margin-top: 4rpx;
  525. margin-bottom: 4rpx;
  526. }
  527. .margin-tb-xs {
  528. margin-top: 10rpx;
  529. margin-bottom: 10rpx;
  530. }
  531. .margin-tb-sm {
  532. margin-top: 20rpx;
  533. margin-bottom: 20rpx;
  534. }
  535. .margin-tb {
  536. margin-top: 30rpx;
  537. margin-bottom: 30rpx;
  538. }
  539. .margin-tb-lg {
  540. margin-top: 40rpx;
  541. margin-bottom: 40rpx;
  542. }
  543. .margin-tb-xl {
  544. margin-top: 50rpx;
  545. margin-bottom: 50rpx;
  546. }
  547. .margin-bj {
  548. margin: 25rpx;
  549. }
  550. .margin-top-bj {
  551. margin-top: 25rpx;
  552. }
  553. .margin-right-bj {
  554. margin-right: 25rpx;
  555. }
  556. .margin-bottom-bj {
  557. margin-bottom: 25rpx;
  558. }
  559. .margin-left-bj {
  560. margin-left: 25rpx;
  561. }
  562. .margin-lr-bj {
  563. margin-left: 25rpx;
  564. margin-right: 25rpx;
  565. }
  566. .margin-tb-bj {
  567. margin-top: 25rpx;
  568. margin-bottom: 25rpx;
  569. }
  570. .padding-bj {
  571. padding: 25rpx;
  572. }
  573. .padding-top-bj {
  574. padding-top: 25rpx;
  575. }
  576. .padding-right-bj {
  577. padding-right: 25rpx;
  578. }
  579. .padding-left-bj {
  580. padding-left: 25rpx;
  581. }
  582. .padding-lr-bj {
  583. padding-left: 25rpx;
  584. padding-right: 25rpx;
  585. }
  586. .padding-tb-bj {
  587. padding-top: 25rpx;
  588. padding-bottom: 25rpx;
  589. }
  590. .padding-bottom-bj {
  591. padding-bottom: 25rpx;
  592. }
  593. .padding-0 {
  594. padding: 0;
  595. }
  596. .padding-xs {
  597. padding: 10rpx;
  598. }
  599. .padding-sm {
  600. padding: 20rpx;
  601. }
  602. .padding {
  603. padding: 30rpx;
  604. }
  605. .padding-lg {
  606. padding: 40rpx;
  607. }
  608. .padding-xl {
  609. padding: 50rpx;
  610. }
  611. .padding-top-s {
  612. padding-top: 4rpx;
  613. }
  614. .padding-top-xs {
  615. padding-top: 10rpx;
  616. }
  617. .padding-top-sm {
  618. padding-top: 20rpx;
  619. }
  620. .padding-top {
  621. padding-top: 30rpx;
  622. }
  623. .padding-top-lg {
  624. padding-top: 40rpx;
  625. }
  626. .padding-top-xl {
  627. padding-top: 50rpx;
  628. }
  629. .padding-right-xs {
  630. padding-right: 10rpx;
  631. }
  632. .padding-right-sm {
  633. padding-right: 20rpx;
  634. }
  635. .padding-right {
  636. padding-right: 30rpx;
  637. }
  638. .padding-right-lg {
  639. padding-right: 40rpx;
  640. }
  641. .padding-right-xl {
  642. padding-right: 50rpx;
  643. }
  644. .padding-bottom-xs {
  645. padding-bottom: 10rpx;
  646. }
  647. .padding-bottom-sm {
  648. padding-bottom: 20rpx;
  649. }
  650. .padding-bottom {
  651. padding-bottom: 30rpx;
  652. }
  653. .padding-bottom-lg {
  654. padding-bottom: 40rpx;
  655. }
  656. .padding-bottom-xl {
  657. padding-bottom: 50rpx;
  658. }
  659. .padding-left-xs {
  660. padding-left: 10rpx;
  661. }
  662. .padding-left-sm {
  663. padding-left: 20rpx;
  664. }
  665. .padding-left {
  666. padding-left: 30rpx;
  667. }
  668. .padding-left-lg {
  669. padding-left: 40rpx;
  670. }
  671. .padding-left-xl {
  672. padding-left: 50rpx;
  673. }
  674. .padding-lr-s {
  675. padding-left: 4rpx;
  676. padding-right: 4rpx;
  677. }
  678. .padding-lr-xs {
  679. padding-left: 10rpx;
  680. padding-right: 10rpx;
  681. }
  682. .padding-lr-sm {
  683. padding-left: 20rpx;
  684. padding-right: 20rpx;
  685. }
  686. .padding-lr {
  687. padding-left: 30rpx;
  688. padding-right: 30rpx;
  689. }
  690. .padding-lr-lg {
  691. padding-left: 40rpx;
  692. padding-right: 40rpx;
  693. }
  694. .padding-lr-xl {
  695. padding-left: 50rpx;
  696. padding-right: 50rpx;
  697. }
  698. .padding-tb-s {
  699. padding-top: 4rpx;
  700. padding-bottom: 4rpx;
  701. }
  702. .padding-tb-xs {
  703. padding-top: 10rpx;
  704. padding-bottom: 10rpx;
  705. }
  706. .padding-tb-sm {
  707. padding-top: 20rpx;
  708. padding-bottom: 20rpx;
  709. }
  710. .padding-tb {
  711. padding-top: 30rpx;
  712. padding-bottom: 30rpx;
  713. }
  714. .padding-tb-lg {
  715. padding-top: 40rpx;
  716. padding-bottom: 40rpx;
  717. }
  718. .padding-tb-xl {
  719. padding-top: 50rpx;
  720. padding-bottom: 50rpx;
  721. }
  722. /* 定位 */
  723. .position-relative {
  724. position: relative;
  725. }
  726. .position-absolute {
  727. position: absolute;
  728. }
  729. .position-center{
  730. position: absolute;
  731. top: 0;
  732. bottom: 0;
  733. left: 0;
  734. right: 0;
  735. }
  736. .position-top-center {
  737. position: absolute;
  738. top: 0;
  739. left: 0;
  740. right: 0;
  741. }
  742. .position-bottom-center {
  743. position: absolute;
  744. bottom: 0;
  745. left: 0;
  746. right: 0;
  747. }
  748. /* flex弹性布局*/
  749. .flex {
  750. /* #ifndef APP-NVUE */
  751. display: flex;
  752. /* #endif */
  753. }
  754. .flex-sub {
  755. flex: 1;
  756. }
  757. .flex-twice {
  758. flex: 2;
  759. }
  760. .flex-treble {
  761. flex: 3;
  762. }
  763. .flex-direction {
  764. flex-direction: row;
  765. }
  766. .flex-wrap {
  767. flex-wrap: wrap;
  768. }
  769. .align-start {
  770. align-items: flex-start;
  771. }
  772. .align-end {
  773. align-items: flex-end;
  774. }
  775. .align-center {
  776. align-items: center;
  777. }
  778. .align-stretch {
  779. align-items: stretch;
  780. }
  781. .align-stretch {
  782. align-items: stretch;
  783. }
  784. .justify-start {
  785. justify-content: flex-start;
  786. }
  787. .justify-end {
  788. justify-content: flex-end;
  789. }
  790. .justify-center {
  791. justify-content: center;
  792. }
  793. .justify-between {
  794. justify-content: space-between;
  795. }
  796. .justify-around {
  797. justify-content: space-around;
  798. }
  799. .overflow-hidden {
  800. overflow: hidden;
  801. }