integral.wxss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660
  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-image: linear-gradient(135deg, #FFECCD 0%, #EFC781 100%);
  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: #272C52;
  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: #272C52;
  375. font-weight: bold;
  376. height: 60rpx;
  377. line-height: 60rpx;
  378. align-items: center;
  379. }
  380. .query-integral-num {
  381. font-size: 56rpx;
  382. }
  383. .refresh-img{
  384. width: 40rpx;
  385. height: 40rpx;
  386. }
  387. .query-integral-img{
  388. width: 56rpx;
  389. height: 56rpx;
  390. margin-right: 10rpx;
  391. }
  392. .query-integral-text {
  393. padding-right: 12rpx;
  394. line-height: 60rpx;
  395. font-size: 32rpx;
  396. }
  397. .query-below {
  398. display: flex;
  399. flex-direction: row;
  400. padding-right: 20 rpx;
  401. margin-bottom: 20 rpx;
  402. height: 60rpx;
  403. line-height: 60rpx;
  404. }
  405. .query-tips-text {
  406. margin-left: 24rpx;
  407. color: rgb(255, 255, 255);
  408. font-size: 24rpx;
  409. font-weight: bold;
  410. }
  411. .query-tips-click {
  412. color: rgb(255, 255, 255);
  413. font-size: 24rpx;
  414. font-weight: bold;
  415. text-decoration: underline;
  416. }
  417. .num-reduce {
  418. width: 50rpx;
  419. height: 50rpx;
  420. line-height: 50rpx;
  421. color: #000000;
  422. border: solid 2rpx;
  423. border-radius: 26rpx;
  424. font-size: 52rpx;
  425. text-align: center;
  426. }
  427. .num-reduce-app{
  428. width: 50rpx;
  429. height: 50rpx;
  430. line-height: 44rpx;
  431. color: #000000;
  432. border: solid 2rpx;
  433. border-radius: 26rpx;
  434. font-size: 52rpx;
  435. text-align: center;
  436. }
  437. .num-add {
  438. width: 52rpx !important;
  439. height: 52rpx !important;
  440. line-height: 52rpx !important;
  441. background-color: rgb(255, 114, 0);
  442. border: none;
  443. border-radius: 26rpx;
  444. color: #ffffff;
  445. font-size: 50rpx;
  446. text-align: center;
  447. }
  448. .num-add-app {
  449. width: 52rpx !important;
  450. height: 52rpx !important;
  451. line-height: 44rpx !important;
  452. background-color: rgb(255, 114, 0);
  453. border: none;
  454. border-radius: 26rpx;
  455. color: #ffffff;
  456. font-size: 50rpx;
  457. text-align: center;
  458. margin-right: 14rpx;
  459. }
  460. .payment {
  461. position: fixed;
  462. width: 600rpx;
  463. height: 590rpx;
  464. top: 30% !important;
  465. left: 50%;
  466. transform: translate(-50%, -50%);
  467. background-color: white;
  468. border-radius: 14rpx;
  469. padding: 24rpx;
  470. box-sizing: border-box;
  471. z-index: 10;
  472. }
  473. .payment-code {
  474. height: 160rpx;
  475. padding: 16rpx 32rpx;
  476. box-sizing: border-box;
  477. text-align: center;
  478. }
  479. .payment-code1 {
  480. height: 66rpx;
  481. line-height: 66rpx;
  482. font-size: 30rpx;
  483. }
  484. .payment-code2 {
  485. font-size: 28rpx;
  486. color: #999999;
  487. margin-top: 16rpx;
  488. text-align: center;
  489. }
  490. .payment-code3 {
  491. height: 100rpx;
  492. line-height: 100rpx;
  493. font-size: 40rpx;
  494. color: rgb(51, 51, 51);
  495. font-weight: bold;
  496. margin-bottom: 60rpx;
  497. text-align: center;
  498. }
  499. .payment-code-input {
  500. /* margin: 0 auto; */
  501. /* margin-top: 10rpx; */
  502. /* margin-bottom: 16rpx; */
  503. box-sizing: border-box;
  504. border-bottom: 2rpx solid #DCDFE6;
  505. text-align: center;
  506. }
  507. .payment-input {
  508. font-size: 32rpx;
  509. display: inline-block;
  510. width: 280rpx;
  511. }
  512. .payment-code-btn {
  513. margin-top: 28rpx;
  514. }
  515. .payment-button {
  516. width: 70% !important;
  517. height: 90rpx !important;
  518. line-height: 90rpx !important;
  519. background-color: #fa7200 !important;
  520. color: white !important;
  521. font-size: 34rpx !important;
  522. font-weight: bold !important;
  523. padding: 0 !important;
  524. }
  525. .payment-refresh {
  526. text-align: center;
  527. height: 60rpx;
  528. line-height: 60rpx;
  529. font-size: 14px;
  530. color: #ffad0a;
  531. }
  532. .payment-code3-text {
  533. vertical-align: top;
  534. margin-right: 8rpx;
  535. font-size: 36rpx;
  536. }
  537. .payment-code-input-text {
  538. color: #ffad0a;
  539. vertical-align: super;
  540. font-size: 36rpx;
  541. margin-right: 12px;
  542. }
  543. .showToast {
  544. position: fixed;
  545. top: 50%;
  546. left: 50%;
  547. transform: translate(-50%, -50%);
  548. width: 360rpx;
  549. height: 360rpx;
  550. background-color: rgba(0, 0, 0, 0.8);
  551. border-radius: 14rpx;
  552. z-index: 12;
  553. }
  554. .showToast-icon {
  555. width: 200rpx;
  556. height: 200rpx;
  557. margin: 0 auto;
  558. text-align: center;
  559. line-height: 200rpx;
  560. }
  561. .showToast-text {
  562. color: white;
  563. font-size: 130rpx;
  564. }
  565. .showToast-title {
  566. color: white;
  567. padding: 0 40rpx;
  568. }
  569. .list-bottom{
  570. width: 750rpx;
  571. height: 150rpx;
  572. }