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.

160 line
2.4 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: 0;
  38. top:300rpx;
  39. width: 170rpx;
  40. margin: 37rpx auto 0;
  41. z-index: 10;
  42. }
  43. .gameimg {
  44. display: block;
  45. width: 100%;
  46. }
  47. .section {
  48. padding: 0 20rpx;
  49. justify-content: space-around;
  50. text-align: center;
  51. margin-top: 25rpx;
  52. }
  53. .section >view{
  54. width: 25%;
  55. display: inline-block;
  56. position: relative;
  57. }
  58. .section >view image {
  59. display: block;
  60. margin: 0 auto;
  61. }
  62. .section >view image {
  63. width: 55rpx;
  64. height: 55rpx;
  65. margin-top: 20rpx;
  66. margin-bottom: 14rpx;
  67. }
  68. .section text {
  69. font-size: 24rpx;
  70. color: rgba(51, 51, 51, 1);
  71. display: block;
  72. margin-top: 0rpx;
  73. }
  74. .showQrcode {
  75. position: fixed;
  76. top: 0;
  77. left: 0;
  78. right: 0;
  79. bottom: 0;
  80. z-index: 1000;
  81. background: rgba(0, 0, 0, 0.6);
  82. }
  83. .qrcode image {
  84. width: 70rpx;
  85. margin-right: 20rpx;
  86. }
  87. .showQrcode {
  88. position: fixed;
  89. top: 0;
  90. left: 0;
  91. right: 0;
  92. bottom: 0;
  93. z-index: 1000;
  94. background: rgba(0, 0, 0, 0.6);
  95. }
  96. .canvas-box {
  97. position: fixed;
  98. width: 500rpx;
  99. overflow: hidden;
  100. left: 0;
  101. top: 200rpx;
  102. right: 0;
  103. margin: auto;
  104. background: #fff;
  105. border-radius: 16rpx;
  106. z-index:100;
  107. padding-bottom: 30rpx;
  108. }
  109. .showQrcode text {
  110. display: block;
  111. text-align: center;
  112. font-size: 28rpx;
  113. }
  114. .button {
  115. width: 414rpx;
  116. text-align: center;
  117. margin: 0 auto;
  118. height: 80rpx;
  119. line-height: 80rpx;
  120. background: rgba(255, 255, 255, 1);
  121. border-radius: 10rpx;
  122. font-size: 32rpx;
  123. color: rgba(2, 192, 255, 1);
  124. overflow: hidden;
  125. margin-top: 38rpx;
  126. }
  127. .memberIds{
  128. padding-top: 30rpx;
  129. font-size: 30rpx;
  130. }
  131. .search{
  132. background:rgba(2, 192, 255, 1);
  133. height: 50rpx;
  134. }
  135. .searchbar{
  136. position: relative;
  137. width: 685rpx;
  138. height: 76rpx;
  139. margin: 0 auto;
  140. text-align: center;
  141. }
  142. .searchbar image{
  143. width: 40rpx;
  144. }
  145. .searchbar text{
  146. font-size: 28rpx;
  147. line-height: 50rpx;
  148. color: #fff;
  149. display: inline-block;
  150. }