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.

168 lines
2.5 KiB

  1. .index-position {
  2. background: rgba(0, 0, 0, 0.5);
  3. height: 88rpx;
  4. position: absolute;
  5. top: 0;
  6. width: 100%;
  7. font-family: PingFangSC-Semibold;
  8. font-size: 30rpx;
  9. color: #fff;
  10. letter-spacing: 0.75rpx;
  11. z-index: 9;
  12. line-height: 88rpx;
  13. overflow: hidden;
  14. }
  15. .red{
  16. position:absolute;
  17. width:13rpx;
  18. height:13rpx;
  19. border-radius:50%;
  20. background:red;
  21. right:-50rpx;
  22. top:19rpx;
  23. left:0;
  24. margin:auto;
  25. display: none;
  26. }
  27. page {
  28. width: 100%;
  29. height: auto !important;
  30. overflow-x: hidden;
  31. }
  32. .txt {
  33. margin-left: 20rpx;
  34. }
  35. .game-entry {
  36. position: fixed;
  37. right: 27rpx;
  38. bottom:323rpx;
  39. width: 120rpx;
  40. margin: 37rpx auto 0;
  41. z-index: 10;
  42. }
  43. .gameimg {
  44. display: block;
  45. width: 100%;
  46. }
  47. .rushtobuyimgs{
  48. padding: 0 30rpx;
  49. margin-top:20rpx;
  50. }
  51. .rushtobuyimgs image{
  52. width: 335rpx;
  53. height: 161rpx;
  54. }
  55. .section {
  56. padding: 0 20rpx;
  57. justify-content: space-around;
  58. text-align: center;
  59. margin-top: 25rpx;
  60. margin-bottom: 30rpx;
  61. }
  62. .section >view{
  63. width: 25%;
  64. display: inline-block;
  65. position: relative;
  66. }
  67. .section >view image {
  68. display: block;
  69. margin: 0 auto;
  70. }
  71. .section >view image {
  72. width: 55rpx;
  73. height: 55rpx;
  74. margin-top: 20rpx;
  75. margin-bottom: 14rpx;
  76. }
  77. .section text {
  78. font-size: 24rpx;
  79. color: rgba(51, 51, 51, 1);
  80. display: block;
  81. margin-top: 0rpx;
  82. }
  83. .showQrcode {
  84. position: fixed;
  85. top: 0;
  86. left: 0;
  87. right: 0;
  88. bottom: 0;
  89. z-index: 1000;
  90. background: rgba(0, 0, 0, 0.6);
  91. }
  92. .qrcode image {
  93. width: 70rpx;
  94. margin-right: 20rpx;
  95. }
  96. .showQrcode {
  97. position: fixed;
  98. top: 0;
  99. left: 0;
  100. right: 0;
  101. bottom: 0;
  102. z-index: 1000;
  103. background: rgba(0, 0, 0, 0.6);
  104. }
  105. .canvas-box {
  106. position: fixed;
  107. width: 500rpx;
  108. overflow: hidden;
  109. left: 0;
  110. top: 200rpx;
  111. right: 0;
  112. margin: auto;
  113. background: #fff;
  114. border-radius: 16rpx;
  115. z-index:100;
  116. padding-bottom: 30rpx;
  117. }
  118. .showQrcode text {
  119. display: block;
  120. text-align: center;
  121. font-size: 28rpx;
  122. }
  123. .button {
  124. width: 414rpx;
  125. text-align: center;
  126. margin: 0 auto;
  127. height: 80rpx;
  128. line-height: 80rpx;
  129. background: rgba(255, 255, 255, 1);
  130. border-radius: 10rpx;
  131. font-size: 32rpx;
  132. color: rgba(2, 192, 255, 1);
  133. overflow: hidden;
  134. margin-top: 38rpx;
  135. }
  136. .memberIds{
  137. padding-top: 30rpx;
  138. font-size: 30rpx;
  139. }
  140. .search{
  141. background:rgba(2, 192, 255, 1);
  142. height: 50rpx;
  143. }
  144. .searchbar{
  145. position: relative;
  146. width: 685rpx;
  147. height: 76rpx;
  148. margin: 0 auto;
  149. text-align: center;
  150. }
  151. .searchbar image{
  152. width: 40rpx;
  153. }
  154. .searchbar text{
  155. font-size: 28rpx;
  156. line-height: 50rpx;
  157. color: #fff;
  158. display: inline-block;
  159. }