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

485 lines
7.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. 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. 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. float: left;
  250. /* margin-top: 10rpx; */
  251. }
  252. .view>.score{
  253. margin-left:9rpx;
  254. color:#333333;
  255. font-size:30rpx;
  256. margin-right:23rpx;
  257. font-family:PingFang-SC-Bold;
  258. }
  259. .qrcode{
  260. width: 106rpx;
  261. height: 96rpx;
  262. background: #FFF;
  263. margin-left: 20rpx;
  264. border-radius:12rpx;
  265. }
  266. .qrcodeimg{
  267. width: 68rpx!important;
  268. height: 68rpx!important;
  269. }
  270. .leftimg{
  271. position: absolute;
  272. right: 40rpx;
  273. top: 60rpx;
  274. margin-top: -7rpx;
  275. width: 14rpx;
  276. height: 26rpx;
  277. }
  278. .duihuanimg{
  279. display: block;
  280. width: 48rpx;
  281. margin-top: 6rpx;
  282. }
  283. .product{
  284. height: 124rpx;
  285. /* padding: 0 30rpx; */
  286. margin-top: 30rpx;
  287. margin-bottom: 10rpx;
  288. background: #FFF;
  289. width: 710rpx;
  290. margin: 0 auto;
  291. }
  292. .textBox{
  293. /* display: block; */
  294. width: 400rpx;
  295. height: 100%;
  296. float: left;
  297. margin-left: 10rpx;
  298. }
  299. .textBox .name{
  300. width: 400rpx;
  301. font-size: 28rpx;
  302. color: #3C3C3C;
  303. margin-top: 20rpx;
  304. }
  305. .textBox .title{
  306. width: 400rpx;
  307. font-size: 20rpx;
  308. color: #A6A6A6;
  309. margin-top: 10rpx;
  310. }
  311. .product .gift{
  312. width:88rpx;
  313. height:88rpx;
  314. float: left;
  315. margin-top: 30rpx;
  316. margin-left: 15rpx;
  317. }
  318. .next image{
  319. width: 26rpx;
  320. height: 40rpx;
  321. }
  322. .gift image{
  323. width:88rpx;
  324. height:76rpx;
  325. }
  326. .product .next{
  327. width:32rpx;
  328. height:60rpx;
  329. float: right;
  330. margin-top: 40rpx;
  331. margin-right: 26rpx;
  332. }
  333. #rushtobyCard{
  334. margin-top: 30rpx;
  335. }
  336. .signin{
  337. width: 542rpx;
  338. height: 94rpx;
  339. position: fixed;
  340. top: 0;
  341. left: 0;
  342. right: 0;
  343. z-index: 100;
  344. margin: auto;
  345. }
  346. .signin open-data {
  347. position: absolute;
  348. width:90rpx;
  349. left: 0;
  350. top: 0;
  351. bottom: 0;
  352. height:94rpx;
  353. margin: auto;
  354. border-radius: 50%;
  355. overflow: hidden;
  356. }
  357. .signin text{
  358. display: block;
  359. background: rgba(0, 0, 0, 0.5);
  360. font-size: 28rpx;
  361. height: 80rpx;
  362. width: 100%;
  363. line-height: 80rpx;
  364. color: #D6D5D5;
  365. text-indent: 4em;
  366. border-radius:60rpx;
  367. margin-top: 7rpx;
  368. }
  369. .remainchengzhangzhi{
  370. display: block;
  371. color: #A6A6A6;
  372. font-size: 22rpx;
  373. margin-top: 5rpx;
  374. height: 30rpx;
  375. line-height: 30rpx;
  376. float: left;
  377. margin: 0 10rpx;
  378. width: 260rpx;
  379. overflow: hidden;
  380. text-overflow:ellipsis;
  381. white-space: nowrap;
  382. }
  383. progress{
  384. width:190rpx;
  385. border-radius:60rpx;
  386. overflow:hidden;
  387. float: left;
  388. margin-top: 10rpx;
  389. }
  390. .channelBox{
  391. width:688rpx;
  392. height: 220rpx;
  393. margin:0 auto;
  394. display: flex;
  395. justify-content: space-between;
  396. background: #F4F5F9;
  397. }
  398. .kjBox{
  399. width: 104rpx;
  400. height: 148rpx;
  401. font-size: 24rpx;
  402. color: #A6A6A6;
  403. margin-top: 46rpx;
  404. text-align: center;
  405. }
  406. .kjBox image{
  407. width: 104rpx;
  408. height: 104rpx;
  409. }
  410. .toutiao{
  411. width:710rpx;
  412. height: 82rpx;
  413. line-height: 82rpx;
  414. margin:0 auto;
  415. background: #FFF;
  416. box-shadow:0px 6rpx 16rpx 0px rgba(236,238,243,1);
  417. border-radius:12rpx;
  418. margin-top: 18rpx;
  419. margin-bottom:18rpx;
  420. }
  421. .toutiao view:nth-child(2){
  422. font-size:26rpx;
  423. font-family:PingFangSC-Regular;
  424. font-weight:400;
  425. color:rgba(60,60,60,1);
  426. float: left;
  427. width: 500rpx;
  428. overflow: hidden;
  429. text-overflow:ellipsis;
  430. white-space: nowrap;
  431. }
  432. .toutiao view:nth-child(2) text:nth-child(1){
  433. color: red;
  434. }
  435. .toutiao view:nth-child(2) text:nth-child(2){
  436. text-decoration: line-through;
  437. color: red;
  438. }
  439. .toutiao .imgBox{
  440. width: 64rpx;
  441. height: 64rpx;
  442. float: left;
  443. margin:5rpx 0 5rpx 20rpx;
  444. }
  445. .toutiao image{
  446. width: 48rpx;
  447. height: 38rpx;
  448. margin: auto;
  449. }
  450. .toutiao .qg{
  451. width: 80rpx;
  452. height: 44rpx;
  453. line-height: 36rpx;
  454. border-radius:18rpx;
  455. border:2rpx solid;
  456. float: right;
  457. text-align: center;
  458. margin: 20rpx 20rpx 20rpx 0;
  459. }
  460. .toutiao .qg>text{
  461. width: 100%;
  462. font-size:24rpx;
  463. font-family:PingFangSC-Medium;
  464. font-weight:500;
  465. color:#FD782D;
  466. }
  467. i-tabs i-tabs-scroll{
  468. background: #F4F5F9!important;
  469. }