C端小程序
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

425 Zeilen
6.6 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. margin: 0 0 30rpx 40rpx;
  54. width: 690rpx;
  55. /* padding: 0 0 20rpx; */
  56. height: 96rpx;
  57. border-radius:16rpx;
  58. display: flex;
  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: 24rpx;
  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: 116rpx;
  198. letter-spacing: 0.64rpx;
  199. line-height: 44rpx;
  200. font-size: 30rpx;
  201. color: #333;
  202. background: #FFF;
  203. margin-top: 16rpx;
  204. margin-bottom: 26rpx;
  205. }
  206. .user-data open-data{
  207. float: left;
  208. }
  209. .chengzhangBox{
  210. width:70rpx;
  211. height:32rpx;
  212. line-height: 26rpx;
  213. border-radius:9px 9px 9px 0px;
  214. font-family:PingFangSC-Regular;
  215. font-weight:400;
  216. color:rgba(255,255,255,1);
  217. float: left;
  218. margin-top: 8rpx;
  219. margin-left: 8rpx;
  220. }
  221. .chengzhang {
  222. font-size: 22rpx;
  223. font-weight: 400;
  224. color: #FFFFFF;
  225. margin-left: 10rpx;
  226. height:22rpx;
  227. line-height: 22rpx;
  228. }
  229. .integral{
  230. margin-left: 70rpx;
  231. }
  232. .jifen{
  233. display: inline-block;
  234. height: 34rpx;
  235. color: #999999;
  236. font-size:24rpx;
  237. line-height: 34rpx;
  238. }
  239. .jifenNumber{
  240. color:#D18B4C;
  241. font-size: 34rpx;
  242. line-height: 34rpx;
  243. margin-left: 10rpx;
  244. font-weight: bold;
  245. }
  246. .view {
  247. font-size: 24rpx;
  248. color: #999999;
  249. line-height: 12rpx;
  250. float: left;
  251. margin-top: 10rpx;
  252. }
  253. .view>.score{
  254. margin-left:9rpx;
  255. color:#333333;
  256. font-size:30rpx;
  257. margin-right:23rpx;
  258. font-family:PingFang-SC-Bold;
  259. }
  260. .qrcode{
  261. width: 106rpx;
  262. height: 96rpx;
  263. background: #FFF;
  264. margin-left: 20rpx;
  265. border-radius:12rpx;
  266. }
  267. .qrcodeimg{
  268. width: 68rpx!important;
  269. height: 68rpx!important;
  270. }
  271. .leftimg{
  272. position: absolute;
  273. right: 40rpx;
  274. top: 60rpx;
  275. margin-top: -7rpx;
  276. width: 14rpx;
  277. height: 26rpx;
  278. }
  279. .duihuanimg{
  280. display: block;
  281. width: 48rpx;
  282. margin-top: 6rpx;
  283. }
  284. .product{
  285. height: 135rpx;
  286. padding: 0 30rpx;
  287. margin-top: 30rpx;
  288. }
  289. .product image{
  290. width:690rpx;
  291. height:135rpx;
  292. border-radius:16rpx;
  293. }
  294. #rushtobyCard{
  295. margin-top: 30rpx;
  296. }
  297. .signin{
  298. width: 542rpx;
  299. height: 94rpx;
  300. position: fixed;
  301. top: 0;
  302. left: 0;
  303. right: 0;
  304. z-index: 100;
  305. margin: auto;
  306. }
  307. .signin open-data {
  308. position: absolute;
  309. width:90rpx;
  310. left: 0;
  311. top: 0;
  312. bottom: 0;
  313. height:94rpx;
  314. margin: auto;
  315. border-radius: 50%;
  316. overflow: hidden;
  317. }
  318. .signin text{
  319. display: block;
  320. background: rgba(0, 0, 0, 0.5);
  321. font-size: 28rpx;
  322. height: 80rpx;
  323. width: 100%;
  324. line-height: 80rpx;
  325. color: #D6D5D5;
  326. text-indent: 4em;
  327. border-radius:60rpx;
  328. margin-top: 7rpx;
  329. }
  330. .remainchengzhangzhi{
  331. display: block;
  332. color: #A6A6A6;
  333. font-size: 22rpx;
  334. margin-top: 5rpx;
  335. line-height: 14rpx;
  336. float: left;
  337. margin: 0 10rpx;
  338. }
  339. progress{
  340. width:190rpx;
  341. border-radius:60rpx;
  342. overflow:hidden;
  343. float: left;
  344. }
  345. .channelBox{
  346. width:688rpx;
  347. height: 220rpx;
  348. margin:0 auto;
  349. display: flex;
  350. justify-content: space-between;
  351. background: #F4F5F9;
  352. }
  353. .kjBox{
  354. width: 104rpx;
  355. height: 148rpx;
  356. font-size: 24rpx;
  357. color: #A6A6A6;
  358. margin-top: 46rpx;
  359. text-align: center;
  360. }
  361. .kjBox image{
  362. width: 104rpx;
  363. height: 104rpx;
  364. }
  365. .toutiao{
  366. width:710rpx;
  367. height: 82rpx;
  368. line-height: 82rpx;
  369. margin:0 auto;
  370. background: #FAFBFD;
  371. box-shadow:0px 6rpx 16rpx 0px rgba(236,238,243,1);
  372. border-radius:12rpx;
  373. margin-top: 18rpx;
  374. margin-bottom:18rpx;
  375. }
  376. .toutiao text{
  377. font-size:26rpx;
  378. font-family:PingFangSC-Regular;
  379. font-weight:400;
  380. color:rgba(60,60,60,1);
  381. float: left;
  382. }
  383. .toutiao .imgBox{
  384. width: 64rpx;
  385. height: 64rpx;
  386. float: left;
  387. margin:5rpx 0 5rpx 20rpx;
  388. }
  389. .toutiao image{
  390. width: 48rpx;
  391. height: 38rpx;
  392. margin: auto;
  393. }
  394. .toutiao .qg{
  395. width: 80rpx;
  396. height: 44rpx;
  397. line-height: 44rpx;
  398. border-radius:18rpx;
  399. border:2rpx solid;
  400. float: right;
  401. text-align: center;
  402. margin: 20rpx 20rpx 20rpx 0;
  403. }
  404. .toutiao .qg>text{
  405. width: 100%;
  406. font-size:24rpx;
  407. font-family:PingFangSC-Medium;
  408. font-weight:500;
  409. color:#FD782D;
  410. }
  411. i-tabs i-tabs-scroll{
  412. background: #F4F5F9!important;
  413. }