integral.wxss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648
  1. /* pages/integral/integral.wxss */
  2. page {
  3. background: #f5f5f5;
  4. }
  5. /* 垂直方向布局,水平居中 **/
  6. .flex-column {
  7. display: flex;
  8. flex-flow: column nowrap;
  9. align-items: center;
  10. justify-content: left;
  11. }
  12. /* 水平方向布局,垂直居中 **/
  13. .flex-row {
  14. display: flex;
  15. flex-flow: row nowrap;
  16. align-items: center;
  17. justify-content: center;
  18. }
  19. .integral-top {
  20. position: relative;
  21. }
  22. .integral-banner {
  23. width: 720rpx;
  24. height: 256rpx;
  25. border-radius: 16rpx;
  26. overflow: hidden;
  27. }
  28. .head-follow {
  29. width: 100%;
  30. height: 100%;
  31. }
  32. .exchange-style {
  33. height: 82rpx;
  34. line-height: 82rpx;
  35. }
  36. .exchange-text {
  37. font-size: 32rpx;
  38. font-weight: bold;
  39. padding-left: 24rpx;
  40. }
  41. .integral-list {
  42. width: 750rpx;
  43. border-radius: 16rpx;
  44. margin-bottom: 124rpx;
  45. }
  46. .list-item {
  47. width: 750rpx;
  48. height: 208rpx;
  49. padding: 24rpx 12rpx;
  50. background: white;
  51. margin-bottom: 8rpx;
  52. box-sizing: border-box;
  53. }
  54. .item-img {
  55. width: 166rpx;
  56. height: 166rpx;
  57. border: 2rpx solid #F2F6FC;
  58. }
  59. .content {
  60. width: 380rpx;
  61. margin-left: 20rpx;
  62. }
  63. .content-title {
  64. height: 90rpx;
  65. color: #333333;
  66. font-size: 32rpx;
  67. font-weight: 600;
  68. }
  69. .content-details {
  70. height: 40rpx;
  71. color: #b1b1b1;
  72. font-size: 24rpx;
  73. font-weight: 600;
  74. }
  75. .receive-style {
  76. width: 170rpx;
  77. height: 100%;
  78. justify-content: space-between;
  79. }
  80. .receive-button {
  81. width: 170rpx !important;
  82. border-radius: 30rpx !important;
  83. border: none !important;
  84. height: 56rpx !important;
  85. line-height: 56rpx !important;
  86. background: rgba(255, 0, 0, 0.8) !important;
  87. box-shadow: rgb(221 221 221) -1px -1px 0px, rgb(51 51 51) 1px 1px 0px !important;
  88. margin-top: 100rpx !important;
  89. font-size: 28rpx !important;
  90. padding: 0 !important;
  91. color: #ffffff !important;
  92. }
  93. .button-text {
  94. color: white;
  95. font-size: 28rpx;
  96. font-weight: bold;
  97. }
  98. .receive-now {
  99. width: 750rpx;
  100. height: 120rpx;
  101. background-color: rgba(255, 255, 255, 1);
  102. position: fixed;
  103. bottom: 0;
  104. left: 0;
  105. right: 0;
  106. display: flex;
  107. }
  108. .receive-info {
  109. width: 50%;
  110. height: 120rpx;
  111. line-height: 120rpx;
  112. margin: 0 auto;
  113. }
  114. .receive-count {
  115. padding-left: 24rpx;
  116. box-sizing: border-box;
  117. font-weight: 600;
  118. font-size: 30rpx;
  119. color: #333333;
  120. }
  121. .my-card {
  122. position: absolute;
  123. right: 0;
  124. top: 30rpx;
  125. width: 120rpx;
  126. height: 50rpx;
  127. line-height: 50rpx;
  128. text-align: center;
  129. background-color: rgba(0, 0, 0, .4);
  130. color: white;
  131. border-top-left-radius: 30rpx;
  132. border-bottom-left-radius: 30rpx;
  133. font-size: 22rpx;
  134. }
  135. .receive-btn {
  136. width: 100% !important;
  137. height: 120rpx !important;
  138. line-height: 80rpx !important;
  139. margin: 0 auto !important;
  140. background-color: rgba(255, 0, 0, 0.8) !important;
  141. color: white !important;
  142. border-radius: 0 !important;
  143. border: none !important;
  144. }
  145. .background-style {
  146. position: fixed;
  147. top: 0;
  148. bottom: 0;
  149. left: 0;
  150. right: 0;
  151. background-color: rgba(0, 0, 0, 0.5);
  152. }
  153. .commodity_attr_box {
  154. position: fixed;
  155. height: 1000rpx;
  156. left: 0;
  157. right: 0;
  158. bottom: -1000rpx;
  159. background: white;
  160. z-index: 6;
  161. padding: 40rpx 38rpx 0rpx 38rpx;
  162. box-sizing: border-box;
  163. border-top-left-radius: 20rpx;
  164. border-top-right-radius: 20rpx;
  165. }
  166. .eject-close {
  167. text-align: right;
  168. }
  169. .eject-text {
  170. font-size: 52rpx;
  171. color: rgb(153, 153, 153);
  172. }
  173. .eject-commodity {
  174. display: flex;
  175. }
  176. .eject-img {
  177. width: 168rpx;
  178. height: 168rpx;
  179. border: 2rpx solid #F2F6FC;
  180. }
  181. .eject-image {
  182. width: 100%;
  183. height: 100%;
  184. }
  185. .eject-text {
  186. padding-left: 24rpx;
  187. height: 168rpx;
  188. line-height: 84rpx;
  189. }
  190. .eject-text-title {
  191. color: rgb(51, 51, 51);
  192. font-size: 34rpx;
  193. font-weight: 600;
  194. }
  195. .eject-text-integral {
  196. font-size: 28rpx;
  197. color: #fa7200;
  198. font-weight: 600;
  199. }
  200. .eject-explain {
  201. color: rgb(153, 153, 153);
  202. font-size: 28rpx;
  203. }
  204. .eject-explain-title {
  205. margin: 40rpx 0;
  206. }
  207. .score-integral {
  208. position: fixed;
  209. width: 540rpx;
  210. /* height: 400upx; */
  211. top: 50%;
  212. left: 50%;
  213. transform: translate(-50%, -50%);
  214. background-color: white;
  215. border-radius: 14rpx;
  216. overflow: hidden;
  217. }
  218. .score-title {
  219. text-align: center;
  220. font-size: 34rpx;
  221. color: #333333;
  222. font-weight: 550;
  223. height: 100rpx;
  224. line-height: 100rpx;
  225. }
  226. /* .score-phone {
  227. height: 200rpx;
  228. line-height: 200rpx;
  229. padding-top: 60rpx;
  230. box-sizing: border-box;
  231. }
  232. .score-input {
  233. width: 80%;
  234. height: 80rpx;
  235. background-color: #f5f5f5;
  236. margin: 0 auto;
  237. padding: 0 20rpx;
  238. border-radius: 10rpx;
  239. color: #555555;
  240. } */
  241. .score-phone {
  242. height: 200rpx;
  243. padding-top: 60rpx;
  244. box-sizing: border-box;
  245. text-align: center;
  246. }
  247. .score-input {
  248. width: 80%;
  249. height: 80rpx;
  250. margin: 0 auto;
  251. padding: 0 20rpx;
  252. border-radius: 10rpx;
  253. color: #555555;
  254. font-size: 36rpx;
  255. }
  256. .score-btn {
  257. height: 100rpx;
  258. line-height: 100rpx;
  259. display: flex;
  260. }
  261. .score-cancel,
  262. .score-complete {
  263. width: 50%;
  264. }
  265. .score-button {
  266. width: 80% !important;
  267. font-size: 28rpx !important;
  268. height: 80rpx !important;
  269. line-height: 80rpx !important;
  270. padding: 0;
  271. }
  272. .cancel-button {
  273. background-color: #FFFFFF !important;
  274. color: black !important;
  275. border: solid 2rpx #555555;
  276. }
  277. .complete-button {
  278. background-color: #fa7200 !important;
  279. color: white !important;
  280. }
  281. .loading-bg-img {
  282. width: 100%;
  283. height: 120rpx;
  284. }
  285. .loading-bg-image {
  286. width: 100%;
  287. height: 100%;
  288. }
  289. .loading {
  290. width: 230rpx;
  291. height: 140rpx;
  292. margin: 0 auto;
  293. }
  294. .loading-image {
  295. width: 100%;
  296. height: 100%;
  297. }
  298. .loading-title {
  299. width: 480rpx;
  300. margin: 20rpx auto;
  301. text-align: center;
  302. font-weight: bold;
  303. font-size: 40rpx;
  304. color: #999999;
  305. }
  306. .query {
  307. display: block;
  308. position: relative;
  309. border-radius: 16 rpx;
  310. background: linear-gradient(270deg, #644c40, #826756);
  311. height: 198rpx;
  312. }
  313. .query-unlogin {
  314. display: flex;
  315. flex-direction: column;
  316. width: 100%;
  317. height: 240 rpx;
  318. justify-content: space-between;
  319. }
  320. .query-top {
  321. display: flex;
  322. flex-direction: row;
  323. justify-content: space-between;
  324. }
  325. .query-avatar-info {
  326. display: flex;
  327. flex-direction: row;
  328. align-items: center;
  329. height: 100rpx;
  330. padding-left: 24rpx;
  331. width: 100%;
  332. }
  333. .query-phone-hide {
  334. color: rgb(255, 255, 255);
  335. font-size: 32rpx;
  336. font-weight: bold;
  337. }
  338. .query-click-column {
  339. display: flex;
  340. flex-direction: column;
  341. width: 40%;
  342. margin-top: 16rpx;
  343. align-items: flex-end;
  344. margin-right: 20rpx;
  345. }
  346. .query-record {
  347. width: 140rpx;
  348. height: 44rpx;
  349. color: rgb(255, 255, 255);
  350. border: 2rpx solid white;
  351. text-align: center;
  352. border-radius: 22rpx;
  353. font-size: 22rpx;
  354. font-weight: bold;
  355. padding-top: 14rpx;
  356. }
  357. .query-check-score {
  358. display: flex;
  359. width: 186rpx;
  360. height: 64rpx;
  361. background: linear-gradient(0deg, #fff8f3, #e5d3cb);
  362. border-radius: 34rpx;
  363. color: #795f4f;
  364. font-size: 28rpx;
  365. font-weight: 600;
  366. text-align: center;
  367. justify-content: center;
  368. align-items: center;
  369. margin-top: 30rpx;
  370. }
  371. .query-integral {
  372. padding-left: 22rpx;
  373. display: flex;
  374. color: white;
  375. font-weight: bold;
  376. height: 60rpx;
  377. line-height: 60rpx;
  378. }
  379. .query-integral-num {
  380. font-size: 56rpx;
  381. }
  382. .query-integral-text {
  383. padding-right: 12rpx;
  384. line-height: 60rpx;
  385. font-size: 32rpx;
  386. }
  387. .query-below {
  388. display: flex;
  389. flex-direction: row;
  390. padding-right: 20 rpx;
  391. margin-bottom: 20 rpx;
  392. height: 60rpx;
  393. line-height: 60rpx;
  394. }
  395. .query-tips-text {
  396. margin-left: 24rpx;
  397. color: rgb(255, 255, 255);
  398. font-size: 24rpx;
  399. font-weight: bold;
  400. }
  401. .query-tips-click {
  402. color: rgb(255, 255, 255);
  403. font-size: 24rpx;
  404. font-weight: bold;
  405. text-decoration: underline;
  406. }
  407. .num-reduce {
  408. width: 50rpx;
  409. height: 50rpx;
  410. line-height: 50rpx;
  411. color: #000000;
  412. border: solid 2rpx;
  413. border-radius: 26rpx;
  414. font-size: 52rpx;
  415. text-align: center;
  416. }
  417. .num-reduce-app{
  418. width: 50rpx;
  419. height: 50rpx;
  420. line-height: 44rpx;
  421. color: #000000;
  422. border: solid 2rpx;
  423. border-radius: 26rpx;
  424. font-size: 52rpx;
  425. text-align: center;
  426. }
  427. .num-add {
  428. width: 52rpx !important;
  429. height: 52rpx !important;
  430. line-height: 52rpx !important;
  431. background-color: rgb(255, 114, 0);
  432. border: none;
  433. border-radius: 26rpx;
  434. color: #ffffff;
  435. font-size: 50rpx;
  436. text-align: center;
  437. }
  438. .num-add-app {
  439. width: 52rpx !important;
  440. height: 52rpx !important;
  441. line-height: 44rpx !important;
  442. background-color: rgb(255, 114, 0);
  443. border: none;
  444. border-radius: 26rpx;
  445. color: #ffffff;
  446. font-size: 50rpx;
  447. text-align: center;
  448. margin-right: 14rpx;
  449. }
  450. .payment {
  451. position: fixed;
  452. width: 600rpx;
  453. height: 590rpx;
  454. top: 30% !important;
  455. left: 50%;
  456. transform: translate(-50%, -50%);
  457. background-color: white;
  458. border-radius: 14rpx;
  459. padding: 24rpx;
  460. box-sizing: border-box;
  461. z-index: 10;
  462. }
  463. .payment-code {
  464. height: 160rpx;
  465. padding: 16rpx 32rpx;
  466. box-sizing: border-box;
  467. text-align: center;
  468. }
  469. .payment-code1 {
  470. height: 66rpx;
  471. line-height: 66rpx;
  472. font-size: 30rpx;
  473. }
  474. .payment-code2 {
  475. font-size: 28rpx;
  476. color: #999999;
  477. margin-top: 16rpx;
  478. text-align: center;
  479. }
  480. .payment-code3 {
  481. height: 100rpx;
  482. line-height: 100rpx;
  483. font-size: 40rpx;
  484. color: rgb(51, 51, 51);
  485. font-weight: bold;
  486. margin-bottom: 60rpx;
  487. text-align: center;
  488. }
  489. .payment-code-input {
  490. /* margin: 0 auto; */
  491. /* margin-top: 10rpx; */
  492. /* margin-bottom: 16rpx; */
  493. box-sizing: border-box;
  494. border-bottom: 2rpx solid #DCDFE6;
  495. text-align: center;
  496. }
  497. .payment-input {
  498. font-size: 32rpx;
  499. display: inline-block;
  500. width: 280rpx;
  501. }
  502. .payment-code-btn {
  503. margin-top: 28rpx;
  504. }
  505. .payment-button {
  506. width: 70% !important;
  507. height: 90rpx !important;
  508. line-height: 90rpx !important;
  509. background-color: #fa7200 !important;
  510. color: white !important;
  511. font-size: 34rpx !important;
  512. font-weight: bold !important;
  513. padding: 0 !important;
  514. }
  515. .payment-refresh {
  516. text-align: center;
  517. height: 60rpx;
  518. line-height: 60rpx;
  519. font-size: 14px;
  520. color: #ffad0a;
  521. }
  522. .payment-code3-text {
  523. vertical-align: top;
  524. margin-right: 8rpx;
  525. font-size: 36rpx;
  526. }
  527. .payment-code-input-text {
  528. color: #ffad0a;
  529. vertical-align: super;
  530. font-size: 36rpx;
  531. margin-right: 12px;
  532. }
  533. .showToast {
  534. position: fixed;
  535. top: 50%;
  536. left: 50%;
  537. transform: translate(-50%, -50%);
  538. width: 360rpx;
  539. height: 360rpx;
  540. background-color: rgba(0, 0, 0, 0.8);
  541. border-radius: 14rpx;
  542. z-index: 12;
  543. }
  544. .showToast-icon {
  545. width: 200rpx;
  546. height: 200rpx;
  547. margin: 0 auto;
  548. text-align: center;
  549. line-height: 200rpx;
  550. }
  551. .showToast-text {
  552. color: white;
  553. font-size: 130rpx;
  554. }
  555. .showToast-title {
  556. color: white;
  557. padding: 0 40rpx;
  558. }
  559. .list-bottom{
  560. width: 750rpx;
  561. height: 150rpx;
  562. }