C端小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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