contentDetail.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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: 26px;
  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: 20px;
  34. }
  35. .test-time {
  36. text-align: center;
  37. margin-top: 10px;
  38. font-size: 14px;
  39. margin-bottom: 20px;
  40. }
  41. .yj-icon {
  42. width: 77px;
  43. height: 81px;
  44. margin: 76px auto 0;
  45. }
  46. .yj-label {
  47. text-align: center;
  48. font-size: 18px;
  49. margin-top: 18px;
  50. }
  51. .chufen-number{
  52. color: #F45D44;
  53. font-size: 46px;
  54. margin: 76px auto 0;
  55. text-align: center;
  56. }
  57. .score {
  58. justify-content: center;
  59. margin-top: 30px;
  60. margin-bottom: 60px;
  61. padding-left: 30px;
  62. }
  63. .score-label{
  64. font-size: 16px;
  65. color: #999999;
  66. }
  67. .score-value{
  68. font-size: 24px;
  69. color: #1AA1E6;
  70. margin-top: 20px;
  71. }
  72. .line{
  73. width: 1px;
  74. height: 57px;
  75. color: #DEDEDE;
  76. background-color: #DEDEDE;
  77. margin: 0 30px;
  78. }
  79. .back-btn{
  80. width: 190px;
  81. height: 46px;
  82. background: #F5F5F5;
  83. border-radius: 50px 50px 50px 50px;
  84. opacity: 1;
  85. font-size: 14px;
  86. justify-content: center;
  87. margin:200px auto 0;
  88. }
  89. .back-btn image{
  90. width: 19px;
  91. height: 15px;
  92. margin-right: 10px;
  93. }
  94. .test-info {
  95. width: 280px;
  96. flex-direction: column;
  97. margin-left: 30px;
  98. }
  99. /* 考试信息 */
  100. .test-people {
  101. width: 100%;
  102. background-color: #FFFFFF;
  103. padding: 12px 11px;
  104. box-sizing: border-box;
  105. }
  106. .test-people image {
  107. width: 80px;
  108. height: 89px;
  109. margin-right: 19px;
  110. }
  111. .test-people-info {
  112. flex-direction: column;
  113. justify-content: space-between;
  114. font-size: 14px;
  115. flex: 1;
  116. align-items: flex-start;
  117. }
  118. .test-people-label {
  119. color: #999999;
  120. line-height: 36px;
  121. margin-right: 8px;
  122. }
  123. /* 考试公告 */
  124. .note-box {
  125. width: 100%;
  126. background-color: #FFFFFF;
  127. padding: 20px;
  128. box-sizing: border-box;
  129. margin-bottom: 20px;
  130. }
  131. .note-title {
  132. margin-bottom: 18px;
  133. font-size: 16px;
  134. }
  135. .note-title-icon {
  136. width: 18px;
  137. height: 18px;
  138. margin-right: 10px;
  139. }
  140. .note-item {
  141. justify-content: space-between;
  142. font-size: 12px;
  143. font-weight: 400;
  144. line-height: 30px;
  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: 10px;
  155. }
  156. .note-item-content:hover {
  157. text-decoration: underline #666666;
  158. }
  159. .note-item-date {
  160. color: #999999;
  161. }