score.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. /* pages/contest/score/score.wxss */
  2. page {
  3. background: #fff;
  4. }
  5. .home {
  6. width: 40rpx;
  7. height: 40rpx;
  8. position: absolute;
  9. top: 70rpx;
  10. left: 50rpx;
  11. z-index: 99;
  12. }
  13. .page-title {
  14. position: absolute;
  15. z-index: 1;
  16. width: 100%;
  17. font-size: 32rpx;
  18. font-weight: 400;
  19. color: #FFFFFF;
  20. top: 68rpx;
  21. text-align: center;
  22. }
  23. .bg {
  24. position: fixed;
  25. background: transparent;
  26. width: 100%;
  27. height: 100vh;
  28. top: 0;
  29. z-index: 0;
  30. }
  31. .content {
  32. width: 100%;
  33. height: 100vh;
  34. position: relative;
  35. z-index: 9;
  36. display: flex;
  37. justify-content: center;
  38. align-items: center;
  39. }
  40. .kuang {
  41. width: 730rpx;
  42. position: absolute;
  43. background: transparent;
  44. z-index: 9;
  45. }
  46. .detail {
  47. position: relative;
  48. z-index: 9;
  49. display: flex;
  50. flex-direction: column;
  51. align-items: center;
  52. height: 970rpx;
  53. }
  54. .title {
  55. font-weight: bold;
  56. font-size: 36rpx;
  57. color: #161616;
  58. margin-top: 54rpx;
  59. }
  60. .score {
  61. margin-top: 52rpx;
  62. position: relative;
  63. width: 670rpx;
  64. height: 266rpx;
  65. }
  66. .score-bg {
  67. width: 670rpx;
  68. height: 266rpx;
  69. position: absolute;
  70. background: transparent;
  71. z-index: 1;
  72. }
  73. .score-text {
  74. position: relative;
  75. z-index: 9;
  76. display: flex;
  77. justify-content: center;
  78. align-items: flex-end;
  79. margin-top: 70rpx;
  80. font-size: 28rpx;
  81. font-weight: 500;
  82. color: #FFFFFF;
  83. }
  84. .score-num {
  85. font-size: 72rpx;
  86. font-weight: 500;
  87. color: #FFBD92;
  88. line-height: 60rpx;
  89. }
  90. .text {
  91. font-size: 32rpx;
  92. font-weight: 400;
  93. color: #59598D;
  94. margin-top: -20rpx;
  95. }
  96. .ranking {
  97. position: relative;
  98. display: flex;
  99. justify-content: center;
  100. margin-top: 12rpx;
  101. font-size: 52rpx;
  102. font-weight: 500;
  103. color: #FFFFFF;
  104. height: 102rpx;
  105. }
  106. .icon{
  107. position: absolute;
  108. width: 112rpx;
  109. z-index: 1;
  110. }
  111. .ranking > view {
  112. position: relative;
  113. z-index: 10;
  114. margin-top: 10rpx;
  115. }
  116. .button-group {
  117. margin-top: 36rpx;
  118. /* display: flex; */
  119. /* justify-content: center; */
  120. }
  121. .button-group .button-icon {
  122. width: 44rpx;
  123. height: 44rpx;
  124. margin: 0 28rpx 0 40rpx;
  125. }
  126. .share-icon {
  127. width: 34rpx;
  128. height: 34rpx;
  129. margin: 0 32rpx 0 45rpx;
  130. }
  131. .arrow-icon {
  132. width: 20rpx;
  133. height: 20rpx;
  134. border-bottom: 4rpx solid #9BA4A6;
  135. border-right: 4rpx solid #9BA4A6;
  136. transform: rotate(-45deg);
  137. position: absolute;
  138. right: 40rpx;
  139. }
  140. .button-group button {
  141. width: 650rpx;
  142. height: 120rpx;
  143. display: flex;
  144. align-items: center;
  145. font-weight: 400;
  146. color: #000000;
  147. font-size: 32rpx;
  148. position: relative;
  149. }
  150. button {
  151. background-color: transparent;
  152. padding-left: 0;
  153. padding-right: 0;
  154. border-radius: 0;
  155. line-height:inherit;
  156. }
  157. button::after {
  158. border: 0;
  159. border-bottom: 2rpx solid #EAEFF2;
  160. }
  161. /* .button-group > button {
  162. width: 284rpx;
  163. height: 96rpx;
  164. border-radius: 50rpx;
  165. border: 2rpx solid #C7CCF9;
  166. font-weight: 500;
  167. color: #59598D;
  168. font-size: 28rpx;
  169. box-sizing: border-box;
  170. display: flex;
  171. align-items: center;
  172. justify-content: center;
  173. margin: 0 5rpx;
  174. } */