C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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