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.

100 lines
1.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. 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. display: flex;
  35. justify-content: space-around;
  36. text-align: center;
  37. margin-top: 40rpx;
  38. }
  39. .section >view image {
  40. width: 121rpx;
  41. display: block;
  42. }
  43. .section text {
  44. height: 23rpx;
  45. font-size: 24rpx;
  46. font-family: PingFang-SC-Medium;
  47. font-weight: 500;
  48. color: rgba(51, 51, 51, 1);
  49. display: block;
  50. margin-top: 0rpx;
  51. }
  52. .showQrcode {
  53. position: fixed;
  54. top: 0;
  55. left: 0;
  56. right: 0;
  57. bottom: 0;
  58. z-index: 1000;
  59. background: rgba(0, 0, 0, 0.6);
  60. }
  61. .qrcode image {
  62. width: 70rpx;
  63. margin-right: 20rpx;
  64. }
  65. .showQrcode {
  66. position: fixed;
  67. top: 0;
  68. left: 0;
  69. right: 0;
  70. bottom: 0;
  71. z-index: 1000;
  72. background: rgba(0, 0, 0, 0.6);
  73. }
  74. .canvas-box {
  75. position: fixed;
  76. width: 500rpx;
  77. height: 587rpx;
  78. overflow: hidden;
  79. left: 0;
  80. top: 0;
  81. bottom: 0;
  82. right: 0;
  83. margin: auto;
  84. background: #fff;
  85. border-radius: 16rpx;
  86. }
  87. .showQrcode text{
  88. display: block;
  89. text-align: center;
  90. font-size: 28rpx;
  91. }