scoreQuery.css 2.6 KB

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