碧桂园
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

172 linhas
2.7 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. #logoscan1,#logoscan2,#logoscan3{
  70. position: fixed;
  71. width: 200rpx;
  72. height: 100rpx;
  73. z-index: 40;
  74. }
  75. .logoscan1{
  76. top: 30rpx;
  77. left: 30rpx;
  78. width: 150rpx !important;
  79. height: 80rpx !important;
  80. }
  81. .logoscan2{
  82. top: 46rpx;
  83. left: 220rpx;
  84. }
  85. .logoscan3{
  86. top: 46rpx;
  87. left: 470rpx;
  88. }
  89. .primary-button {
  90. width: 540rpx;
  91. height: 112rpx;
  92. margin-top: 22rpx;
  93. text-align: center;
  94. font-size: 32rpx;
  95. font-family: PingFangSC-Medium, PingFang SC, serif;
  96. font-weight: 500;
  97. color: #FFFFFF;
  98. line-height: 112rpx;
  99. }
  100. .secondary-button {
  101. width: 540rpx;
  102. height: 80rpx;
  103. margin-top: 22rpx;
  104. text-align: center;
  105. font-size: 24rpx;
  106. font-family: PingFangSC-Medium, PingFang SC, serif;
  107. font-weight: 500;
  108. color: #EDEDED;
  109. line-height: 80rpx;
  110. }
  111. #content {
  112. position: absolute;
  113. left: 0;
  114. top: 0;
  115. bottom: 0;
  116. right: 0;
  117. margin: auto;
  118. width: fit-content;
  119. height: fit-content;
  120. z-index: 20;
  121. }
  122. #select {
  123. position: absolute;
  124. bottom: 210rpx;
  125. right: 0;
  126. z-index: 20;
  127. }
  128. .select {
  129. width: 180rpx;
  130. height: 88rpx;
  131. color: white;
  132. line-height: 88rpx;
  133. text-align: center;
  134. margin-top: 20rpx;
  135. border-top-left-radius: 10rpx;
  136. border-bottom-left-radius: 10rpx;
  137. font-size: 28rpx;
  138. font-family: PingFangSC-Medium, PingFang SC, serif;
  139. font-weight: 500;
  140. box-shadow: 0 4rpx 8rpx 0 rgba(0, 0, 0, 0.5);
  141. background: linear-gradient(90deg, #EEA167 0%, #F97605 50%, #EEA167 100%);
  142. }
  143. .selected {
  144. color: black;
  145. background: linear-gradient(90deg, #ABABAB 0%, #D6D6D6 50%, #ABABAB 100%);
  146. }
  147. .toast{
  148. height: 70rpx;
  149. line-height: 70rpx;
  150. font-size: 28rpx;
  151. color: #fff;
  152. background-color: rgba(0, 0, 0, 0.7);
  153. border-radius: 8rpx;
  154. margin: 300rpx auto 0;
  155. padding: 0 20rpx;
  156. }