C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

124 行
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: 73rpx;
  46. height: 74rpx;
  47. }
  48. .section text {
  49. height: 23rpx;
  50. font-size: 24rpx;
  51. color: rgba(51, 51, 51, 1);
  52. display: block;
  53. margin-top: 0rpx;
  54. }
  55. .showQrcode {
  56. position: fixed;
  57. top: 0;
  58. left: 0;
  59. right: 0;
  60. bottom: 0;
  61. z-index: 1000;
  62. background: rgba(0, 0, 0, 0.6);
  63. }
  64. .qrcode image {
  65. width: 70rpx;
  66. margin-right: 20rpx;
  67. }
  68. .showQrcode {
  69. position: fixed;
  70. top: 0;
  71. left: 0;
  72. right: 0;
  73. bottom: 0;
  74. z-index: 1000;
  75. background: rgba(0, 0, 0, 0.6);
  76. }
  77. .canvas-box {
  78. position: fixed;
  79. width: 500rpx;
  80. height: 671rpx;
  81. overflow: hidden;
  82. left: 0;
  83. top: 0;
  84. bottom: 0;
  85. right: 0;
  86. margin: auto;
  87. background: #fff;
  88. border-radius: 16rpx;
  89. z-index:100;
  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. }