123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- .exam-page {
- background: white;
- }
- .view-wrap {
- position: fixed;
- width: 100%;
- background: #fff6f6;
- text-align: center;
- height: 35px;
- z-index: 999;
- }
- .view-wrap-hidden {
- height: 15px;
- }
- .exam-name-title {
- text-align: center;
- margin-top: 5px;
- font-size: 20px;
- }
- .exam-result {
- text-align: center;
- margin-top: 20rpx;
- font-size: 15px;
- padding-bottom: 20rpx;
- }
- .exam-result-detail {
- margin-left: 25px;
- }
- .exam-panel-title {
- margin-top: 20px;
- }
- .exam-radio-item-label {
- float: left;
- margin-left: 10px;
- line-height: 35px;
- }
- .exam-item-left {
- float: left;
- }
- .item-content-selected {
- color: #409eff;
- }
- .exam-input-contain {
- margin: 10px 2px !important;
- border-width: 1px;
- border-color: #dddee1;
- border-style: solid;
- width: 95%;
- height: 40px;
- }
- .exam-input-contain-label {
- float: left;
- padding: 0px 15px;
- line-height: 40px;
- }
- .exam-input-contain-content {
- float: left;
- height: 40px;
- }
- .exam-textarea-contain {
- margin: 10px 2px !important;
- border-width: 1px;
- border-color: #dddee1;
- border-style: solid;
- width: 100%;
- }
- .exam-timeout-title {
- font-size: 16px;
- color: red;
- margin-top: 10px;
- margin-bottom: 20px;
- }
- .gapfilling-span {
- color: red;
- padding: 0px 30px;
- margin: 0px 5px;
- border-bottom: 3px double red;
- }
- .ueditor-p {
- display: inline !important;
- }
- .question-answer-result {
- text-align: center;
- height: 28px;
- width: 60px;
- line-height: 26px;
- display: inline-block;
- }
- .question-answer-error {
- background-color: #fef0f0;
- border-color: #fde2e2;
- color: #f56c6c;
- }
- .question-answer-right {
- background-color: #f0f9eb;
- border-color: #e1f3d8;
- color: #67c23a;
- }
- .question-answer-judge {
- background-color: #fdf6ec;
- border-color: #faecd8;
- color: #e6a23c;
- }
- .exam-clear {
- clear: both;
- margin-left: 30rpx;
- }
- .exam-extend-item {
- padding: 4px;
- }
- .exam-item-rate {
- line-height: 0px;
- }
|