C端小程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

124 wiersze
1.8 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. page {
  16. width: 100%;
  17. height: auto !important;
  18. overflow-x: hidden;
  19. }
  20. .txt {
  21. margin-left: 20rpx;
  22. }
  23. .game-entry {
  24. width: 690rpx;
  25. height: 140rpx;
  26. margin: 57rpx auto 0;
  27. }
  28. .gameimg {
  29. display: block;
  30. width: 100%;
  31. height: 140rpx;
  32. }
  33. .section {
  34. padding: 0 20rpx;
  35. display: flex;
  36. justify-content: space-around;
  37. text-align: center;
  38. margin-top: 40rpx;
  39. }
  40. .section >view image {
  41. display: block;
  42. margin: 0 auto;
  43. }
  44. .section >view image {
  45. width: 80rpx;
  46. height: 80rpx;
  47. margin-bottom: 14rpx;
  48. }
  49. .section text {
  50. height: 23rpx;
  51. font-size: 24rpx;
  52. color: rgba(51, 51, 51, 1);
  53. display: block;
  54. margin-top: 0rpx;
  55. }
  56. .showQrcode {
  57. position: fixed;
  58. top: 0;
  59. left: 0;
  60. right: 0;
  61. bottom: 0;
  62. z-index: 1000;
  63. background: rgba(0, 0, 0, 0.6);
  64. }
  65. .qrcode image {
  66. width: 70rpx;
  67. margin-right: 20rpx;
  68. }
  69. .showQrcode {
  70. position: fixed;
  71. top: 0;
  72. left: 0;
  73. right: 0;
  74. bottom: 0;
  75. z-index: 1000;
  76. background: rgba(0, 0, 0, 0.6);
  77. }
  78. .canvas-box {
  79. position: fixed;
  80. width: 500rpx;
  81. overflow: hidden;
  82. left: 0;
  83. top: 200rpx;
  84. right: 0;
  85. margin: auto;
  86. background: #fff;
  87. border-radius: 16rpx;
  88. z-index:100;
  89. padding-bottom: 30rpx;
  90. }
  91. .showQrcode text {
  92. display: block;
  93. text-align: center;
  94. font-size: 28rpx;
  95. }
  96. .button {
  97. width: 414rpx;
  98. text-align: center;
  99. margin: 0 auto;
  100. height: 80rpx;
  101. line-height: 80rpx;
  102. background: rgba(255, 255, 255, 1);
  103. border-radius: 10rpx;
  104. font-size: 32rpx;
  105. color: rgba(2, 192, 255, 1);
  106. overflow: hidden;
  107. margin-top: 38rpx;
  108. }
  109. .memberIds{
  110. padding-top: 30rpx;
  111. font-size: 30rpx;
  112. }