C端小程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

844 líneas
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. .userName {
  11. max-width: 200rpx;
  12. font-size: 28rpx;
  13. color: #292723;
  14. float: left;
  15. overflow: hidden;
  16. white-space: nowrap;
  17. text-overflow: ellipsis;
  18. }
  19. .xia {
  20. width: 24rpx;
  21. height: 14rpx;
  22. margin: auto 10rpx;
  23. display: block;
  24. position: absolute;
  25. top: 0;
  26. left: 0;
  27. right: 0;
  28. bottom: 0;
  29. /* margin: auto; */
  30. }
  31. .goSqunar {
  32. display: flex;
  33. justify-content: space-around;
  34. }
  35. .goSqunar1 {
  36. display: flex;
  37. justify-content: center;
  38. }
  39. .title {
  40. font-size: 32rpx;
  41. font-family: OPPOSans;
  42. font-weight: bold;
  43. }
  44. .title1 {
  45. max-width: 320rpx;
  46. font-size: 32rpx;
  47. font-family: OPPOSans;
  48. font-weight: bold;
  49. text-overflow: ellipsis;
  50. white-space: nowrap;
  51. overflow: hidden;
  52. }
  53. .squareMore {
  54. width: 24rpx;
  55. /* height: 15rpx; */
  56. }
  57. /* .marketName{
  58. } */
  59. .f {
  60. float: left;
  61. }
  62. .r {
  63. float: right;
  64. }
  65. .vgrade {
  66. /* width: 40rpx; */
  67. height: 26rpx;
  68. float: left;
  69. margin: 10rpx;
  70. background: linear-gradient(180deg, #d5a56e, #e9d0aa);
  71. border-radius: 16rpx 0 16rpx 0;
  72. color: #fff;
  73. line-height: 26rpx;
  74. font-size: 24rpx;
  75. padding: 4rpx 10rpx;
  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 auto;
  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 image {
  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 open-data {
  322. display: block;
  323. width: 100%;
  324. height: 100%;
  325. }
  326. .user-data {
  327. letter-spacing: 0.64rpx;
  328. line-height: 46rpx;
  329. font-size: 30rpx;
  330. color: #333;
  331. background: #fff;
  332. margin-top: 10rpx;
  333. margin-bottom: 26rpx;
  334. float: right;
  335. display: flex;
  336. flex-direction: column;
  337. }
  338. .user-data1 {
  339. letter-spacing: 0.64rpx;
  340. line-height: 46rpx;
  341. font-size: 30rpx;
  342. color: #333;
  343. background: #fff;
  344. /* margin-top: 10rpx; */
  345. margin-bottom: 26rpx;
  346. float: right;
  347. display: flex;
  348. flex-direction: column;
  349. }
  350. .nameBox open-data {
  351. float: left;
  352. }
  353. .chengzhangBox {
  354. height: 32rpx;
  355. line-height: 26rpx;
  356. border-radius: 9px 9px 9px 0px;
  357. font-family: PingFangSC-Regular;
  358. font-weight: 400;
  359. color: rgba(255, 255, 255, 1);
  360. float: left;
  361. margin-top: 8rpx;
  362. margin-left: 10rpx;
  363. }
  364. .chengzhang {
  365. font-size: 22rpx;
  366. font-weight: 400;
  367. color: #fff;
  368. height: 22rpx;
  369. line-height: 22rpx;
  370. padding: 0 8rpx;
  371. }
  372. .integral {
  373. margin-left: 70rpx;
  374. }
  375. .jifen {
  376. display: inline-block;
  377. height: 34rpx;
  378. color: #999;
  379. font-size: 24rpx;
  380. line-height: 34rpx;
  381. }
  382. .jifenNumber {
  383. color: #d18b4c;
  384. font-size: 34rpx;
  385. line-height: 34rpx;
  386. margin-left: 10rpx;
  387. font-weight: bold;
  388. }
  389. .view {
  390. display: flex;
  391. font-size: 24rpx;
  392. color: #999;
  393. }
  394. .view>.score {
  395. margin-left: 9rpx;
  396. color: #333;
  397. font-size: 30rpx;
  398. margin-right: 23rpx;
  399. font-family: PingFang-SC-Bold;
  400. }
  401. .qrcode1 {
  402. width: 106rpx;
  403. height: 96rpx;
  404. border-radius: 12rpx;
  405. }
  406. .qrcode {
  407. width: 106rpx;
  408. height: 96rpx;
  409. background: #fff;
  410. border-radius: 12rpx;
  411. }
  412. .qrcodeimg {
  413. width: 68rpx !important;
  414. height: 68rpx !important;
  415. }
  416. .leftimg {
  417. position: absolute;
  418. right: 40rpx;
  419. top: 60rpx;
  420. margin-top: -7rpx;
  421. width: 14rpx;
  422. height: 26rpx;
  423. }
  424. .duihuanimg {
  425. display: block;
  426. width: 48rpx;
  427. margin-top: 6rpx;
  428. }
  429. .product {
  430. width: 710rpx;
  431. margin: 30rpx auto 10rpx;
  432. border-radius: 16rpx;
  433. overflow: hidden;
  434. }
  435. .product image {
  436. display: block;
  437. width: 100%;
  438. }
  439. .textBox {
  440. width: 400rpx;
  441. height: 100%;
  442. float: left;
  443. margin-left: 10rpx;
  444. }
  445. .textBox .name {
  446. width: 400rpx;
  447. font-size: 28rpx;
  448. color: #3c3c3c;
  449. margin-top: 20rpx;
  450. }
  451. .textBox .title {
  452. width: 400rpx;
  453. font-size: 20rpx;
  454. color: #a6a6a6;
  455. margin-top: 10rpx;
  456. }
  457. .product .gift {
  458. width: 88rpx;
  459. height: 88rpx;
  460. float: left;
  461. margin-top: 30rpx;
  462. margin-left: 15rpx;
  463. }
  464. .next image {
  465. width: 26rpx;
  466. height: 40rpx;
  467. }
  468. .gift image {
  469. width: 88rpx;
  470. height: 76rpx;
  471. }
  472. .product .next {
  473. width: 32rpx;
  474. height: 60rpx;
  475. float: right;
  476. margin-top: 40rpx;
  477. margin-right: 26rpx;
  478. }
  479. #rushtobyCard {
  480. margin-top: 30rpx;
  481. }
  482. .signin {
  483. width: 542rpx;
  484. height: 94rpx;
  485. position: fixed;
  486. top: 0;
  487. left: 0;
  488. right: 0;
  489. z-index: 10000000;
  490. margin: auto;
  491. }
  492. .signin open-data {
  493. position: absolute;
  494. width: 90rpx;
  495. left: 0;
  496. top: 0;
  497. bottom: 0;
  498. height: 94rpx;
  499. margin: auto;
  500. border-radius: 50%;
  501. overflow: hidden;
  502. }
  503. .signin text {
  504. display: block;
  505. background: rgba(0, 0, 0, 0.5);
  506. font-size: 28rpx;
  507. height: 80rpx;
  508. width: 100%;
  509. line-height: 80rpx;
  510. color: #d6d5d5;
  511. text-indent: 4em;
  512. border-radius: 60rpx;
  513. margin-top: 7rpx;
  514. }
  515. .remainchengzhangzhi {
  516. display: block;
  517. color: #a6a6a6;
  518. font-size: 22rpx;
  519. margin-top: 5rpx;
  520. height: 30rpx;
  521. line-height: 30rpx;
  522. float: left;
  523. margin-left: 10rpx;
  524. width: 255rpx;
  525. overflow: hidden;
  526. text-overflow: ellipsis;
  527. white-space: nowrap;
  528. }
  529. progress {
  530. width: 200rpx;
  531. border-radius: 60rpx;
  532. overflow: hidden;
  533. float: left;
  534. margin-top: 10rpx;
  535. }
  536. .channelBox {
  537. width: 688rpx;
  538. /* height: 220rpx; */
  539. margin: 20rpx auto;
  540. display: flex;
  541. flex-wrap: wrap;
  542. /* justify-content: space-between; */
  543. background: #f4f5f9;
  544. }
  545. .kjBox {
  546. width: 25%;
  547. height: 118rpx;
  548. font-size: 24rpx;
  549. color: #a6a6a6;
  550. margin-top: 10rpx;
  551. text-align: center;
  552. }
  553. .kjBox1 {
  554. width: 25%;
  555. height: 118rpx;
  556. font-size: 24rpx;
  557. color: #a6a6a6;
  558. margin-top: 10rpx;
  559. text-align: center;
  560. }
  561. .kjBox .img {
  562. width: 60rpx;
  563. height: 60rpx;
  564. margin: auto;
  565. }
  566. .kjBox1 .img {
  567. width: 80rpx;
  568. height: 80rpx;
  569. margin: auto;
  570. }
  571. .text {
  572. margin: 0 auto;
  573. }
  574. .toutiao {
  575. width: 710rpx;
  576. height: 128rpx;
  577. line-height: 128rpx;
  578. margin: 0 auto;
  579. background: #fff;
  580. box-shadow: 0px 6rpx 16rpx 0px rgba(236, 238, 243, 1);
  581. border-radius: 12rpx;
  582. margin-top: 18rpx;
  583. margin-bottom: 18rpx;
  584. position: relative;
  585. }
  586. .toutiao1 {
  587. width: 710rpx;
  588. height: 128rpx;
  589. margin: 0 auto;
  590. background: #fff;
  591. box-shadow: 0px 6rpx 16rpx 0px rgba(236, 238, 243, 1);
  592. border-radius: 12rpx;
  593. margin-top: 18rpx;
  594. margin-bottom: 18rpx;
  595. display: flex;
  596. justify-content: space-between;
  597. }
  598. .xianshi {
  599. display: flex;
  600. flex-direction: column;
  601. justify-content: center;
  602. align-content: center;
  603. font-size: 30rpx;
  604. padding: 20rpx;
  605. }
  606. .xianshi>text {
  607. height: 40rpx;
  608. }
  609. .xianshi>text:nth-child(1) {
  610. font-size: 30rpx;
  611. font-family: PingFangSC;
  612. font-weight: 500;
  613. }
  614. .xianshi>text:nth-child(2) {
  615. margin-top: 10rpx;
  616. height: 28rpx;
  617. font-size: 20rpx;
  618. font-family: PingFangSC;
  619. font-weight: 400;
  620. color: rgba(166, 166, 166, 1);
  621. line-height: 28rpx;
  622. }
  623. .xsCon {
  624. width: 300rpx;
  625. display: flex;
  626. justify-content: flex-end;
  627. overflow: hidden;
  628. }
  629. .igBox {
  630. height: 100%;
  631. width: 100rpx;
  632. display: flex;
  633. flex-direction: column;
  634. justify-content: center;
  635. align-content: center;
  636. }
  637. .igBoxm {
  638. height: 100%;
  639. width: 100rpx;
  640. display: flex;
  641. flex-direction: column;
  642. text-align: center;
  643. }
  644. .imageH {
  645. height: 50rpx !important;
  646. width: 50rpx !important;
  647. border-radius: 50%;
  648. margin: 15rpx auto;
  649. margin-bottom: 15rpx;
  650. }
  651. .more {
  652. height: 70rpx !important;
  653. width: 70rpx !important;
  654. margin: 0 auto;
  655. }
  656. .imTit {
  657. height: 14px;
  658. font-size: 10px;
  659. font-family: PingFangSC;
  660. font-weight: 400;
  661. color: rgba(60, 60, 60, 1);
  662. line-height: 14px;
  663. width: 100%;
  664. overflow: hidden;
  665. text-overflow: ellipsis;
  666. white-space: nowrap;
  667. text-align: center;
  668. }
  669. .toutiao view:nth-child(2) {
  670. font-size: 26rpx;
  671. font-family: PingFangSC-Regular;
  672. font-weight: 400;
  673. color: rgba(60, 60, 60, 1);
  674. float: left;
  675. width: 500rpx;
  676. overflow: hidden;
  677. text-overflow: ellipsis;
  678. white-space: nowrap;
  679. }
  680. .toutiao view:nth-child(2) text:nth-child(1) {
  681. color: red;
  682. }
  683. .toutiao view:nth-child(2) text:nth-child(2) {
  684. text-decoration: line-through;
  685. color: red;
  686. }
  687. .toutiao .imgBox {
  688. width: 64rpx;
  689. height: 64rpx;
  690. float: left;
  691. margin: 5rpx 0 5rpx 20rpx;
  692. }
  693. .toutiao image {
  694. width: 48rpx;
  695. height: 38rpx;
  696. margin: auto;
  697. }
  698. .toutiao .qg {
  699. width: 80rpx;
  700. height: 44rpx;
  701. line-height: 44rpx;
  702. border-radius: 18rpx;
  703. border: 2rpx solid;
  704. position: absolute;
  705. top: 0;
  706. bottom: 0;
  707. right: 20rpx;
  708. margin: auto;
  709. font-size: 24rpx;
  710. font-family: PingFangSC-Medium;
  711. font-weight: 500;
  712. color: #fd782d;
  713. text-align: center;
  714. }
  715. i-tabs i-tabs-scroll {
  716. background: #f4f5f9 !important;
  717. }
  718. .integralBox {
  719. width: 110rpx;
  720. height: 110rpx;
  721. bottom: 500rpx;
  722. right: 20rpx;
  723. position: fixed;
  724. z-index: 1000000;
  725. }
  726. .integralBox1 {
  727. width: 140rpx;
  728. height: 140rpx;
  729. bottom: 500rpx;
  730. right: 20rpx;
  731. position: fixed;
  732. z-index: 1000000;
  733. }