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.

485 rivejä
7.5 KiB

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