base.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658
  1. @charset "UTF-8";
  2. .font-color,
  3. .font-color-red {
  4. color: var(--view-priceColor) !important
  5. }
  6. .font-num {
  7. color: var(--view-theme) !important
  8. }
  9. .bg-color {
  10. background-color: var(--view-theme) !important
  11. }
  12. .bg-light {
  13. background-color: #fff;
  14. }
  15. .icon-color {
  16. color: #ff3c2b
  17. }
  18. .cart-color {
  19. color: var(--view-theme) !important;
  20. border: 1px solid var(--view-theme) !important
  21. }
  22. .bg-gradient {
  23. background: linear-gradient(90deg, var(--view-theme) 0, var(--view-gradient) 100%);
  24. }
  25. .bg-gradient1 {
  26. background: linear-gradient(90deg, var(--view-gradient) 0, var(--view-theme) 100%);
  27. }
  28. .borderRadius15 {
  29. border-radius: 15rpx !important;
  30. }
  31. .borderRadius20 {
  32. border-radius: 20rpx !important;
  33. }
  34. .padding20 {
  35. padding: 20rpx
  36. }
  37. .pad20 {
  38. padding: 0 20rpx
  39. }
  40. .padding30 {
  41. padding: 30rpx
  42. }
  43. .pad30 {
  44. padding: 0 30rpx
  45. }
  46. .p_center {
  47. text-align: center;
  48. }
  49. uni-tabbar .uni-tabbar__reddot {
  50. background-color: #FF448F;
  51. }
  52. .break_word {
  53. overflow-wrap: break-word;
  54. white-space: normal;
  55. }
  56. .white-nowrap {
  57. white-space: nowrap;
  58. }
  59. .text-white {
  60. color: #fff;
  61. }
  62. .acea-row {
  63. display: flex;
  64. flex-wrap: wrap
  65. }
  66. .acea-row.row-middle {
  67. align-items: center
  68. }
  69. .acea-row.row-top {
  70. align-items: flex-start
  71. }
  72. .acea-row.row-bottom {
  73. align-items: flex-end
  74. }
  75. .acea-row.row-center {
  76. justify-content: center
  77. }
  78. .acea-row.row-right {
  79. justify-content: flex-end
  80. }
  81. .acea-row.row-left {
  82. justify-content: flex-start
  83. }
  84. .acea-row.row-between {
  85. justify-content: space-between
  86. }
  87. .acea-row.row-around {
  88. justify-content: space-around;
  89. }
  90. .acea-row.row-column-around {
  91. flex-direction: column;
  92. justify-content: space-around;
  93. }
  94. .acea-row.row-column {
  95. flex-direction: column
  96. }
  97. .acea-row.row-column-between {
  98. flex-direction: column;
  99. justify-content: space-between
  100. }
  101. .acea-row.row-center-wrapper {
  102. align-items: center;
  103. justify-content: center
  104. }
  105. .acea-row.row-between-wrapper {
  106. align-items: center;
  107. justify-content: space-between
  108. }
  109. .items-baseline {
  110. align-items: baseline;
  111. }
  112. .flex-1 {
  113. flex: 1;
  114. }
  115. .flex-aj-center {
  116. display: flex;
  117. align-items: center;
  118. justify-content: center
  119. }
  120. .h-full {
  121. height: 100%;
  122. }
  123. * {
  124. box-sizing: border-box
  125. }
  126. page {
  127. font-size: 28rpx;
  128. color: #333;
  129. background-color: #f5f5f5;
  130. }
  131. button {
  132. padding: 0;
  133. margin: 0;
  134. line-height: normal;
  135. background-color: #fff
  136. }
  137. button::after {
  138. border: 0
  139. }
  140. radio .wx-radio-input {
  141. border-radius: 50%;
  142. width: 30rpx;
  143. height: 30rpx
  144. }
  145. radio .wx-radio-input.wx-radio-input-checked {
  146. border: 1px solid var(--view-theme) !important;
  147. background-color: var(--view-theme) !important
  148. }
  149. radio .uni-radio-input.uni-radio-input-checked::before,
  150. radio .wx-radio-input.wx-radio-input-checked::before{
  151. font-size: 24rpx;
  152. }
  153. radio .uni-radio-input {
  154. border-radius: 50%;
  155. width: 30rpx;
  156. height: 30rpx
  157. }
  158. radio .uni-radio-input.uni-radio-input-checked {
  159. border: 1px solid var(--view-theme) !important;
  160. background-color: var(--view-theme) !important
  161. }
  162. checkbox .wx-checkbox-input {
  163. border-radius: 50%;
  164. width: 34rpx;
  165. height: 34rpx
  166. }
  167. checkbox .wx-checkbox-input.wx-checkbox-input-checked {
  168. border: 1px solid var(--view-theme) !important;
  169. background-color: var(--view-theme) !important;
  170. color: #fff !important
  171. }
  172. checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
  173. font-size: 24rpx
  174. }
  175. checkbox .uni-checkbox-input {
  176. border-radius: 50%;
  177. width: 34rpx;
  178. height: 34rpx
  179. }
  180. checkbox .uni-checkbox-input.uni-checkbox-input-checked {
  181. border: 1px solid var(--view-theme) !important;
  182. background-color: var(--view-theme) !important;
  183. color: #fff !important
  184. }
  185. checkbox .uni-checkbox-input.uni-checkbox-input-disabled {
  186. background-color: #e1e1e1 !important;
  187. border: 1px solid #e1e1e1 !important;
  188. }
  189. checkbox .uni-checkbox-input.uni-checkbox-input-checked::before {
  190. font-size: 24rpx
  191. }
  192. .classify checkbox .wx-checkbox-input{
  193. border-radius: 4rpx !important;
  194. width: 28rpx;
  195. height: 28rpx;
  196. margin-top: -4rpx;
  197. }
  198. .classify checkbox .wx-checkbox-input.wx-checkbox-input-checked,
  199. .user-list checkbox .wx-checkbox-input.wx-checkbox-input-checked{
  200. border: 1px solid #477ef3 !important;
  201. background-color: #477ef3 !important;
  202. color: #fff !important
  203. }
  204. .splitOrder checkbox .wx-checkbox-input.wx-checkbox-input-checked {
  205. border: 1px solid #477ef3 !important;
  206. background-color: #477ef3 !important;
  207. color: #fff !important
  208. }
  209. .splitOrder checkbox .uni-checkbox-input.uni-checkbox-input-checked {
  210. border: 1px solid #477ef3 !important;
  211. background-color: #477ef3 !important;
  212. color: #fff !important
  213. }
  214. .line1 {
  215. overflow: hidden;
  216. text-overflow: ellipsis;
  217. white-space: nowrap
  218. }
  219. .line2 {
  220. word-break: break-all;
  221. display: -webkit-box;
  222. -webkit-line-clamp: 2;
  223. -webkit-box-orient: vertical;
  224. overflow: hidden
  225. }
  226. .line3 {
  227. word-break: break-all;
  228. display: -webkit-box;
  229. -webkit-line-clamp: 3;
  230. -webkit-box-orient: vertical;
  231. overflow: hidden
  232. }
  233. .mask {
  234. position: fixed;
  235. top: 0;
  236. left: 0;
  237. right: 0;
  238. bottom: 0;
  239. background-color: #000;
  240. opacity: .5;
  241. z-index: 5
  242. }
  243. @keyframes load {
  244. from {
  245. transform: rotate(0)
  246. }
  247. to {
  248. transform: rotate(360deg)
  249. }
  250. }
  251. @-webkit-keyframes load {
  252. from {
  253. transform: rotate(0)
  254. }
  255. to {
  256. transform: rotate(360deg)
  257. }
  258. }
  259. .loadingpic {
  260. animation: load 3s linear 1s infinite;
  261. --webkit-animation: load 3s linear 1s infinite
  262. }
  263. .loading-list {
  264. animation: load linear 1s infinite;
  265. -webkit-animation: load linear 1s infinite;
  266. font-size: 40rpx;
  267. margin-right: 22rpx
  268. }
  269. .loading {
  270. width: 100%;
  271. height: 100rpx;
  272. line-height: 100rpx;
  273. align-items: center;
  274. justify-content: center;
  275. position: relative;
  276. text-align: center
  277. }
  278. .loading .line {
  279. position: absolute;
  280. width: 450rpx;
  281. left: 150rpx;
  282. top: 50rpx;
  283. height: 1px;
  284. border-top: 1px solid #eee
  285. }
  286. .loading .text {
  287. position: relative;
  288. display: inline-block;
  289. padding: 0 20rpx;
  290. background: #fff;
  291. z-index: 2;
  292. color: #777
  293. }
  294. .loadingicon .loading {
  295. animation: load linear 1s infinite;
  296. font-size: 40rpx;
  297. color: #ccc;
  298. }
  299. .loadingicon {
  300. width: 100%;
  301. margin-top: 32rpx;
  302. overflow: hidden;
  303. color: #ccc;
  304. }
  305. .uni-p-b-98 {
  306. height: 100rpx;
  307. /* 兼容 IOS<11.2 */
  308. height: calc(100rpx+ constant(safe-area-inset-bottom));
  309. /* 兼容 IOS>11.2 */
  310. height: calc(100rpx + env(safe-area-inset-bottom));
  311. }
  312. /* 临时css 后期尽量不要用或者删除*/
  313. .sign-record .list .item .data {
  314. height: 80rpx;
  315. line-height: 80rpx;
  316. padding: 0 30rpx;
  317. font-size: 24rpx;
  318. color: #666;
  319. }
  320. .sign-record .list .item .listn {
  321. background-color: #fff;
  322. font-size: 24rpx;
  323. color: #999;
  324. }
  325. .sign-record .list .item .listn .itemn {
  326. height: 120rpx;
  327. border-bottom: 1rpx solid #eee;
  328. padding-right: 30rpx;
  329. padding-left: 30rpx;
  330. }
  331. .sign-record .list .item .listn .itemn .name {
  332. width: 390rpx;
  333. font-size: 28rpx;
  334. color: #282828;
  335. margin-bottom: 10rpx;
  336. }
  337. .sign-record .list .item .listn .itemn .num {
  338. font-size: 36rpx;
  339. color: #16ac57;
  340. }
  341. .sign-record .list .item .listn .itemn .num.font-color {
  342. color: #e93323 !important;
  343. }
  344. .coupon-list {
  345. padding: 0 30rpx;
  346. margin-top: 25rpx;
  347. }
  348. .coupon-list .item {
  349. width: 100%;
  350. height: 170rpx;
  351. margin-bottom: 20rpx;
  352. background: #FFFFFF;
  353. }
  354. .coupon-list .item .money {
  355. width: 188rpx;
  356. height: 100%;
  357. color: #FACC7D;
  358. font-size: 32rpx;
  359. font-weight: 600;
  360. text-align: center;
  361. display: flex;
  362. flex-direction: column;
  363. align-items: center;
  364. justify-content: center;
  365. }
  366. .coupon-list .item .moneyCon,
  367. .coupons .list .item .moneyCon {
  368. background-color: var(--view-theme);
  369. height: 100%;
  370. }
  371. .coupon-list .item .money,
  372. .coupons .list .item .price {
  373. background-repeat: no-repeat;
  374. background-size: 100% 100%;
  375. background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABVCAMAAAC1iNAIAAAAolBMVEUAAAD////////////////////////////////////////////////////////////////w8PD////x8fH////////////////////09PT4+Pj4+Pj5+fn29vb29vb39/f09PT09PT29vb09PT19fX19fX39/f19fX29vb29vb19fX19fX09PT19fX19fX29vb19fX29vb19fX09PT09PT19fUjCUKaAAAANHRSTlMAAQIDBAUGBwgJCgsMDQ4PEBEREhITFBojRERHUlNXZHJzc3d7fX1+iJSdycvN8fL5+/3+S5lxYgAABUVJREFUaN69Wmlj3CYQBXTflDLUSY/E6eFeSWo3/P+/1g8SC0jDsa4UPnrZHc313puRidZa/0OuOrSkoY+01vrvq8y2AkQTMfzTNXarBZRSsgwa/uMSs8UISiml1IB//vzXJf7SXqrtzOQrnoaDsRvy+JLkztasghq/9OnNZcndDBf4tS9PJye3k55dBSzg8dtT7dbcN6sUVF8hueW8NxsursdvTjPLBqmQI3GXX96fiI8KPaK60nC9BMwqpWAeh/qaUJdT2KwxXlyKj64pwb3O4sXZAIImF5aaEupCp5rOBZAKSy6IdlUAzGkwWZwIIDt8NCaGG1wxnkTt85I7udxf354MmrOquuF4cv1bMx7q1/dxNaPJ7fbyrt2uwXgKgDA0uTAcuajZLgp2AoDQDm2hGRN2/fZpfwn5KaWAo0qWCqy0XgUgKPkp6SaXdtyU9i3F3f9UIDj5wVjsy12sfxkDavNOAKEBfKyQiEy+YWjOJj9/TGGDuSIIIYR0NhktfWVVFyj5yZ7i5S4pIYSU4DzhNLTs7j4O4WMRKHcDGDu1K9s7DTcZyfUiYgCD7poA2ntCHSc/rNxt+9COS3C+Ltl55IeUO7goRpmThPWRMgAkh/yOEYEdfDrEPOcBCE5+vE6U+5ZKjJjnHAAp0+SHR0RxhoP2ATxxfEyTXxMQ8sAbVpTOzcXkKFnVOeRXxYQ8AEh7W3jJj/Qxjo8e+eHljs9OBsK2gTlsmIk0PkqVcZb19pANIMf8IuSXcTYXp1DVJV3GyS/b8OiPUTEAaSGD/LJD7fyanGcEQIqbX3TJIL90cW1lzbyCOAAI7aW4magAJ78l36wjPDr3Wxj5gRWiIzIcpGdhfx9gI9U7Y6tf1dtwYGeNQibIL31cjVe0vSlJt48tGthJtoc4+WWXFtkF3Bp2N2N2oKRDLj4Ga2vftat7t1D7w8FCs+VAsrjGPTxIp7hKXBel5UCO5amk1HVkWtvpDVowguXIAfvjcdNCSG5xYFBKKfLlCS0YGNKz8C2LY9t26X3TwnyPv19wlZ6f3PUZS5mZ7JUeCeUplX5YBAegac6s73VeJj8/JLYYdYr8zF54SVZZ5Rr+99eoSs8gP7OC58mLpaM2D4Y9oMrCx20FT2Umhq3JJb89BIVcJj6uQyEpIC/ShNRSKUUgqNJzyW8zXEI2W9QCgHz+AVfpRTb5cX+rFHTYAUNa1eTL7/iKaryXfrrcSG/n849bcnd/L0K1AnLX1pOvXtNKxDGAraj6QOg4Y77iGomvXoM59hnv8Tvwhdxhxto9eE0Ioc1s3e5z8WPyl6gfltHDx3K/g0RLiRSDcbtznhNEBF5B8mW5CYuX99Qnv3k/3Sl8wUBYy8FWK5VrxljKcyMlXbFXzeDKngpSQqYaJWz3mclYlQSSNrAI5jTSUnsFxdqtPhgfCmy9FBS8ZoSxw4GNJtJSh7az1eFrqiSrbCOMS35WVnfoaquLT3uFzOLlT28P5Gd1IaoSFMipjr2Fypb4B/Kz6BYCYFhalr+I26V4Dejjtwj5zcdXKEe3h/JVytt0zcsvEMPVGNnB3GDKG0QfG543Fj1Kn92IF/sNEK7T5VqfMLCo8DPd+vQQg5fACgYl0sGRMBGta5Ag9HG0pY4bkRWyLMuFA2VgIvT5hO0j4u96eofl6nCG5PrN54/vEoIB/Y2FYZhlkXSOvjxv64porf/EFQ31prsg0JeTKLP/T8HuGonWWr+LkwhWKZMLPtPdIKIU0VrrjzjCsEhLrSWyuea9kaZ5GzCitdbPgW6JtZQsbq4BL9NL5P35Dy6VtHEa3VHxAAAAAElFTkSuQmCC');
  376. }
  377. .coupon-list .item .money.moneyGray,
  378. .coupons .list .item .price.moneyGray {
  379. background-color: #ccc;
  380. }
  381. .coupon-list .item .money .num {
  382. font-size: 60rpx;
  383. font-family: SemiBold;
  384. }
  385. .num-fa-semi{
  386. font-family: SemiBold;
  387. }
  388. .coupon-list .item .text {
  389. flex: 1;
  390. padding: 0 32rpx 0 24rpx;
  391. box-sizing: border-box;
  392. background-color: #fff;
  393. }
  394. .coupon-list .item .text .condition {
  395. font-size: 28rpx;
  396. color: #333333;
  397. height: 40rpx;
  398. }
  399. .coupon-list .item .text .data {
  400. margin-top: 8rpx;
  401. font-size: 20rpx;
  402. color: #666666;
  403. height: 28rpx;
  404. display: flex;
  405. flex-wrap: nowrap;
  406. }
  407. .coupon-list .item .bnt {
  408. padding: 0 24rpx;
  409. height: 52rpx;
  410. border-radius: 26rpx;
  411. font-size: 22rpx;
  412. text-align: center;
  413. line-height: 52rpx;
  414. color: #FACC7D;
  415. }
  416. .coupon-list .item .text .data .bnt.gray {
  417. background: #ccc !important;
  418. }
  419. .coupon-list .item.svip .money {
  420. background-color: #EDBB75;
  421. }
  422. .coupon-list .item.svip .condition .line-title {
  423. border-color: #EEC181;
  424. background-color: #FEF7EC;
  425. color: #EEC181;
  426. }
  427. .coupon-list .item.svip .bg-color {
  428. background: linear-gradient(90deg, #EDC98A 0%, #EDBB75 100%);
  429. }
  430. .coupon-list .item.svip .bnt.gray {
  431. background: #CCCCCC;
  432. }
  433. .coupon-list .item.svip .line1 .image {
  434. width: 30rpx;
  435. height: 30rpx;
  436. margin-right: 10rpx;
  437. vertical-align: middle;
  438. z-index: 0;
  439. }
  440. .noCommodity {
  441. border-top: 7rpx solid #f5f5f5
  442. }
  443. .noCommodity .pictrue {
  444. width: 414rpx;
  445. height: 336rpx;
  446. margin: 30rpx auto 30rpx auto
  447. }
  448. .noCommodity .pictrue image {
  449. width: 100%;
  450. height: 100%
  451. }
  452. .pictrue_log {
  453. width: 80rpx;
  454. height: 40rpx;
  455. border-radius: 20rpx 0 20rpx 0;
  456. line-height: 40rpx;
  457. font-size: 24rpx
  458. }
  459. .pictrue_log_class {
  460. background-color: var(--view-theme);
  461. opacity: 1;
  462. position: absolute;
  463. top: 0;
  464. left: 0;
  465. color: #fff;
  466. text-align: center;
  467. z-index: 3
  468. }
  469. .pictrue_log_medium {
  470. width: 80rpx;
  471. height: 44rpx;
  472. border-radius: 20rpx 0 20rpx 0;
  473. line-height: 44rpx;
  474. text-align: center;
  475. font-size: 26rpx
  476. }
  477. .pictrue_log_big {
  478. width: 100rpx;
  479. height: 46rpx;
  480. line-height: 46rpx;
  481. border-radius: 20rpx 0 20rpx 0;
  482. font-size: 28rpx
  483. }
  484. .bg-color-hui {
  485. background: #bbb !important
  486. }
  487. uni-checkbox:not([disabled]) .uni-checkbox-input:hover {
  488. border-color: #d1d1d1;
  489. }
  490. uni-toast .uni-toast {
  491. font-size: 30rpx;
  492. }
  493. .status_bar {
  494. height: var(--status-bar-height);
  495. }
  496. .uni-p-b-140 {
  497. height: 140rpx;
  498. }
  499. .page-footer /deep/.uni-badge--x {
  500. position: absolute !important;
  501. top: -8rpx;
  502. }
  503. .page-footer /deep/.uni-badge {
  504. right: unset !important;
  505. top: unset !important;
  506. }
  507. .page-footer /deep/.uni-badge-left-margin .uni-badge--error {
  508. color: #fff !important;
  509. background-color: var(--view-theme) !important;
  510. z-index: 8;
  511. }
  512. .authorize checkbox .wx-checkbox-input {
  513. width: 30rpx;
  514. height: 30rpx;
  515. margin-bottom: 5rpx;
  516. }
  517. .border-theme-label {
  518. display: inline-flex;
  519. display: flex;
  520. align-items: center;
  521. flex-wrap: nowrap;
  522. height: 26rpx;
  523. padding: 0 6rpx;
  524. border: 1rpx solid var(--view-theme);
  525. border-radius: 6rpx;
  526. font-size: 18rpx;
  527. color: var(--view-theme);
  528. }
  529. .border-red-label {
  530. display: inline-flex;
  531. display: flex;
  532. align-items: center;
  533. flex-wrap: nowrap;
  534. height: 26rpx;
  535. padding: 0 6rpx;
  536. border: 1rpx solid #E93323;
  537. border-radius: 6rpx;
  538. font-size: 18rpx;
  539. color: #E93323;
  540. }