| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342 |
- .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-box-title{
- font-size: 18px;
- }
- .test-question-box{
- margin-top: 30px;
- }
- .test-question{
- font-size: 18px;
- }
- .short{
- height: 300px;
- border-radius: 10px;
- margin-top: 20px;
- border: 1px solid #C4C4C4;
- }
- .text-ans{
- width: 100%;
- height: 100%;
- font-size: 16px;
- color: #333;
- padding: 20px;
- box-sizing: border-box;
- }
- .placeholder{
- color: #C4C4C4;
- }
- .test-question-answer{
- margin-top: 20px;
- }
- .answer-item{
- margin-top: 20px;
- cursor: pointer;
- }
- .answer-checked{
- width: 24px;
- height: 24px;
- background: #0BBE2F;
- opacity: 1;
- border: 2px solid #0BBE2F;
- border-radius: 100%;
- margin-right: 20px;
- }
- .answer-unchecked{
- width: 24px;
- height: 24px;
- opacity: 1;
- border: 2px solid #999999;
- border-radius: 100%;
- margin-right: 20px;
- }
- .answer-text{
- font-size: 18px;
- }
- .test-btn-group{
- position: absolute;
- bottom: 40px;
- right: 70px;
- }
- .test-btn{
- width: 150px;
- height: 42px;
- line-height: 42px;
- text-align: center;
- background: #FFFFFF;
- border-radius: 6px 6px 6px 6px;
- opacity: 1;
- border: 1px solid #707070;
- margin-left: 60px;
- cursor: pointer;
- }
- .test-info{
- width: 280px;
- flex-direction: column;
- justify-content: space-between;
- 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;
- }
- /* 考试倒计时 */
- .test-date{
- width: 100%;
- background-color: #FFFFFF;
- padding: 30px;
- box-sizing: border-box;
- margin-top: 20px;
- }
- .test-date-title{
- text-align: center;
- font-size: 12px;
- font-family: Source Han Sans CN-Regular, Source Han Sans CN;
- font-weight: 400;
- color: #666666;
- }
- .test-date-group{
- margin: 14px auto 0;
- justify-content: center;
- }
- .test-date-item{
- width: 35px;
- height: 35px;
- line-height: 35px;
- background: #FF0000;
- border-radius: 2px 2px 2px 2px;
- color: #fff;
- text-align: center;
- font-size: 24px;
- }
- .test-date-symbol{
- font-size: 24px;
- font-family: Source Han Sans CN-Regular, Source Han Sans CN;
- font-weight: 400;
- color: #B7B7B7;
- margin: 0 5px;
- }
- /* 答题卡 */
- .test-answer{
- width: 100%;
- background-color: #FFFFFF;
- padding: 30px;
- box-sizing: border-box;
- margin-top: 20px;
- position: relative;
- }
- .test-answer-title{
- font-size: 18px;
- font-family: Source Han Sans CN-Bold, Source Han Sans CN;
- font-weight: bold;
- color: #333333;
- text-align: center;
- }
- .test-answer-info{
- margin: 20px 0;
- color: #B7B7B7;
- font-size: 14px;
- justify-content: center;
- }
- .test-answer-info-symbol{
- width: 1px;
- height: 14px;
- background-color: #B7B7B7;
- margin: 0 10px;
- }
- .test-answer-box{
- flex-wrap: wrap;
- padding-bottom: 30px;
- border-bottom: 1px solid #EBEBEB;
- }
- .test-answer-item{
- width: 34px;
- height: 24px;
- line-height: 24px;
- background: #FFFFFF;
- border-radius: 5px 5px 5px 5px;
- opacity: 1;
- border: 1px solid #999999;
- color: #999999;
- text-align: center;
- font-size: 14px;
- margin-right: 8px;
- margin-bottom: 10px;
- cursor: pointer;
- }
- .test-answer-item:nth-child(5n+5){
- margin-right: 0px;
- }
- .test-answer-item-curActive{
- border: 1px solid #333;
- color: #333;
- }
- .test-answer-item-active{
- border: 1px solid #0BBE2F;
- color: #0BBE2F;
- }
- .test-answer-number{
- justify-content: space-between;
- font-size: 12px;
- color: #999999;
- margin-top: 10px;
- }
- .test-isanswer{
- width: 15px;
- height: 15px;
- border-radius: 2px 2px 2px 2px;
- opacity: 1;
- border: 1px solid #0BBE2F;
- margin-right: 10px;
- }
- .test-unanswer{
- width: 15px;
- height: 15px;
- background: #FFFFFF;
- border-radius: 2px 2px 2px 2px;
- opacity: 1;
- border: 1px solid #C7C7C7;
- margin-right: 10px;
- }
- .submit-btn{
- width: 220px;
- height: 42px;
- line-height: 42px;
- background: #F45D44;
- border-radius: 6px 6px 6px 6px;
- opacity: 1;
- color: #fff;
- text-align: center;
- font-size: 16px;
- position: absolute;
- bottom:40px;
- }
- /* 弹窗 */
- .popup-box{
- width: 722px;
- min-height: 326px;
- background: #FFFFFF;
- box-shadow: 0px 0px 10px 1px rgba(81,0,0,0.1);
- border-radius: 6px 6px 6px 6px;
- opacity: 1;
- border: 3px solid #FFFFFF;
- }
- .popup-top{
- height: 65px;
- line-height: 65px;
- padding: 0 25px 0 17px;
- border-bottom: 1px solid #EBEBEB;
- font-size: 14px;
- justify-content: space-between;
- }
- .popup-top image{
- width: 29px;
- height: 29px;
- cursor: pointer;
- }
- .popup-content{
- text-align: center;
- font-size: 16px;
- margin-top: 55px;
- }
- .popup-bottom{
- margin-top: 60px;
- justify-content: center;
- }
- .popup-btn1{
- width: 146px;
- height: 42px;
- line-height: 42px;
- border-radius: 21px 21px 21px 21px;
- opacity: 1;
- border: 1px solid #999999;
- text-align: center;
- cursor: pointer;
- }
- .popup-btn2{
- width: 146px;
- height: 42px;
- line-height: 42px;
- border-radius: 21px 21px 21px 21px;
- opacity: 1;
- border: 1px solid #DF230F;
- margin-left: 30px;
- text-align: center;
- color: #DF230F;
- cursor: pointer;
- }
- /* 出分 */
- .chufen-title{
- font-size: 24px;
- font-family: Source Han Sans CN-Bold, Source Han Sans CN;
- font-weight: bold;
- color: #333333;
- }
- .chufen-number{
- color: #F45D44;
- font-size: 46px;
- margin-top: 30px;
- }
- .popup-bottom-label{
- font-size: 16px;
- color: #999999;
- }
- .popup-bottom-value{
- font-size: 24px;
- color: #1AA1E6;
- margin-top: 20px;
- }
- .line{
- width: 1px;
- height: 57px;
- color: #DEDEDE;
- background-color: #DEDEDE;
- margin: 0 30px;
- }
|