.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: 30px; font-family: Source Han Sans CN-Bold, Source Han Sans CN; font-weight: bold; color: #333333; line-height: 36px; text-align: center; margin-bottom: 30px; } .test-time { text-align: center; margin-top: 10px; font-size: 14px; } .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-top: 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; padding: 0 10px; } .note-item-content:hover { text-decoration: underline #666666; background-color: #ededed; } .note-item-date { color: #999999; }