|
@@ -140,40 +140,6 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- // 客观题强调标记
|
|
|
- .elem-fill-question {
|
|
|
- &::before {
|
|
|
- content: "";
|
|
|
- position: absolute;
|
|
|
- right: 0;
|
|
|
- top: 0;
|
|
|
- z-index: 99;
|
|
|
- color: #fff;
|
|
|
- padding: 6px 10px;
|
|
|
- line-height: 1;
|
|
|
- font-size: 18px;
|
|
|
- border-bottom-left-radius: 10px;
|
|
|
- }
|
|
|
- }
|
|
|
- .elem-fill-question-simple {
|
|
|
- &::before {
|
|
|
- content: "单选";
|
|
|
- background-color: mix(#fff, $--color-success, 20%);
|
|
|
- }
|
|
|
- }
|
|
|
- .elem-fill-question-multiply {
|
|
|
- &::before {
|
|
|
- content: "多选";
|
|
|
- background-color: $--color-primary-light;
|
|
|
- }
|
|
|
- }
|
|
|
- .elem-fill-question-boolean {
|
|
|
- &::before {
|
|
|
- content: "判断";
|
|
|
- background-color: mix(#fff, $--color-warning, 20%);
|
|
|
- }
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
// page-main-outer
|