| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180 |
- .project {
- height: 70px;
- line-height: 70px;
- background: #1AA1E6;
- font-size: 24px;
- color: #FFFFFF;
- font-weight: bold;
- }
- .project-content {
- margin: 38px 0;
- justify-content: center;
- align-items: stretch;
- }
- /* 考试 */
- .test-box {
- width: 890px;
- /* min-height: 812px; */
- background: #FFFFFF;
- border-radius: 0px 0px 0px 0px;
- opacity: 1;
- border: 3px solid #FFFFFF;
- position: relative;
- padding: 30px;
- box-sizing: border-box;
- }
- .test-title {
- font-size: 26px;
- font-family: Source Han Sans CN-Bold, Source Han Sans CN;
- font-weight: bold;
- color: #333333;
- line-height: 36px;
- text-align: center;
- margin-top: 20px;
- }
- .test-time {
- text-align: center;
- margin-top: 10px;
- font-size: 14px;
- margin-bottom: 20px;
- }
- .yj-icon {
- width: 77px;
- height: 81px;
- margin: 76px auto 0;
- }
- .yj-label {
- text-align: center;
- font-size: 18px;
- margin-top: 18px;
- }
- .chufen-number{
- color: #F45D44;
- font-size: 46px;
- margin: 76px auto 0;
- text-align: center;
- }
- .score {
- justify-content: center;
- margin-top: 30px;
- margin-bottom: 60px;
- padding-left: 30px;
- }
- .score-label{
- font-size: 16px;
- color: #999999;
- }
- .score-value{
- font-size: 24px;
- color: #1AA1E6;
- margin-top: 20px;
- }
- .line{
- width: 1px;
- height: 57px;
- color: #DEDEDE;
- background-color: #DEDEDE;
- margin: 0 30px;
- }
- .back-btn{
- width: 190px;
- height: 46px;
- background: #F5F5F5;
- border-radius: 50px 50px 50px 50px;
- opacity: 1;
- font-size: 14px;
- justify-content: center;
- margin:200px auto 0;
- }
- .back-btn image{
- width: 19px;
- height: 15px;
- margin-right: 10px;
- }
- .test-info {
- width: 280px;
- flex-direction: column;
- margin-left: 30px;
- }
- /* 考试信息 */
- .test-people {
- width: 100%;
- background-color: #FFFFFF;
- padding: 12px 11px;
- box-sizing: border-box;
- }
- .test-people image {
- width: 80px;
- height: 89px;
- margin-right: 19px;
- }
- .test-people-info {
- flex-direction: column;
- justify-content: space-between;
- font-size: 14px;
- flex: 1;
- align-items: flex-start;
- }
- .test-people-label {
- color: #999999;
- line-height: 36px;
- margin-right: 8px;
- }
- /* 考试公告 */
- .note-box {
- width: 100%;
- background-color: #FFFFFF;
- padding: 20px;
- box-sizing: border-box;
- margin-bottom: 20px;
- }
- .note-title {
- margin-bottom: 18px;
- font-size: 16px;
- }
- .note-title-icon {
- width: 18px;
- height: 18px;
- margin-right: 10px;
- }
- .note-item {
- justify-content: space-between;
- font-size: 12px;
- font-weight: 400;
- line-height: 30px;
- font-family: Source Han Sans CN-Regular, Source Han Sans CN;
- cursor: pointer;
- }
- .note-item-content {
- color: #666666;
- flex: 1;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- margin-right: 10px;
- }
- .note-item-content:hover {
- text-decoration: underline #666666;
- }
- .note-item-date {
- color: #999999;
- }
|