selectTest.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  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-bottom: 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. padding: 0 10px;
  155. }
  156. .note-item-content:hover {
  157. text-decoration: underline #666666;
  158. background-color: #ededed;
  159. }
  160. .note-item-date {
  161. color: #999999;
  162. }
  163. /* 弹窗 */
  164. .popup-box{
  165. width: 722px;
  166. min-height: 326px;
  167. background: #FFFFFF;
  168. box-shadow: 0px 0px 10px 1px rgba(81,0,0,0.1);
  169. border-radius: 6px 6px 6px 6px;
  170. opacity: 1;
  171. border: 3px solid #FFFFFF;
  172. }
  173. .popup-top{
  174. height: 65px;
  175. line-height: 65px;
  176. padding: 0 25px 0 17px;
  177. border-bottom: 1px solid #EBEBEB;
  178. font-size: 14px;
  179. justify-content: space-between;
  180. }
  181. .popup-top image{
  182. width: 29px;
  183. height: 29px;
  184. cursor: pointer;
  185. }
  186. .popup-content{
  187. text-align: center;
  188. font-size: 16px;
  189. margin-top: 30px;
  190. }
  191. .popup-bottom{
  192. margin-top: 30px;
  193. justify-content: center;
  194. margin-bottom: 30px;
  195. }
  196. .popup-btn1{
  197. width: 146px;
  198. height: 42px;
  199. line-height: 42px;
  200. border-radius: 21px 21px 21px 21px;
  201. opacity: 1;
  202. border: 1px solid #999999;
  203. text-align: center;
  204. cursor: pointer;
  205. }
  206. .popup-btn2{
  207. width: 146px;
  208. height: 42px;
  209. line-height: 42px;
  210. border-radius: 21px 21px 21px 21px;
  211. opacity: 1;
  212. border: 1px solid #DF230F;
  213. margin-left: 30px;
  214. text-align: center;
  215. color: #DF230F;
  216. cursor: pointer;
  217. }