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.

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