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.

333 line
5.0 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 auto 30rpx;
  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. right: 20rpx;
  115. margin: auto;
  116. width: 84rpx;
  117. z-index:100;
  118. }
  119. .showQrcode {
  120. position: fixed;
  121. top: 0;
  122. left: 0;
  123. right: 0;
  124. bottom: 0;
  125. z-index: 1000;
  126. background: rgba(0, 0, 0, 0.6);
  127. }
  128. .canvas-box {
  129. position: fixed;
  130. width: 500rpx;
  131. overflow: hidden;
  132. left: 0;
  133. top: 200rpx;
  134. right: 0;
  135. margin: auto;
  136. background: #fff;
  137. border-radius: 16rpx;
  138. z-index:100;
  139. padding-bottom: 30rpx;
  140. }
  141. .showQrcode text {
  142. display: none;
  143. text-align: center;
  144. font-size: 28rpx;
  145. }
  146. .button {
  147. width: 414rpx;
  148. text-align: center;
  149. margin: 0 auto;
  150. height: 80rpx;
  151. line-height: 80rpx;
  152. background: rgba(255, 255, 255, 1);
  153. border-radius: 10rpx;
  154. font-size: 32rpx;
  155. color: rgba(2, 192, 255, 1);
  156. overflow: hidden;
  157. }
  158. .memberIds{
  159. padding-top: 30rpx;
  160. font-size: 30rpx;
  161. }
  162. .search{
  163. background:rgba(2, 192, 255, 1);
  164. height: 50rpx;
  165. }
  166. .searchbar{
  167. position: relative;
  168. width: 685rpx;
  169. height: 76rpx;
  170. margin: 0 auto;
  171. text-align: center;
  172. }
  173. .searchbar image{
  174. width: 40rpx;
  175. }
  176. .searchbar text{
  177. font-size: 28rpx;
  178. line-height: 50rpx;
  179. color: #fff;
  180. display: inline-block;
  181. }
  182. .user-avatar {
  183. position: absolute;
  184. left: 24rpx;
  185. top:0;
  186. bottom: 0;
  187. width: 80rpx;
  188. height: 80rpx;
  189. border-radius: 50%;
  190. overflow: hidden;
  191. margin: auto;
  192. }
  193. .user-avatar open-data {
  194. display:block;
  195. width:100%;
  196. height:100%;
  197. }
  198. .user-data {
  199. margin-left: 116rpx;
  200. letter-spacing: 0.64rpx;
  201. line-height: 44rpx;
  202. font-size: 30rpx;
  203. color: #333;
  204. background: #FFF;
  205. margin-top: 16rpx;
  206. margin-bottom: 26rpx;
  207. }
  208. .chengzhang {
  209. font-size: 29rpx;
  210. font-weight: 400;
  211. color: #AF6E34;
  212. }
  213. .integral{
  214. margin-left: 70rpx;
  215. }
  216. .jifen{
  217. display: inline-block;
  218. height: 34rpx;
  219. color: #999999;
  220. font-size:24rpx;
  221. line-height: 34rpx;
  222. }
  223. .jifenNumber{
  224. color:#D18B4C;
  225. font-size: 34rpx;
  226. line-height: 34rpx;
  227. margin-left: 10rpx;
  228. font-weight: bold;
  229. }
  230. .view {
  231. font-size: 24rpx;
  232. color: #999999;
  233. line-height: 12rpx;
  234. }
  235. .view>.score{
  236. margin-left:9rpx;
  237. color:#333333;
  238. font-size:30rpx;
  239. margin-right:23rpx;
  240. font-family:PingFang-SC-Bold;
  241. }
  242. .qrcode{
  243. width: 84rpx;
  244. height: 84rpx;
  245. }
  246. .qrcodeimg{
  247. width: 100%;
  248. }
  249. .leftimg{
  250. position: absolute;
  251. right: 40rpx;
  252. top: 60rpx;
  253. margin-top: -7rpx;
  254. width: 14rpx;
  255. height: 26rpx;
  256. }
  257. .duihuanimg{
  258. display: block;
  259. width: 48rpx;
  260. margin-top: 6rpx;
  261. }
  262. .product{
  263. height: 135rpx;
  264. padding: 0 30rpx;
  265. margin-top: 30rpx;
  266. }
  267. .product image{
  268. width:690rpx;
  269. height:135rpx;
  270. border-radius:16rpx;
  271. }
  272. #rushtobyCard{
  273. margin-top: 30rpx;
  274. }
  275. .signin{
  276. width: 542rpx;
  277. height: 94rpx;
  278. position: fixed;
  279. top: 0;
  280. left: 0;
  281. right: 0;
  282. z-index: 100;
  283. margin: auto;
  284. }
  285. .signin open-data {
  286. position: absolute;
  287. width:90rpx;
  288. left: 0;
  289. top: 0;
  290. bottom: 0;
  291. height:94rpx;
  292. margin: auto;
  293. border-radius: 50%;
  294. overflow: hidden;
  295. }
  296. .signin text{
  297. display: block;
  298. background: rgba(0, 0, 0, 0.5);
  299. font-size: 28rpx;
  300. height: 80rpx;
  301. width: 100%;
  302. line-height: 80rpx;
  303. color: #D6D5D5;
  304. text-indent: 4em;
  305. border-radius:60rpx;
  306. margin-top: 7rpx;
  307. }
  308. .remainchengzhangzhi{
  309. display: block;
  310. color: #b2743d;
  311. font-size: 22rpx;
  312. margin-top: 5rpx;
  313. line-height: 14rpx;
  314. float: left;
  315. }
  316. progress{
  317. display:inline-block;
  318. width:222rpx;
  319. border-radius:60rpx;
  320. overflow:hidden;
  321. float: left;
  322. }