integral.wxss 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597
  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: 750rpx;
  24. height: 256rpx;
  25. border-radius: 8px;
  26. overflow: hidden;
  27. }
  28. .head-follow {
  29. width: 100%;
  30. height: 100%;
  31. }
  32. .exchange-style {
  33. height: 41px;
  34. line-height: 41px;
  35. }
  36. .exchange-text {
  37. font-size: 16px;
  38. font-weight: bold;
  39. padding-left: 12px;
  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: -2rpx;
  124. top: 0;
  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-btn {
  242. height: 100rpx;
  243. line-height: 100rpx;
  244. display: flex;
  245. }
  246. .score-cancel,
  247. .score-complete {
  248. width: 50%;
  249. }
  250. .score-button {
  251. width: 80% !important;
  252. font-size: 28rpx !important;
  253. height: 80rpx !important;
  254. line-height: 80rpx !important;
  255. padding: 0;
  256. }
  257. .cancel-button {
  258. background-color: #FFFFFF !important;
  259. color: black !important;
  260. border: solid 2rpx #555555;
  261. }
  262. .complete-button {
  263. background-color: #fa7200 !important;
  264. color: white !important;
  265. }
  266. .loading-bg-img {
  267. width: 100%;
  268. height: 120rpx;
  269. }
  270. .loading-bg-image {
  271. width: 100%;
  272. height: 100%;
  273. }
  274. .loading {
  275. width: 230rpx;
  276. height: 140rpx;
  277. margin: 0 auto;
  278. }
  279. .loading-image {
  280. width: 100%;
  281. height: 100%;
  282. }
  283. .loading-title {
  284. width: 480rpx;
  285. margin: 20rpx auto;
  286. text-align: center;
  287. font-weight: bold;
  288. font-size: 40rpx;
  289. color: #999999;
  290. }
  291. .query {
  292. display: block;
  293. position: relative;
  294. border-radius: 16 rpx;
  295. background: linear-gradient(270deg, #644c40, #826756);
  296. height: 198rpx;
  297. }
  298. .query-unlogin {
  299. display: flex;
  300. flex-direction: column;
  301. width: 100%;
  302. height: 240 rpx;
  303. justify-content: space-between;
  304. }
  305. .query-top {
  306. display: flex;
  307. flex-direction: row;
  308. justify-content: space-between;
  309. }
  310. .query-avatar-info {
  311. display: flex;
  312. flex-direction: row;
  313. align-items: center;
  314. height: 100rpx;
  315. padding-left: 24rpx;
  316. width: 100%;
  317. }
  318. .query-phone-hide {
  319. color: rgb(255, 255, 255);
  320. font-size: 32rpx;
  321. font-weight: bold;
  322. }
  323. .query-click-column {
  324. display: flex;
  325. flex-direction: column;
  326. width: 40%;
  327. margin-top: 16rpx;
  328. align-items: flex-end;
  329. margin-right: 20rpx;
  330. }
  331. .query-record {
  332. width: 140rpx;
  333. height: 44rpx;
  334. color: rgb(255, 255, 255);
  335. border: 2rpx solid white;
  336. text-align: center;
  337. border-radius: 22rpx;
  338. font-size: 22rpx;
  339. font-weight: bold;
  340. padding-top: 14rpx;
  341. }
  342. .query-check-score {
  343. display: flex;
  344. width: 186rpx;
  345. height: 64rpx;
  346. background: linear-gradient(0deg, #fff8f3, #e5d3cb);
  347. border-radius: 34rpx;
  348. color: #795f4f;
  349. font-size: 28rpx;
  350. font-weight: 600;
  351. text-align: center;
  352. justify-content: center;
  353. align-items: center;
  354. margin-top: 30rpx;
  355. }
  356. .query-integral {
  357. padding-left: 22rpx;
  358. display: flex;
  359. color: white;
  360. font-weight: bold;
  361. height: 60rpx;
  362. line-height: 60rpx;
  363. }
  364. .query-integral-num {
  365. font-size: 56rpx;
  366. }
  367. .query-integral-text {
  368. padding-right: 12rpx;
  369. line-height: 60rpx;
  370. font-size: 32rpx;
  371. }
  372. .query-below {
  373. display: flex;
  374. flex-direction: row;
  375. padding-right: 20 rpx;
  376. margin-bottom: 20 rpx;
  377. height: 60rpx;
  378. line-height: 60rpx;
  379. }
  380. .query-tips-text {
  381. margin-left: 24rpx;
  382. color: rgb(255, 255, 255);
  383. font-size: 24rpx;
  384. font-weight: bold;
  385. }
  386. .query-tips-click {
  387. color: rgb(255, 255, 255);
  388. font-size: 24rpx;
  389. font-weight: bold;
  390. text-decoration: underline;
  391. }
  392. .num-reduce {
  393. width: 50rpx;
  394. height: 50rpx;
  395. line-height: 50rpx;
  396. color: #000000;
  397. border: solid 2rpx;
  398. border-radius: 26rpx;
  399. font-size: 52rpx;
  400. text-align: center;
  401. }
  402. .num-add {
  403. width: 52rpx;
  404. height: 52rpx;
  405. line-height: 52rpx;
  406. background-color: rgb(255, 114, 0);
  407. border: none;
  408. border-radius: 26rpx;
  409. color: #ffffff;
  410. font-size: 50rpx;
  411. text-align: center;
  412. }
  413. .payment {
  414. position: fixed;
  415. width: 600rpx;
  416. height: 540rpx;
  417. top: 35%;
  418. left: 50%;
  419. transform: translate(-50%, -50%);
  420. background-color: white;
  421. border-radius: 14rpx;
  422. padding: 24rpx;
  423. box-sizing: border-box;
  424. top: 63%;
  425. }
  426. .payment-code {
  427. height: 160rpx;
  428. padding: 16rpx 32rpx;
  429. box-sizing: border-box;
  430. }
  431. .payment-code1 {
  432. height: 66rpx;
  433. line-height: 66rpx;
  434. font-size: 30rpx;
  435. }
  436. .payment-code2 {
  437. font-size: 28rpx;
  438. color: #999999;
  439. margin-top: 16rpx;
  440. }
  441. .payment-code3 {
  442. height: 100rpx;
  443. line-height: 100rpx;
  444. font-size: 40rpx;
  445. color: rgb(51, 51, 51);
  446. font-weight: bold;
  447. padding: 0 28px 0 40px;
  448. text-align: left;
  449. }
  450. .payment-code-input {
  451. margin: 0 auto;
  452. padding: 16rpx 88rpx 16rpx 116rpx;
  453. box-sizing: border-box;
  454. border-bottom: 2rpx solid #DCDFE6;
  455. text-align: left;
  456. }
  457. .payment-input {
  458. font-size: 32rpx;
  459. display: inline-block;
  460. width: 280rpx;
  461. }
  462. .payment-code-btn {
  463. margin-top: 28rpx;
  464. }
  465. .payment-button {
  466. width: 70% !important;
  467. height: 90rpx !important;
  468. line-height: 90rpx !important;
  469. background-color: #fa7200 !important;
  470. color: white !important;
  471. font-size: 34rpx !important;
  472. font-weight: bold !important;
  473. padding: 0 !important;
  474. }
  475. .payment-refresh {
  476. text-align: center;
  477. height: 60rpx;
  478. line-height: 60rpx;
  479. font-size: 14px;
  480. color: #ffad0a;
  481. }
  482. .payment-code3-text {
  483. vertical-align: top;
  484. margin-right: 8rpx;
  485. font-size: 36rpx;
  486. }
  487. .payment-code-input-text {
  488. color: #ffad0a;
  489. vertical-align: super;
  490. font-size: 36rpx;
  491. margin-right: 12px;
  492. }
  493. .showToast {
  494. position: fixed;
  495. top: 50%;
  496. left: 50%;
  497. transform: translate(-50%, -50%);
  498. width: 360rpx;
  499. height: 360rpx;
  500. background-color: rgba(0, 0, 0, 0.8);
  501. border-radius: 14rpx;
  502. }
  503. .showToast-icon {
  504. width: 200rpx;
  505. height: 200rpx;
  506. margin: 0 auto;
  507. text-align: center;
  508. line-height: 200rpx;
  509. }
  510. .showToast-text {
  511. color: white;
  512. font-size: 130rpx;
  513. }
  514. .showToast-title {
  515. color: white;
  516. padding: 0 40rpx;
  517. }