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

150 行
2.4 KiB

  1. camera {
  2. position: absolute;
  3. width: 100vw;
  4. height: 100vh;
  5. z-index: 10;
  6. }
  7. #capture {
  8. position: absolute;
  9. left: 750rpx;
  10. }
  11. #overlay {
  12. position: absolute;
  13. top: 0;
  14. left: 0;
  15. width: 100vw;
  16. height: 100vh;
  17. background: rgba(63, 63, 63, 0.6);
  18. z-index: 30;
  19. }
  20. #overlay-top {
  21. position: absolute;
  22. margin: 60rpx 44rpx 0 54rpx;
  23. left: 0;
  24. right: 0;
  25. }
  26. #title {
  27. position: absolute;
  28. font-size: 36rpx;
  29. font-family: PingFangSC-Medium, PingFang SC, serif;
  30. font-weight: 500;
  31. color: #FFFFFF;
  32. line-height: 46rpx;
  33. }
  34. #logo {
  35. position: absolute;
  36. top: 0;
  37. right: 0;
  38. width: 178rpx;
  39. height: 54rpx;
  40. }
  41. #desc {
  42. position: absolute;
  43. top: 106rpx;
  44. font-size: 28rpx;
  45. font-family: PingFangSC-Medium, PingFang SC, serif;
  46. font-weight: 500;
  47. color: #FFFFFF;
  48. line-height: 46rpx;
  49. }
  50. #overlay-bottom {
  51. position: absolute;
  52. width: 540rpx;
  53. left: 0;
  54. right: 0;
  55. bottom: 0;
  56. margin: 0 auto;
  57. }
  58. #loading {
  59. position: absolute;
  60. width: fit-content;
  61. height: fit-content;
  62. left: 0;
  63. right: 0;
  64. top: 0;
  65. bottom: 0;
  66. margin: auto;
  67. z-index: 40;
  68. }
  69. #logoscan{
  70. position: fixed;
  71. width: 200rpx;
  72. height: 100rpx;
  73. top: 30rpx;
  74. left:30rpx;
  75. z-index: 40;
  76. }
  77. .primary-button {
  78. width: 540rpx;
  79. height: 112rpx;
  80. margin-top: 22rpx;
  81. text-align: center;
  82. font-size: 32rpx;
  83. font-family: PingFangSC-Medium, PingFang SC, serif;
  84. font-weight: 500;
  85. color: #FFFFFF;
  86. line-height: 112rpx;
  87. }
  88. .secondary-button {
  89. width: 540rpx;
  90. height: 80rpx;
  91. margin-top: 22rpx;
  92. text-align: center;
  93. font-size: 24rpx;
  94. font-family: PingFangSC-Medium, PingFang SC, serif;
  95. font-weight: 500;
  96. color: #EDEDED;
  97. line-height: 80rpx;
  98. }
  99. #content {
  100. position: absolute;
  101. left: 0;
  102. top: 0;
  103. bottom: 0;
  104. right: 0;
  105. margin: auto;
  106. width: fit-content;
  107. height: fit-content;
  108. z-index: 20;
  109. }
  110. #select {
  111. position: absolute;
  112. bottom: 210rpx;
  113. right: 0;
  114. z-index: 20;
  115. }
  116. .select {
  117. width: 180rpx;
  118. height: 88rpx;
  119. color: white;
  120. line-height: 88rpx;
  121. text-align: center;
  122. margin-top: 20rpx;
  123. border-top-left-radius: 10rpx;
  124. border-bottom-left-radius: 10rpx;
  125. font-size: 28rpx;
  126. font-family: PingFangSC-Medium, PingFang SC, serif;
  127. font-weight: 500;
  128. box-shadow: 0 4rpx 8rpx 0 rgba(0, 0, 0, 0.5);
  129. background: linear-gradient(90deg, #EEA167 0%, #F97605 50%, #EEA167 100%);
  130. }
  131. .selected {
  132. color: black;
  133. background: linear-gradient(90deg, #ABABAB 0%, #D6D6D6 50%, #ABABAB 100%);
  134. }