C端小程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

586 wiersze
9.2 KiB

  1. @import "../app.wxss";
  2. page{
  3. background: #F4F5F9;
  4. }
  5. .underlingImg{
  6. width: 30rpx;
  7. height: 60rpx;
  8. font-size: 30prx;
  9. float: left;
  10. /* margin-top: 20rpx; */
  11. }
  12. .underlingName{
  13. float: left;
  14. line-height: 30rpx;
  15. color: #A6A6A6;
  16. /* margin-top: 20rpx; */
  17. margin-bottom: 20rpx;
  18. margin-left: 5rpx;
  19. }
  20. .underling{
  21. font-size: 30rpx;
  22. overflow: hidden;
  23. }
  24. .index-position {
  25. background: rgba(0, 0, 0, 0.5);
  26. height: 88rpx;
  27. position: absolute;
  28. top: 0;
  29. width: 100%;
  30. font-family: PingFangSC-Semibold;
  31. font-size: 30rpx;
  32. color: #fff;
  33. letter-spacing: 0.75rpx;
  34. z-index: 9;
  35. line-height: 88rpx;
  36. overflow: hidden;
  37. }
  38. .red{
  39. position:absolute;
  40. width:13rpx;
  41. height:13rpx;
  42. border-radius:50%;
  43. background:red;
  44. right:-50rpx;
  45. top:19rpx;
  46. left:0;
  47. margin:auto;
  48. display: none;
  49. }
  50. page {
  51. width: 100%;
  52. height: auto !important;
  53. overflow-x: hidden;
  54. }
  55. .txt {
  56. margin-left: 20rpx;
  57. }
  58. .game-entry {
  59. position: fixed;
  60. right: 27rpx;
  61. bottom:443rpx;
  62. width: 120rpx;
  63. margin: 37rpx auto 0;
  64. z-index: 10;
  65. }
  66. .gameimg {
  67. display: block;
  68. width: 100%;
  69. }
  70. .underling{
  71. margin: 10rpx 30rpx;
  72. }
  73. .userinfo{
  74. width:690rpx;
  75. height: 96rpx;
  76. border-radius:16rpx;
  77. display: flex;
  78. justify-content: space-between;
  79. margin: 0 auto 30rpx;
  80. }
  81. .infoLeft{
  82. height: 100%;
  83. border-radius:12rpx;
  84. background: #FFF;
  85. }
  86. .section {
  87. padding: 0 20rpx;
  88. justify-content: space-around;
  89. text-align: center;
  90. margin-top: 25rpx;
  91. margin-bottom: 30rpx;
  92. }
  93. .sellsection{
  94. margin-bottom: 37rpx;
  95. padding: 0 38rpx;
  96. }
  97. .section >view,.sellsection>view{
  98. width: 25%;
  99. display: inline-block;
  100. position: relative;
  101. }
  102. .section >view image,.sellsection>view image{
  103. display: block;
  104. margin: 0 auto;
  105. }
  106. .section >view image {
  107. width: 55rpx;
  108. height: 55rpx;
  109. margin-top: 20rpx;
  110. margin-bottom: 14rpx;
  111. }
  112. .sellsection>view image{
  113. width: 159rpx;
  114. height: 134rpx;
  115. }
  116. .section text {
  117. font-size: 24rpx;
  118. color: rgba(51, 51, 51, 1);
  119. display: block;
  120. margin-top: 0rpx;
  121. }
  122. .showQrcode {
  123. position: fixed;
  124. top: 0;
  125. left: 0;
  126. right: 0;
  127. bottom: 0;
  128. z-index: 1000;
  129. background: rgba(0, 0, 0, 0.6);
  130. }
  131. .qrcode image {
  132. margin: 15rpx 20rpx 15rpx;
  133. z-index:100;
  134. }
  135. .showQrcode {
  136. position: fixed;
  137. top: 0;
  138. left: 0;
  139. right: 0;
  140. bottom: 0;
  141. z-index: 1000;
  142. background: rgba(0, 0, 0, 0.6);
  143. }
  144. .canvas-box {
  145. position: fixed;
  146. width: 500rpx;
  147. overflow: hidden;
  148. left: 0;
  149. top: 200rpx;
  150. right: 0;
  151. margin: auto;
  152. background: #fff;
  153. border-radius: 16rpx;
  154. z-index:100;
  155. padding-bottom: 30rpx;
  156. }
  157. .showQrcode text {
  158. display: none;
  159. text-align: center;
  160. font-size: 28rpx;
  161. }
  162. .button {
  163. width: 414rpx;
  164. text-align: center;
  165. margin: 0 auto;
  166. height: 80rpx;
  167. line-height: 80rpx;
  168. background: rgba(255, 255, 255, 1);
  169. border-radius: 10rpx;
  170. font-size: 32rpx;
  171. color: rgba(2, 192, 255, 1);
  172. overflow: hidden;
  173. }
  174. .memberIds{
  175. padding-top: 30rpx;
  176. font-size: 30rpx;
  177. }
  178. .search{
  179. background:rgba(2, 192, 255, 1);
  180. height: 50rpx;
  181. }
  182. .searchbar{
  183. position: relative;
  184. width: 685rpx;
  185. height: 76rpx;
  186. margin: 0 auto;
  187. text-align: center;
  188. }
  189. .searchbar image{
  190. width: 40rpx;
  191. }
  192. .searchbar text{
  193. font-size: 28rpx;
  194. line-height: 50rpx;
  195. color: #fff;
  196. display: inline-block;
  197. }
  198. .user-avatar {
  199. width: 80rpx;
  200. height: 80rpx;
  201. border-radius: 50%;
  202. overflow: hidden;
  203. float: left;
  204. margin: 10rpx 10rpx;
  205. }
  206. .user-avatar open-data {
  207. display:block;
  208. width:100%;
  209. height:100%;
  210. }
  211. .user-data {
  212. letter-spacing: 0.64rpx;
  213. line-height: 46rpx;
  214. font-size: 30rpx;
  215. color: #333;
  216. background: #FFF;
  217. margin-top: 10rpx;
  218. margin-bottom: 26rpx;
  219. float: right;
  220. display: flex;
  221. flex-direction: column;
  222. }
  223. .nameBox open-data{
  224. float: left;
  225. }
  226. .chengzhangBox{
  227. height:32rpx;
  228. line-height: 26rpx;
  229. border-radius:9px 9px 9px 0px;
  230. font-family:PingFangSC-Regular;
  231. font-weight:400;
  232. color:rgba(255,255,255,1);
  233. float: left;
  234. margin-top: 8rpx;
  235. }
  236. .chengzhang {
  237. font-size: 22rpx;
  238. font-weight: 400;
  239. color: #FFFFFF;
  240. height:22rpx;
  241. line-height: 22rpx;
  242. padding: 0 8rpx;
  243. }
  244. .integral{
  245. margin-left: 70rpx;
  246. }
  247. .jifen{
  248. display: inline-block;
  249. height: 34rpx;
  250. color: #999999;
  251. font-size:24rpx;
  252. line-height: 34rpx;
  253. }
  254. .jifenNumber{
  255. color:#D18B4C;
  256. font-size: 34rpx;
  257. line-height: 34rpx;
  258. margin-left: 10rpx;
  259. font-weight: bold;
  260. }
  261. .view {
  262. display: flex;
  263. font-size: 24rpx;
  264. color: #999999;
  265. }
  266. .view>.score{
  267. margin-left:9rpx;
  268. color:#333333;
  269. font-size:30rpx;
  270. margin-right:23rpx;
  271. font-family:PingFang-SC-Bold;
  272. }
  273. .qrcode{
  274. width: 106rpx;
  275. height: 96rpx;
  276. background: #FFF;
  277. border-radius:12rpx;
  278. }
  279. .qrcodeimg{
  280. width: 68rpx!important;
  281. height: 68rpx!important;
  282. }
  283. .leftimg{
  284. position: absolute;
  285. right: 40rpx;
  286. top: 60rpx;
  287. margin-top: -7rpx;
  288. width: 14rpx;
  289. height: 26rpx;
  290. }
  291. .duihuanimg{
  292. display: block;
  293. width: 48rpx;
  294. margin-top: 6rpx;
  295. }
  296. .product{
  297. width: 710rpx;
  298. margin: 30rpx auto 10rpx;
  299. border-radius: 16rpx;
  300. overflow: hidden;
  301. }
  302. .product image{
  303. display: block;
  304. width: 100%;
  305. }
  306. .textBox{
  307. width: 400rpx;
  308. height: 100%;
  309. float: left;
  310. margin-left: 10rpx;
  311. }
  312. .textBox .name{
  313. width: 400rpx;
  314. font-size: 28rpx;
  315. color: #3C3C3C;
  316. margin-top: 20rpx;
  317. }
  318. .textBox .title{
  319. width: 400rpx;
  320. font-size: 20rpx;
  321. color: #A6A6A6;
  322. margin-top: 10rpx;
  323. }
  324. .product .gift{
  325. width:88rpx;
  326. height:88rpx;
  327. float: left;
  328. margin-top: 30rpx;
  329. margin-left: 15rpx;
  330. }
  331. .next image{
  332. width: 26rpx;
  333. height: 40rpx;
  334. }
  335. .gift image{
  336. width:88rpx;
  337. height:76rpx;
  338. }
  339. .product .next{
  340. width:32rpx;
  341. height:60rpx;
  342. float: right;
  343. margin-top: 40rpx;
  344. margin-right: 26rpx;
  345. }
  346. #rushtobyCard{
  347. margin-top: 30rpx;
  348. }
  349. .signin{
  350. width: 542rpx;
  351. height: 94rpx;
  352. position: fixed;
  353. top: 0;
  354. left: 0;
  355. right: 0;
  356. z-index: 100;
  357. margin: auto;
  358. }
  359. .signin open-data {
  360. position: absolute;
  361. width:90rpx;
  362. left: 0;
  363. top: 0;
  364. bottom: 0;
  365. height:94rpx;
  366. margin: auto;
  367. border-radius: 50%;
  368. overflow: hidden;
  369. }
  370. .signin text{
  371. display: block;
  372. background: rgba(0, 0, 0, 0.5);
  373. font-size: 28rpx;
  374. height: 80rpx;
  375. width: 100%;
  376. line-height: 80rpx;
  377. color: #D6D5D5;
  378. text-indent: 4em;
  379. border-radius:60rpx;
  380. margin-top: 7rpx;
  381. }
  382. .remainchengzhangzhi{
  383. display: block;
  384. color: #A6A6A6;
  385. font-size: 22rpx;
  386. margin-top: 5rpx;
  387. height: 30rpx;
  388. line-height: 30rpx;
  389. float: left;
  390. margin-left:10rpx;
  391. width: 255rpx;
  392. overflow: hidden;
  393. text-overflow:ellipsis;
  394. white-space: nowrap;
  395. }
  396. progress{
  397. width:200rpx;
  398. border-radius:60rpx;
  399. overflow:hidden;
  400. float: left;
  401. margin-top: 10rpx;
  402. }
  403. .channelBox{
  404. width:688rpx;
  405. height: 220rpx;
  406. margin:0 auto;
  407. display: flex;
  408. justify-content: space-between;
  409. background: #F4F5F9;
  410. }
  411. .kjBox{
  412. width: 104rpx;
  413. height: 148rpx;
  414. font-size: 24rpx;
  415. color: #A6A6A6;
  416. margin-top: 46rpx;
  417. text-align: center;
  418. }
  419. .kjBox image{
  420. width: 104rpx;
  421. height: 104rpx;
  422. }
  423. .toutiao{
  424. width:710rpx;
  425. height: 128rpx;
  426. line-height: 128rpx;
  427. margin:0 auto;
  428. background: #FFF;
  429. box-shadow:0px 6rpx 16rpx 0px rgba(236,238,243,1);
  430. border-radius:12rpx;
  431. margin-top: 18rpx;
  432. margin-bottom:18rpx;
  433. position: relative;
  434. }
  435. .toutiao1{
  436. width:710rpx;
  437. height: 128rpx;
  438. margin:0 auto;
  439. background: #FFF;
  440. box-shadow:0px 6rpx 16rpx 0px rgba(236,238,243,1);
  441. border-radius:12rpx;
  442. margin-top: 18rpx;
  443. margin-bottom:18rpx;
  444. display: flex;
  445. justify-content: space-between;
  446. }
  447. .xianshi{
  448. display: flex;
  449. flex-direction: column;
  450. justify-content: center;
  451. align-content: center;
  452. font-size: 30rpx;
  453. padding: 20rpx;
  454. }
  455. .xianshi>text{
  456. height: 40rpx;
  457. }
  458. .xianshi>text:nth-child(1){
  459. font-size:30rpx;
  460. font-family:PingFangSC;
  461. font-weight:500;
  462. }
  463. .xianshi>text:nth-child(2){
  464. margin-top: 10rpx;
  465. height:28rpx;
  466. font-size:20rpx;
  467. font-family:PingFangSC;
  468. font-weight:400;
  469. color:rgba(166,166,166,1);
  470. line-height:28rpx;
  471. }
  472. .xsCon{
  473. width: 300rpx;
  474. display: flex;
  475. justify-content:flex-end;
  476. overflow: hidden;
  477. }
  478. .igBox{
  479. height: 100%;
  480. width: 100rpx;
  481. display: flex;
  482. flex-direction: column;
  483. justify-content: center;
  484. align-content: center;
  485. }
  486. .igBoxm{
  487. height: 100%;
  488. width: 100rpx;
  489. display: flex;
  490. flex-direction: column;
  491. text-align: center;
  492. }
  493. .imageH{
  494. height:50rpx!important;
  495. width: 50rpx!important;
  496. border-radius: 50%;
  497. margin: 15rpx auto;
  498. margin-bottom: 15rpx;
  499. }
  500. .more{
  501. height:70rpx!important;
  502. width: 70rpx!important;
  503. margin: 0 auto;
  504. }
  505. .imTit{
  506. height:14px;
  507. font-size:10px;
  508. font-family:PingFangSC;
  509. font-weight:400;
  510. color:rgba(60,60,60,1);
  511. line-height:14px;
  512. width: 100%;
  513. overflow: hidden;
  514. text-overflow:ellipsis;
  515. white-space: nowrap;
  516. text-align: center;
  517. }
  518. .toutiao view:nth-child(2){
  519. font-size:26rpx;
  520. font-family:PingFangSC-Regular;
  521. font-weight:400;
  522. color:rgba(60,60,60,1);
  523. float: left;
  524. width: 500rpx;
  525. overflow: hidden;
  526. text-overflow:ellipsis;
  527. white-space: nowrap;
  528. }
  529. .toutiao view:nth-child(2) text:nth-child(1){
  530. color: red;
  531. }
  532. .toutiao view:nth-child(2) text:nth-child(2){
  533. text-decoration: line-through;
  534. color: red;
  535. }
  536. .toutiao .imgBox{
  537. width: 64rpx;
  538. height: 64rpx;
  539. float: left;
  540. margin:5rpx 0 5rpx 20rpx;
  541. }
  542. .toutiao image{
  543. width: 48rpx;
  544. height: 38rpx;
  545. margin: auto;
  546. }
  547. .toutiao .qg{
  548. width: 80rpx;
  549. height: 44rpx;
  550. line-height: 44rpx;
  551. border-radius:18rpx;
  552. border:2rpx solid;
  553. position: absolute;
  554. top: 0;
  555. bottom: 0;
  556. right: 20rpx;
  557. margin: auto;
  558. font-size:24rpx;
  559. font-family:PingFangSC-Medium;
  560. font-weight:500;
  561. color:#FD782D;
  562. text-align: center;
  563. }
  564. i-tabs i-tabs-scroll{
  565. background: #F4F5F9!important;
  566. }