index.less 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  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. .btn {
  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. .btn2 {
  133. background-color: #F84041;
  134. box-shadow: 0 6rpx 14rpx 0 rgba(251, 79, 80, 0.76);
  135. }
  136. }
  137. }
  138. .uploadBox {
  139. position: fixed;
  140. top: 0px;
  141. left: 0px;
  142. width: 100%;
  143. height: 100%;
  144. background-color: rgba(255, 255, 255, 0);
  145. z-index: 999;
  146. .upload {
  147. position: absolute;
  148. left: 0rpx;
  149. right: 0rpx;
  150. top: 30%;
  151. margin: auto;
  152. width: 293rpx;
  153. height: 293rpx;
  154. border-radius: 30rpx;
  155. color: white;
  156. background-color: rgba(0, 0, 0, 0.8);
  157. text-align: center;
  158. padding: 0rpx 38rpx;
  159. box-sizing: border-box;
  160. font-size: 30rpx;
  161. .speed {
  162. margin-top: 70rpx;
  163. }
  164. .speedProgress {
  165. border-radius: 50rpx;
  166. overflow: hidden;
  167. margin: 18rpx 0rpx 60rpx;
  168. }
  169. }
  170. }
  171. .successBox {
  172. background-color: rgba(0, 0, 0, 0.438);
  173. .success {
  174. background-color: white;
  175. width: 558rpx;
  176. height: 520rpx;
  177. position: absolute;
  178. left: 0rpx;
  179. right: 0rpx;
  180. top: 0rpx;
  181. bottom: 0px;
  182. margin: auto;
  183. border-radius: 30rpx;
  184. background-color: white;
  185. font-size: 30rpx;
  186. padding: 35rpx;
  187. box-sizing: border-box;
  188. text-align: center;
  189. font-size: 36rpx;
  190. .icon {
  191. width: 100rpx;
  192. height: 100rpx;
  193. }
  194. .tips1 {
  195. margin: 16rpx 0rpx 34rpx;
  196. }
  197. .tips2 {
  198. margin-bottom: 15rpx;
  199. }
  200. .shareBtn {
  201. width: 280rpx;
  202. margin: 60rpx auto 0rpx;
  203. padding: 14rpx 0rpx;
  204. color: white;
  205. background-image: linear-gradient(270deg, #FC5556 0%, #F84041 100%, #14C962 100%);
  206. box-shadow: 0 6rpx 14rpx 0 rgba(251, 79, 80, 0.76);
  207. border-radius: 40rpx;
  208. }
  209. }
  210. }