.subject-exam-title {
|
font-size: 18px;
|
line-height: 25px;
|
padding: 18px 20px;
|
border-bottom: 1px solid #dedede;
|
margin-bottom: 12px;
|
}
|
|
.subject {
|
padding-left: 30px;
|
padding-right: 75px;
|
}
|
|
.subject-content {
|
margin-top: 18px;
|
-webkit-font-smoothing: antialiased;
|
-moz-osx-font-smoothing: grayscale;
|
font-weight: 300;
|
background: #fff;
|
z-index: 1;
|
position: relative;
|
}
|
|
/* 题目 */
|
|
.subject-title {
|
font-size: 18px;
|
line-height: 22px;
|
margin-bottom: 15px;
|
.subject-title-number {
|
display: inline-block;
|
line-height: 22px;
|
}
|
.subject-title-content {
|
// display: inline-block;
|
// margin-bottom: 15px;
|
}
|
}
|
|
.subject-options {
|
margin: 0;
|
padding: 0;
|
list-style: none;
|
> li {
|
position: relative;
|
font-size: 24px;
|
.toggle {
|
opacity: 0;
|
text-align: center;
|
width: 35px;
|
/* auto, since non-WebKit browsers doesn't support input styling */
|
height: auto;
|
position: absolute;
|
top: 0;
|
bottom: 0;
|
margin: auto 0;
|
border: none;
|
/* Mobile Safari */
|
-webkit-appearance: none;
|
appearance: none;
|
}
|
$sizes: 25px;
|
.toggle + label {
|
background-image: url("/img/exam/radus.png");
|
background-repeat: no-repeat;
|
background-position: center left;
|
background-size: $sizes;
|
}
|
.toggle:checked + label {
|
background-size: $sizes;
|
background-image: url("/img/exam/radus-check.png");
|
}
|
label {
|
word-break: break-all;
|
padding: 10px 10px 10px 45px;
|
display: block;
|
line-height: 1;
|
transition: color 0.4s;
|
}
|
/* 选项名称 */
|
.subject-option-prefix {
|
font-size: 16px;
|
}
|
}
|
}
|
|
.subject-answer {
|
padding: 16px;
|
}
|