score.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. /* pages/contest/score/score.wxss */
  2. page {
  3. background: #fff;
  4. }
  5. .bg {
  6. position: fixed;
  7. background: transparent;
  8. width: 100%;
  9. height: 100vh;
  10. top: 0;
  11. z-index: 0;
  12. }
  13. .content {
  14. width: 100%;
  15. height: 100vh;
  16. position: relative;
  17. z-index: 9;
  18. display: flex;
  19. justify-content: center;
  20. align-items: center;
  21. }
  22. .kuang {
  23. width: 730rpx;
  24. position: absolute;
  25. background: transparent;
  26. z-index: 9;
  27. }
  28. .detail {
  29. position: relative;
  30. z-index: 9;
  31. display: flex;
  32. flex-direction: column;
  33. align-items: center;
  34. height: 970rpx;
  35. }
  36. .title {
  37. font-weight: bold;
  38. font-size: 36rpx;
  39. color: #161616;
  40. margin-top: 124rpx;
  41. }
  42. .score {
  43. margin-top: 52rpx;
  44. position: relative;
  45. width: 670rpx;
  46. height: 266rpx;
  47. }
  48. .score-bg {
  49. width: 670rpx;
  50. height: 266rpx;
  51. position: absolute;
  52. background: transparent;
  53. z-index: 1;
  54. }
  55. .score-text {
  56. position: relative;
  57. z-index: 9;
  58. display: flex;
  59. justify-content: center;
  60. align-items: flex-end;
  61. margin-top: 70rpx;
  62. font-size: 28rpx;
  63. font-weight: 500;
  64. color: #FFFFFF;
  65. }
  66. .score-num {
  67. font-size: 72rpx;
  68. font-weight: 500;
  69. color: #FFBD92;
  70. line-height: 60rpx;
  71. }
  72. .text {
  73. font-size: 32rpx;
  74. font-weight: 400;
  75. color: #59598D;
  76. margin-top: -20rpx;
  77. }
  78. .ranking {
  79. position: relative;
  80. display: flex;
  81. justify-content: center;
  82. margin-top: 12rpx;
  83. font-size: 52rpx;
  84. font-weight: 500;
  85. color: #FFFFFF;
  86. height: 102rpx;
  87. }
  88. .icon{
  89. position: absolute;
  90. width: 112rpx;
  91. z-index: 1;
  92. }
  93. .ranking > view {
  94. position: relative;
  95. z-index: 10;
  96. margin-top: 10rpx;
  97. }
  98. .button-group {
  99. margin-top: 36rpx;
  100. display: flex;
  101. justify-content: center;
  102. }
  103. button {
  104. background-color: transparent;
  105. padding-left: 0;
  106. padding-right: 0;
  107. line-height:inherit;
  108. }
  109. .button-group > button {
  110. width: 284rpx;
  111. height: 96rpx;
  112. border-radius: 50rpx;
  113. border: 2rpx solid #C7CCF9;
  114. font-weight: 500;
  115. color: #59598D;
  116. font-size: 28rpx;
  117. box-sizing: border-box;
  118. display: flex;
  119. align-items: center;
  120. justify-content: center;
  121. margin: 0 5rpx;
  122. }