C端小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

850 строки
12 KiB

  1. @import "../../../app.wxss";
  2. page {
  3. background: #f4f5f9;
  4. }
  5. .temp {
  6. width: 100rpx;
  7. height: 100rpx;
  8. background-color: darkcyan
  9. }
  10. .xia {
  11. width: 24rpx;
  12. height: 14rpx;
  13. margin: auto 10rpx;
  14. display: block;
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. right: 0;
  19. bottom: 0;
  20. /* margin: auto; */
  21. }
  22. .goSqunar {
  23. display: flex;
  24. justify-content: space-around;
  25. }
  26. .goSqunar1 {
  27. display: flex;
  28. justify-content: center;
  29. }
  30. .title {
  31. font-size: 32rpx;
  32. font-family: OPPOSans;
  33. font-weight: bold;
  34. }
  35. .title1 {
  36. max-width: 320rpx;
  37. font-size: 32rpx;
  38. font-family: OPPOSans;
  39. font-weight: bold;
  40. text-overflow: ellipsis;
  41. white-space: nowrap;
  42. overflow: hidden;
  43. }
  44. .squareMore {
  45. width: 24rpx;
  46. /* height: 15rpx; */
  47. }
  48. .marketName {}
  49. .f {
  50. float: left;
  51. }
  52. .r {
  53. float: right;
  54. }
  55. .userName {
  56. max-width: 200rpx;
  57. font-size: 28rpx;
  58. color: #292723;
  59. float: left;
  60. overflow: hidden;
  61. white-space: nowrap;
  62. text-overflow: ellipsis;
  63. }
  64. .vgrade {
  65. /* width: 40rpx; */
  66. height: 26rpx;
  67. float: left;
  68. margin: 10rpx;
  69. background: linear-gradient(180deg, #d5a56e, #e9d0aa);
  70. border-radius: 16rpx 0 16rpx 0;
  71. color: #fff;
  72. line-height: 26rpx;
  73. font-size: 24rpx;
  74. padding: 4rpx 10rpx;
  75. margin-left: 20rpx;
  76. }
  77. .integralNum {
  78. float: left;
  79. font-family: OPPOSans;
  80. font-weight: bold;
  81. color: #be8b50;
  82. font-size: 26rpx;
  83. }
  84. .color_box1 {
  85. background-color: #fff;
  86. background-image: url('https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_top_bnt.png');
  87. background-size: 100% 100%;
  88. border-radius: 0 0 40rpx 40rpx;
  89. overflow: hidden;
  90. background-repeat: no-repeat;
  91. }
  92. .color_box {
  93. /* padding-top: 20rpx; */
  94. /* background-image: linear-gradient(#DC143C, #F4F5F9); */
  95. background-color: #f4f5f9;
  96. }
  97. .underlingImg {
  98. width: 30rpx;
  99. height: 60rpx;
  100. font-size: 30prx;
  101. float: left;
  102. /* margin-top: 20rpx; */
  103. }
  104. .underlingName {
  105. float: left;
  106. line-height: 30rpx;
  107. color: #a6a6a6;
  108. /* margin-top: 20rpx; */
  109. margin-bottom: 20rpx;
  110. margin-left: 5rpx;
  111. }
  112. .index-position {
  113. background: rgba(0, 0, 0, 0.5);
  114. height: 88rpx;
  115. position: absolute;
  116. top: 0;
  117. width: 100%;
  118. font-family: PingFangSC-Semibold;
  119. font-size: 30rpx;
  120. color: #fff;
  121. letter-spacing: 0.75rpx;
  122. z-index: 9;
  123. line-height: 88rpx;
  124. overflow: hidden;
  125. }
  126. .red {
  127. position: absolute;
  128. width: 13rpx;
  129. height: 13rpx;
  130. border-radius: 50%;
  131. background: red;
  132. right: -50rpx;
  133. top: 19rpx;
  134. left: 0;
  135. margin: auto;
  136. display: none;
  137. }
  138. page {
  139. width: 100%;
  140. height: auto !important;
  141. overflow-x: hidden;
  142. }
  143. .txt {
  144. margin-left: 20rpx;
  145. }
  146. .game-entry {
  147. position: fixed;
  148. right: 27rpx;
  149. bottom: 443rpx;
  150. width: 120rpx;
  151. margin: 37rpx auto 0;
  152. z-index: 10;
  153. }
  154. .gameimg {
  155. display: block;
  156. width: 100%;
  157. }
  158. .underling {
  159. padding: 10rpx 30rpx;
  160. }
  161. .userinfo {
  162. width: 690rpx;
  163. height: 96rpx;
  164. border-radius: 16rpx;
  165. display: flex;
  166. justify-content: space-between;
  167. margin: 0 auto 30rpx;
  168. }
  169. .userinfo1 {
  170. width: 690rpx;
  171. height: 96rpx;
  172. border-radius: 16rpx;
  173. display: flex;
  174. justify-content: space-between;
  175. margin: 0 auto;
  176. }
  177. .infoLeft {
  178. height: 100%;
  179. border-radius: 12rpx;
  180. background: #fff;
  181. }
  182. .section {
  183. padding: 0 20rpx;
  184. justify-content: space-around;
  185. text-align: center;
  186. margin-top: 25rpx;
  187. margin-bottom: 30rpx;
  188. }
  189. .sellsection {
  190. margin-bottom: 37rpx;
  191. padding: 0 38rpx;
  192. }
  193. .section>view,
  194. .sellsection>view {
  195. width: 25%;
  196. display: inline-block;
  197. position: relative;
  198. }
  199. .section>view image,
  200. .sellsection>view image {
  201. display: block;
  202. margin: 0 auto;
  203. }
  204. .section>view image {
  205. width: 55rpx;
  206. height: 55rpx;
  207. margin-top: 20rpx;
  208. margin-bottom: 14rpx;
  209. }
  210. .sellsection>view image {
  211. width: 159rpx;
  212. height: 134rpx;
  213. }
  214. .section text {
  215. font-size: 24rpx;
  216. color: rgba(51, 51, 51, 1);
  217. display: block;
  218. margin-top: 0rpx;
  219. }
  220. .showQrcode {
  221. position: fixed;
  222. top: 0;
  223. left: 0;
  224. right: 0;
  225. bottom: 0;
  226. z-index: 1000;
  227. background: rgba(0, 0, 0, 0.6);
  228. }
  229. .qrcode image {
  230. margin: 15rpx 20rpx 15rpx;
  231. z-index: 100;
  232. }
  233. .qrcode1 image {
  234. margin: 15rpx 20rpx 15rpx;
  235. z-index: 100;
  236. }
  237. .showQrcode {
  238. position: fixed;
  239. top: 0;
  240. left: 0;
  241. right: 0;
  242. bottom: 0;
  243. z-index: 1000;
  244. background: rgba(0, 0, 0, 0.6);
  245. }
  246. .canvas-box {
  247. position: fixed;
  248. width: 500rpx;
  249. overflow: hidden;
  250. left: 0;
  251. top: 200rpx;
  252. right: 0;
  253. margin: auto;
  254. background: #fff;
  255. border-radius: 16rpx;
  256. z-index: 100;
  257. padding-bottom: 30rpx;
  258. }
  259. .showQrcode text {
  260. display: none;
  261. text-align: center;
  262. font-size: 28rpx;
  263. }
  264. .button {
  265. width: 414rpx;
  266. text-align: center;
  267. margin: 0 auto;
  268. height: 80rpx;
  269. line-height: 80rpx;
  270. background: rgba(255, 255, 255, 1);
  271. border-radius: 10rpx;
  272. font-size: 32rpx;
  273. color: rgba(2, 192, 255, 1);
  274. overflow: hidden;
  275. }
  276. .memberIds {
  277. padding-top: 30rpx;
  278. font-size: 30rpx;
  279. }
  280. .search {
  281. background: rgba(2, 192, 255, 1);
  282. height: 50rpx;
  283. }
  284. .searchbar {
  285. position: relative;
  286. width: 685rpx;
  287. height: 76rpx;
  288. margin: 0 auto;
  289. text-align: center;
  290. }
  291. .searchbar image {
  292. width: 40rpx;
  293. }
  294. .searchbar text {
  295. font-size: 28rpx;
  296. line-height: 50rpx;
  297. color: #fff;
  298. display: inline-block;
  299. }
  300. .user-avatar {
  301. width: 80rpx;
  302. height: 80rpx;
  303. border-radius: 50%;
  304. overflow: hidden;
  305. float: left;
  306. margin: 10rpx 10rpx;
  307. }
  308. .user-avatar open-data {
  309. display: block;
  310. width: 100%;
  311. height: 100%;
  312. }
  313. .user-avatar1 {
  314. width: 80rpx;
  315. height: 80rpx;
  316. border-radius: 50%;
  317. overflow: hidden;
  318. float: left;
  319. margin: 0 10rpx;
  320. }
  321. .user-avatar1 image {
  322. display: block;
  323. width: 100%;
  324. height: 100%;
  325. }
  326. .noAccredit {
  327. text-align: center;
  328. height: 80rpx;
  329. font-size: 20rpx;
  330. background-color: rgba(0, 0, 0, 0.3)
  331. }
  332. .user-data {
  333. letter-spacing: 0.64rpx;
  334. line-height: 46rpx;
  335. font-size: 30rpx;
  336. color: #333;
  337. background: #fff;
  338. margin-top: 10rpx;
  339. margin-bottom: 26rpx;
  340. float: right;
  341. display: flex;
  342. flex-direction: column;
  343. }
  344. .user-data1 {
  345. letter-spacing: 0.64rpx;
  346. line-height: 46rpx;
  347. font-size: 30rpx;
  348. color: #333;
  349. background: #fff;
  350. /* margin-top: 10rpx; */
  351. margin-bottom: 26rpx;
  352. float: right;
  353. display: flex;
  354. flex-direction: column;
  355. }
  356. .nameBox open-data {
  357. float: left;
  358. }
  359. .chengzhangBox {
  360. height: 32rpx;
  361. line-height: 26rpx;
  362. border-radius: 9px 9px 9px 0px;
  363. font-family: PingFangSC-Regular;
  364. font-weight: 400;
  365. color: rgba(255, 255, 255, 1);
  366. float: left;
  367. margin-top: 8rpx;
  368. }
  369. .chengzhang {
  370. font-size: 22rpx;
  371. font-weight: 400;
  372. color: #fff;
  373. height: 22rpx;
  374. line-height: 22rpx;
  375. padding: 0 8rpx;
  376. }
  377. .integral {
  378. margin-left: 70rpx;
  379. }
  380. .jifen {
  381. display: inline-block;
  382. height: 34rpx;
  383. color: #999;
  384. font-size: 24rpx;
  385. line-height: 34rpx;
  386. }
  387. .jifenNumber {
  388. color: #d18b4c;
  389. font-size: 34rpx;
  390. line-height: 34rpx;
  391. margin-left: 10rpx;
  392. font-weight: bold;
  393. }
  394. .view {
  395. display: flex;
  396. font-size: 24rpx;
  397. color: #999;
  398. }
  399. .view>.score {
  400. margin-left: 9rpx;
  401. color: #333;
  402. font-size: 30rpx;
  403. margin-right: 23rpx;
  404. font-family: PingFang-SC-Bold;
  405. }
  406. .qrcode1 {
  407. width: 106rpx;
  408. height: 96rpx;
  409. border-radius: 12rpx;
  410. }
  411. .qrcode {
  412. width: 106rpx;
  413. height: 96rpx;
  414. background: #fff;
  415. border-radius: 12rpx;
  416. }
  417. .qrcodeimg {
  418. width: 68rpx !important;
  419. height: 68rpx !important;
  420. }
  421. .leftimg {
  422. position: absolute;
  423. right: 40rpx;
  424. top: 60rpx;
  425. margin-top: -7rpx;
  426. width: 14rpx;
  427. height: 26rpx;
  428. }
  429. .duihuanimg {
  430. display: block;
  431. width: 48rpx;
  432. margin-top: 6rpx;
  433. }
  434. .product {
  435. width: 710rpx;
  436. margin: 30rpx auto 10rpx;
  437. border-radius: 16rpx;
  438. overflow: hidden;
  439. }
  440. .product image {
  441. display: block;
  442. width: 100%;
  443. }
  444. .textBox {
  445. width: 400rpx;
  446. height: 100%;
  447. float: left;
  448. margin-left: 10rpx;
  449. }
  450. .textBox .name {
  451. width: 400rpx;
  452. font-size: 28rpx;
  453. color: #3c3c3c;
  454. margin-top: 20rpx;
  455. }
  456. .textBox .title {
  457. width: 400rpx;
  458. font-size: 20rpx;
  459. color: #a6a6a6;
  460. margin-top: 10rpx;
  461. }
  462. .product .gift {
  463. width: 88rpx;
  464. height: 88rpx;
  465. float: left;
  466. margin-top: 30rpx;
  467. margin-left: 15rpx;
  468. }
  469. .next image {
  470. width: 26rpx;
  471. height: 40rpx;
  472. }
  473. .gift image {
  474. width: 88rpx;
  475. height: 76rpx;
  476. }
  477. .product .next {
  478. width: 32rpx;
  479. height: 60rpx;
  480. float: right;
  481. margin-top: 40rpx;
  482. margin-right: 26rpx;
  483. }
  484. #rushtobyCard {
  485. margin-top: 30rpx;
  486. }
  487. .signin {
  488. width: 542rpx;
  489. height: 94rpx;
  490. position: fixed;
  491. top: 0;
  492. left: 0;
  493. right: 0;
  494. z-index: 10000000;
  495. margin: auto;
  496. }
  497. .signin open-data {
  498. position: absolute;
  499. width: 90rpx;
  500. left: 0;
  501. top: 0;
  502. bottom: 0;
  503. height: 94rpx;
  504. margin: auto;
  505. border-radius: 50%;
  506. overflow: hidden;
  507. }
  508. .signin text {
  509. display: block;
  510. background: rgba(0, 0, 0, 0.5);
  511. font-size: 28rpx;
  512. height: 80rpx;
  513. width: 100%;
  514. line-height: 80rpx;
  515. color: #d6d5d5;
  516. text-indent: 4em;
  517. border-radius: 60rpx;
  518. margin-top: 7rpx;
  519. }
  520. .remainchengzhangzhi {
  521. display: block;
  522. color: #a6a6a6;
  523. font-size: 22rpx;
  524. margin-top: 5rpx;
  525. height: 30rpx;
  526. line-height: 30rpx;
  527. float: left;
  528. margin-left: 10rpx;
  529. width: 255rpx;
  530. overflow: hidden;
  531. text-overflow: ellipsis;
  532. white-space: nowrap;
  533. }
  534. progress {
  535. width: 200rpx;
  536. border-radius: 60rpx;
  537. overflow: hidden;
  538. float: left;
  539. margin-top: 10rpx;
  540. }
  541. .channelBox {
  542. width: 688rpx;
  543. /* height: 220rpx; */
  544. margin: 20rpx auto;
  545. display: flex;
  546. flex-wrap: wrap;
  547. /* justify-content: space-between; */
  548. background: #f4f5f9;
  549. }
  550. .kjBox {
  551. width: 25%;
  552. height: 118rpx;
  553. font-size: 24rpx;
  554. color: #a6a6a6;
  555. margin-top: 10rpx;
  556. text-align: center;
  557. }
  558. .kjBox1 {
  559. width: 25%;
  560. height: 118rpx;
  561. font-size: 24rpx;
  562. color: #a6a6a6;
  563. margin-top: 10rpx;
  564. text-align: center;
  565. }
  566. .kjBox image {
  567. width: 60rpx;
  568. height: 60rpx;
  569. margin: auto;
  570. }
  571. .kjBox1 image {
  572. width: 80rpx;
  573. height: 80rpx;
  574. margin: auto;
  575. }
  576. .text {
  577. margin: 0 auto;
  578. }
  579. .toutiao {
  580. width: 710rpx;
  581. height: 128rpx;
  582. line-height: 128rpx;
  583. margin: 0 auto;
  584. background: #fff;
  585. box-shadow: 0px 6rpx 16rpx 0px rgba(236, 238, 243, 1);
  586. border-radius: 12rpx;
  587. margin-top: 18rpx;
  588. margin-bottom: 18rpx;
  589. position: relative;
  590. }
  591. .toutiao1 {
  592. width: 710rpx;
  593. height: 128rpx;
  594. margin: 0 auto;
  595. background: #fff;
  596. box-shadow: 0px 6rpx 16rpx 0px rgba(236, 238, 243, 1);
  597. border-radius: 12rpx;
  598. margin-top: 18rpx;
  599. margin-bottom: 18rpx;
  600. display: flex;
  601. justify-content: space-between;
  602. }
  603. .xianshi {
  604. display: flex;
  605. flex-direction: column;
  606. justify-content: center;
  607. align-content: center;
  608. font-size: 30rpx;
  609. padding: 20rpx;
  610. }
  611. .xianshi>text {
  612. height: 40rpx;
  613. }
  614. .xianshi>text:nth-child(1) {
  615. font-size: 30rpx;
  616. font-family: PingFangSC;
  617. font-weight: 500;
  618. }
  619. .xianshi>text:nth-child(2) {
  620. margin-top: 10rpx;
  621. height: 28rpx;
  622. font-size: 20rpx;
  623. font-family: PingFangSC;
  624. font-weight: 400;
  625. color: rgba(166, 166, 166, 1);
  626. line-height: 28rpx;
  627. }
  628. .xsCon {
  629. width: 300rpx;
  630. display: flex;
  631. justify-content: flex-end;
  632. overflow: hidden;
  633. }
  634. .igBox {
  635. height: 100%;
  636. width: 100rpx;
  637. display: flex;
  638. flex-direction: column;
  639. justify-content: center;
  640. align-content: center;
  641. }
  642. .igBoxm {
  643. height: 100%;
  644. width: 100rpx;
  645. display: flex;
  646. flex-direction: column;
  647. text-align: center;
  648. }
  649. .imageH {
  650. height: 50rpx !important;
  651. width: 50rpx !important;
  652. border-radius: 50%;
  653. margin: 15rpx auto;
  654. margin-bottom: 15rpx;
  655. }
  656. .more {
  657. height: 70rpx !important;
  658. width: 70rpx !important;
  659. margin: 0 auto;
  660. }
  661. .imTit {
  662. height: 14px;
  663. font-size: 10px;
  664. font-family: PingFangSC;
  665. font-weight: 400;
  666. color: rgba(60, 60, 60, 1);
  667. line-height: 14px;
  668. width: 100%;
  669. overflow: hidden;
  670. text-overflow: ellipsis;
  671. white-space: nowrap;
  672. text-align: center;
  673. }
  674. .toutiao view:nth-child(2) {
  675. font-size: 26rpx;
  676. font-family: PingFangSC-Regular;
  677. font-weight: 400;
  678. color: rgba(60, 60, 60, 1);
  679. float: left;
  680. width: 500rpx;
  681. overflow: hidden;
  682. text-overflow: ellipsis;
  683. white-space: nowrap;
  684. }
  685. .toutiao view:nth-child(2) text:nth-child(1) {
  686. color: red;
  687. }
  688. .toutiao view:nth-child(2) text:nth-child(2) {
  689. text-decoration: line-through;
  690. color: red;
  691. }
  692. .toutiao .imgBox {
  693. width: 64rpx;
  694. height: 64rpx;
  695. float: left;
  696. margin: 5rpx 0 5rpx 20rpx;
  697. }
  698. .toutiao image {
  699. width: 48rpx;
  700. height: 38rpx;
  701. margin: auto;
  702. }
  703. .toutiao .qg {
  704. width: 80rpx;
  705. height: 44rpx;
  706. line-height: 44rpx;
  707. border-radius: 18rpx;
  708. border: 2rpx solid;
  709. position: absolute;
  710. top: 0;
  711. bottom: 0;
  712. right: 20rpx;
  713. margin: auto;
  714. font-size: 24rpx;
  715. font-family: PingFangSC-Medium;
  716. font-weight: 500;
  717. color: #fd782d;
  718. text-align: center;
  719. }
  720. i-tabs i-tabs-scroll {
  721. background: #f4f5f9 !important;
  722. }
  723. .integralBox {
  724. width: 110rpx;
  725. height: 110rpx;
  726. bottom: 500rpx;
  727. right: 20rpx;
  728. position: fixed;
  729. z-index: 1000000;
  730. }
  731. .integralBox1 {
  732. width: 140rpx;
  733. height: 140rpx;
  734. bottom: 500rpx;
  735. right: 20rpx;
  736. position: fixed;
  737. z-index: 1000000;
  738. }