|
@@ -630,19 +630,7 @@ export default {
|
|
|
.studentInfo {
|
|
|
margin-top: 12px;
|
|
|
}
|
|
|
- .questions {
|
|
|
- position: relative;
|
|
|
- margin: 12px 12px 24px;
|
|
|
- border-radius: 10px;
|
|
|
- background: #fff;
|
|
|
- overflow: hidden;
|
|
|
- .form-mark {
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 6px;
|
|
|
- z-index: 10;
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
.img-icon {
|
|
|
width: 22px;
|
|
|
height: 22px;
|
|
@@ -771,19 +759,7 @@ export default {
|
|
|
.studentInfo {
|
|
|
margin-top: 12px;
|
|
|
}
|
|
|
- .questions {
|
|
|
- position: relative;
|
|
|
- margin: 12px 12px 24px;
|
|
|
- border-radius: 10px;
|
|
|
- background: #fff;
|
|
|
- overflow: hidden;
|
|
|
- .form-mark {
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 6px;
|
|
|
- z-index: 10;
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
.img-icon {
|
|
|
width: 22px;
|
|
|
height: 22px;
|
|
@@ -911,36 +887,12 @@ export default {
|
|
|
.studentInfo {
|
|
|
margin-top: 12px;
|
|
|
}
|
|
|
- .questions {
|
|
|
- position: relative;
|
|
|
- margin: 12px 12px 24px;
|
|
|
- border-radius: 10px;
|
|
|
- background: #fff;
|
|
|
- overflow: hidden;
|
|
|
- .form-mark {
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 6px;
|
|
|
- z-index: 10;
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
.img-icon {
|
|
|
width: 22px;
|
|
|
height: 22px;
|
|
|
}
|
|
|
- .questions {
|
|
|
- position: relative;
|
|
|
- margin: 12px 12px 24px;
|
|
|
- border-radius: 10px;
|
|
|
- background: #fff;
|
|
|
- overflow: hidden;
|
|
|
- .form-mark {
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 6px;
|
|
|
- z-index: 10;
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
.img-icon {
|
|
|
width: 22px;
|
|
|
height: 22px;
|
|
@@ -1068,19 +1020,7 @@ export default {
|
|
|
.studentInfo {
|
|
|
margin-top: 12px;
|
|
|
}
|
|
|
- .questions {
|
|
|
- position: relative;
|
|
|
- margin: 12px 12px 24px;
|
|
|
- border-radius: 10px;
|
|
|
- background: #fff;
|
|
|
- overflow: hidden;
|
|
|
- .form-mark {
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 6px;
|
|
|
- z-index: 10;
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
.img-icon {
|
|
|
width: 22px;
|
|
|
height: 22px;
|
|
@@ -1165,7 +1105,19 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.questions {
|
|
|
+ position: relative;
|
|
|
+ margin: 0 12px 12px;
|
|
|
+ border-radius: 10px;
|
|
|
+ background: #fff;
|
|
|
+ overflow: hidden;
|
|
|
+ .form-mark {
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 6px;
|
|
|
+ z-index: 10;
|
|
|
+ }
|
|
|
.van-cell--borderless {
|
|
|
// padding-bottom: 0;
|
|
|
&::after {
|
|
@@ -1225,4 +1177,7 @@ export default {
|
|
|
.noLine {
|
|
|
padding: 10px 28px 16px;
|
|
|
}
|
|
|
+/deep/.van-checkbox__icon,/deep/.van-radio__icon {
|
|
|
+ padding: 1px;
|
|
|
+}
|
|
|
</style>
|