|
@@ -108,7 +108,6 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
.ezy-shiti-question{
|
|
.ezy-shiti-question{
|
|
margin: 24rpx 0 42rpx;font-size: 32rpx;color: #333;line-height: 1.6;padding: 0 10rpx;box-sizing: border-box;
|
|
margin: 24rpx 0 42rpx;font-size: 32rpx;color: #333;line-height: 1.6;padding: 0 10rpx;box-sizing: border-box;
|
|
text-align: justify;word-wrap: break-word;word-break: break-all;display: block;@include ezy-rich-text;
|
|
text-align: justify;word-wrap: break-word;word-break: break-all;display: block;@include ezy-rich-text;
|
|
- li{margin: 12rpx 0;}
|
|
|
|
}
|
|
}
|
|
/***** 单选题 *****/
|
|
/***** 单选题 *****/
|
|
.ezy-danxuan-box{
|
|
.ezy-danxuan-box{
|
|
@@ -167,12 +166,19 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
background-image: url("@/static/images/exam/panduan-title.png");@include ezy-no-repeat-cover;
|
|
background-image: url("@/static/images/exam/panduan-title.png");@include ezy-no-repeat-cover;
|
|
}
|
|
}
|
|
.tiankong-input {width: 50px;height: 32rpx;border: 1px solid #999;}
|
|
.tiankong-input {width: 50px;height: 32rpx;border: 1px solid #999;}
|
|
- // .tiankong-input.showError{position: relative;}
|
|
|
|
.tk-input-box{display: inline-block;position: relative;font-size: 0;}
|
|
.tk-input-box{display: inline-block;position: relative;font-size: 0;}
|
|
|
|
+ .tiankong-input{text-align: center;}
|
|
|
|
+ .tiankong-input.showError{color: #ff5757;}
|
|
|
|
+ .tiankong-input.active_right{color: green;}
|
|
.tk-input-box.showError::after{
|
|
.tk-input-box.showError::after{
|
|
content: '';width: 30rpx;height: 30rpx;display: block;position: absolute;top: -12rpx;right: -6rpx;
|
|
content: '';width: 30rpx;height: 30rpx;display: block;position: absolute;top: -12rpx;right: -6rpx;
|
|
background-image: url("@/static/images/exam/option-error-img.png");@include ezy-no-repeat-cover;
|
|
background-image: url("@/static/images/exam/option-error-img.png");@include ezy-no-repeat-cover;
|
|
}
|
|
}
|
|
|
|
+ .tk-input-box.active_right::after{
|
|
|
|
+ content: '';width: 30rpx;height: 30rpx;display: block;position: absolute;top: -12rpx;right: -6rpx;
|
|
|
|
+ background-image: url("@/static/images/exam/option-right-img.png");@include ezy-no-repeat-cover;
|
|
|
|
+ }
|
|
|
|
+ .ezy-shiti-question li{margin: 20rpx 0;}
|
|
}
|
|
}
|
|
|
|
|
|
/***** 试题白色的框 *****/
|
|
/***** 试题白色的框 *****/
|