| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- .project {
- height: 0.7rem;
- line-height: 0.7rem;
- background: #1AA1E6;
- font-size: 0.24rem;
- color: #FFFFFF;
- font-weight: bold;
- }
- .project-content {
- margin: 0.38rem 0;
- justify-content: center;
- align-items: stretch;
- }
- /* 考试 */
- .test-box {
- width: 8.9rem;
- /* min-height: 8.12rem;
- */
- background: #FFFFFF;
- border-radius: 0rem 0rem 0rem 0rem;
- opacity: 1;
- border: 0.03rem solid #FFFFFF;
- position: relative;
- padding: 0.3rem;
- box-sizing: border-box;
- }
- .test-title {
- font-size: 0.3rem;
- font-family: Source Han Sans CN-Bold, Source Han Sans CN;
- font-weight: bold;
- color: #333333;
- line-height: 0.36rem;
- text-align: center;
- margin-top: 0.3rem;
- }
- .test-time {
- text-align: center;
- margin-top: 0.1rem;
- font-size: 0.14rem;
- }
- .yj-icon {
- width: 0.77rem;
- height: 0.81rem;
- margin: 0.76rem auto 0;
- }
- .yj-label {
- text-align: center;
- font-size: 0.18rem;
- margin-top: 0.18rem;
- }
- .chufen-number{
- color: #F45D44;
- font-size: 0.46rem;
- margin: 0.76rem auto 0;
- text-align: center;
- }
- .score {
- justify-content: center;
- margin-top: 0.3rem;
- margin-bottom: 0.6rem;
- padding-left: 0.3rem;
- }
- .score-label{
- font-size: 0.16rem;
- color: #999999;
- }
- .score-value{
- font-size: 0.24rem;
- color: #1AA1E6;
- margin-top: 0.2rem;
- }
- .line{
- width: 0.01rem;
- height: 0.57rem;
- color: #DEDEDE;
- background-color: #DEDEDE;
- margin: 0 0.3rem;
- }
- .back-btn{
- width: 1.9rem;
- height: 0.46rem;
- background: #F5F5F5;
- border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
- opacity: 1;
- font-size: 0.14rem;
- justify-content: center;
- margin:2rem auto 0;
- }
- .back-btn image{
- width: 0.19rem;
- height: 0.15rem;
- margin-right: 0.1rem;
- }
- .test-info {
- width: 2.8rem;
- flex-direction: column;
- margin-left: 0.3rem;
- }
- /* 考试信息 */
- .test-people {
- width: 100%;
- background-color: #FFFFFF;
- padding: 0.12rem 0.11rem;
- box-sizing: border-box;
- }
- .test-people image {
- width: 0.8rem;
- height: 0.89rem;
- margin-right: 0.19rem;
- }
- .test-people-info {
- flex-direction: column;
- justify-content: space-between;
- font-size: 0.14rem;
- flex: 1;
- align-items: flex-start;
- }
- .test-people-label {
- color: #999999;
- line-height: 0.36rem;
- margin-right: 0.08rem;
- }
- /* 考试公告 */
- .note-box {
- width: 100%;
- background-color: #FFFFFF;
- padding: 0.2rem;
- box-sizing: border-box;
- margin-top: 0.2rem;
- }
- .note-title {
- margin-bottom: 0.18rem;
- font-size: 0.16rem;
- }
- .note-title-icon {
- width: 0.18rem;
- height: 0.18rem;
- margin-right: 0.1rem;
- }
- .note-item {
- justify-content: space-between;
- font-size: 0.12rem;
- font-weight: 400;
- line-height: 0.3rem;
- 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: 0.1rem;
- }
- .note-item-content:hover {
- text-decoration: underline #666666;
- }
- .note-item-date {
- color: #999999;
- }
-
|