C端小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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