scoreQuery.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. .project {
  2. height: 0.7rem;
  3. line-height: 0.7rem;
  4. background: #1AA1E6;
  5. font-size: 0.24rem;
  6. color: #FFFFFF;
  7. font-weight: bold;
  8. }
  9. .project-content {
  10. margin: 0.38rem 0;
  11. justify-content: center;
  12. align-items: stretch;
  13. }
  14. /* 考试 */
  15. .test-box {
  16. width: 8.9rem;
  17. /* min-height: 8.12rem;
  18. */
  19. background: #FFFFFF;
  20. border-radius: 0rem 0rem 0rem 0rem;
  21. opacity: 1;
  22. border: 0.03rem solid #FFFFFF;
  23. position: relative;
  24. padding: 0.3rem;
  25. box-sizing: border-box;
  26. }
  27. .test-title {
  28. font-size: 0.3rem;
  29. font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  30. font-weight: bold;
  31. color: #333333;
  32. line-height: 0.36rem;
  33. text-align: center;
  34. margin-top: 0.3rem;
  35. }
  36. .test-time {
  37. text-align: center;
  38. margin-top: 0.1rem;
  39. font-size: 0.14rem;
  40. }
  41. .yj-icon {
  42. width: 0.77rem;
  43. height: 0.81rem;
  44. margin: 0.76rem auto 0;
  45. }
  46. .yj-label {
  47. text-align: center;
  48. font-size: 0.18rem;
  49. margin-top: 0.18rem;
  50. }
  51. .chufen-number{
  52. color: #F45D44;
  53. font-size: 0.46rem;
  54. margin: 0.76rem auto 0;
  55. text-align: center;
  56. }
  57. .score {
  58. justify-content: center;
  59. margin-top: 0.3rem;
  60. margin-bottom: 0.6rem;
  61. padding-left: 0.3rem;
  62. }
  63. .score-label{
  64. font-size: 0.16rem;
  65. color: #999999;
  66. }
  67. .score-value{
  68. font-size: 0.24rem;
  69. color: #1AA1E6;
  70. margin-top: 0.2rem;
  71. }
  72. .line{
  73. width: 0.01rem;
  74. height: 0.57rem;
  75. color: #DEDEDE;
  76. background-color: #DEDEDE;
  77. margin: 0 0.3rem;
  78. }
  79. .back-btn{
  80. width: 1.9rem;
  81. height: 0.46rem;
  82. background: #F5F5F5;
  83. border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  84. opacity: 1;
  85. font-size: 0.14rem;
  86. justify-content: center;
  87. margin:2rem auto 0;
  88. }
  89. .back-btn image{
  90. width: 0.19rem;
  91. height: 0.15rem;
  92. margin-right: 0.1rem;
  93. }
  94. .test-info {
  95. width: 2.8rem;
  96. flex-direction: column;
  97. margin-left: 0.3rem;
  98. }
  99. /* 考试信息 */
  100. .test-people {
  101. width: 100%;
  102. background-color: #FFFFFF;
  103. padding: 0.12rem 0.11rem;
  104. box-sizing: border-box;
  105. }
  106. .test-people image {
  107. width: 0.8rem;
  108. height: 0.89rem;
  109. margin-right: 0.19rem;
  110. }
  111. .test-people-info {
  112. flex-direction: column;
  113. justify-content: space-between;
  114. font-size: 0.14rem;
  115. flex: 1;
  116. align-items: flex-start;
  117. }
  118. .test-people-label {
  119. color: #999999;
  120. line-height: 0.36rem;
  121. margin-right: 0.08rem;
  122. }
  123. /* 考试公告 */
  124. .note-box {
  125. width: 100%;
  126. background-color: #FFFFFF;
  127. padding: 0.2rem;
  128. box-sizing: border-box;
  129. margin-top: 0.2rem;
  130. }
  131. .note-title {
  132. margin-bottom: 0.18rem;
  133. font-size: 0.16rem;
  134. }
  135. .note-title-icon {
  136. width: 0.18rem;
  137. height: 0.18rem;
  138. margin-right: 0.1rem;
  139. }
  140. .note-item {
  141. justify-content: space-between;
  142. font-size: 0.12rem;
  143. font-weight: 400;
  144. line-height: 0.3rem;
  145. font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  146. cursor: pointer;
  147. }
  148. .note-item-content {
  149. color: #666666;
  150. flex: 1;
  151. overflow: hidden;
  152. text-overflow: ellipsis;
  153. white-space: nowrap;
  154. margin-right: 0.1rem;
  155. }
  156. .note-item-content:hover {
  157. text-decoration: underline #666666;
  158. }
  159. .note-item-date {
  160. color: #999999;
  161. }