index.less 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. .container {
  2. background-color: #50AE75;
  3. width: 100vw;
  4. height: 100vh;
  5. overflow: hidden;
  6. .scoreBox {
  7. width: 610rpx;
  8. margin: 80rpx auto 0rpx;
  9. .lightBox {
  10. position: relative;
  11. height: 180rpx;
  12. .light {
  13. position: absolute;
  14. width: 360rpx;
  15. height: 180rpx;
  16. left: 0px;
  17. right: 0px;
  18. margin: auto;
  19. }
  20. .stars {
  21. position: absolute;
  22. width: 62rpx;
  23. height: 62rpx;
  24. }
  25. .stars-1 {
  26. top: 64rpx;
  27. left: 132rpx;
  28. }
  29. .stars-2 {
  30. top: 25rpx;
  31. left: 198rpx;
  32. }
  33. .stars-3 {
  34. top: 6rpx;
  35. left: 276rpx;
  36. }
  37. .stars-4 {
  38. top: 25rpx;
  39. right: 198rpx;
  40. }
  41. .stars-5 {
  42. top: 62rpx;
  43. right: 132rpx;
  44. }
  45. }
  46. .score {
  47. position: relative;
  48. width: 100%;
  49. box-sizing: border-box;
  50. padding: 70rpx 40rpx 32rpx;
  51. border-radius: 18rpx;
  52. background-color: white;
  53. box-shadow: rgba(255, 255, 255, 0.15) 0px 6px 12px -2px, rgba(255, 255, 255, 0.1) 0px 3px 7px -3px;
  54. .avatarBox {
  55. position: absolute;
  56. top: -72rpx;
  57. left: 0px;
  58. right: 0px;
  59. margin: 0 auto;
  60. width: 100rpx;
  61. height: 100rpx;
  62. padding: 16rpx;
  63. border-radius: 50%;
  64. background-color: white;
  65. font-size: 0px;
  66. .avatar {
  67. width: 100%;
  68. height: 100%;
  69. border-radius: 50%;
  70. }
  71. }
  72. .nickName {
  73. font-size: 36rpx;
  74. text-align: center;
  75. }
  76. .totalScore {
  77. display: flex;
  78. align-items: center;
  79. justify-content: center;
  80. margin-top: 26rpx;
  81. font-size: 42rpx;
  82. .num {
  83. color: #58C5FF;
  84. font-size: 42rpx;
  85. }
  86. }
  87. .progressBox {
  88. margin-top: 50rpx;
  89. .row {
  90. display: flex;
  91. align-items: center;
  92. justify-content: space-between;
  93. margin-bottom: 42rpx;
  94. .name {
  95. font-size: 32rpx;
  96. width: 96rpx;
  97. }
  98. .progress {
  99. width: 306rpx;
  100. border-radius: 20rpx;
  101. overflow: hidden;
  102. }
  103. .scoreInfo {
  104. font-size: 27rpx;
  105. color: #666666;
  106. }
  107. }
  108. }
  109. }
  110. }
  111. .footer {
  112. width: 610rpx;
  113. padding: 50rpx 35rpx;
  114. box-sizing: border-box;
  115. margin: 40rpx auto;
  116. background-color: white;
  117. border-radius: 18rpx;
  118. box-shadow: rgba(50, 50, 93, 0.15) 0px 6px 12px -2px, rgba(0, 0, 0, 0.1) 0px 3px 7px -3px;
  119. display: flex;
  120. align-items: center;
  121. justify-content: space-between;
  122. .stBtn {
  123. padding: 16rpx 0rpx;
  124. text-align: center;
  125. border-radius: 50rpx;
  126. width: 220rpx;
  127. font-size: 30rpx;
  128. color: white;
  129. background-color: #66C5FF;
  130. box-shadow: 0 6px 14px 0 rgba(50, 197, 255, 0.65);
  131. }
  132. }
  133. }
  134. .uploadBox {
  135. position: fixed;
  136. top: 0px;
  137. left: 0px;
  138. width: 100%;
  139. height: 100%;
  140. background-color: rgba(255, 255, 255, 0);
  141. z-index: 999;
  142. .upload {
  143. position: absolute;
  144. left: 0rpx;
  145. right: 0rpx;
  146. top: 30%;
  147. margin: auto;
  148. width: 293rpx;
  149. height: 293rpx;
  150. border-radius: 30rpx;
  151. color: white;
  152. background-color: rgba(0, 0, 0, 0.8);
  153. text-align: center;
  154. padding: 0rpx 38rpx;
  155. box-sizing: border-box;
  156. font-size: 30rpx;
  157. .speed {
  158. margin-top: 70rpx;
  159. }
  160. .speedProgress {
  161. border-radius: 50rpx;
  162. overflow: hidden;
  163. margin: 18rpx 0rpx 60rpx;
  164. }
  165. }
  166. }
  167. .successBox {
  168. background-color: rgba(0, 0, 0, 0.438);
  169. .success {
  170. background-color: white;
  171. width: 558rpx;
  172. height: 520rpx;
  173. position: absolute;
  174. left: 0rpx;
  175. right: 0rpx;
  176. top: 0rpx;
  177. bottom: 0px;
  178. margin: auto;
  179. border-radius: 30rpx;
  180. background-color: white;
  181. font-size: 30rpx;
  182. padding: 35rpx;
  183. box-sizing: border-box;
  184. text-align: center;
  185. font-size: 36rpx;
  186. .icon {
  187. width: 100rpx;
  188. height: 100rpx;
  189. }
  190. .tips1 {
  191. margin: 16rpx 0rpx 34rpx;
  192. }
  193. .tips2 {
  194. margin-bottom: 15rpx;
  195. }
  196. .shareBtn {
  197. width: 280rpx;
  198. margin: 60rpx auto 0rpx;
  199. padding: 14rpx 0rpx;
  200. color: white;
  201. background-image: linear-gradient(270deg, #FC5556 0%, #F84041 100%, #14C962 100%);
  202. box-shadow: 0 6rpx 14rpx 0 rgba(251, 79, 80, 0.76);
  203. border-radius: 40rpx;
  204. }
  205. }
  206. }