|
@@ -107,7 +107,8 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
/***** 试题---题干 *****/
|
|
|
.ezy-shiti-question{
|
|
|
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{
|
|
@@ -139,11 +140,35 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
width: 100%;line-height:96rpx;border-radius: 8px;margin-bottom: 20rpx;
|
|
|
font-size: 32rpx;color: #333;box-sizing: border-box;padding: 10rpx 24rpx;
|
|
|
}
|
|
|
+ .uni-radio-input{
|
|
|
+ width: 56rpx;height: 56rpx;border: 0;@include ezy-no-repeat-cover();
|
|
|
+ background-image: url("@/static/images/exam/option-bj.png");}
|
|
|
.option-question{display: flex;}
|
|
|
- .option-question.active .uni-radio-input{background-color: #0589e9!important;border-color: #0589e9!important;}
|
|
|
- .option-question.showError .uni-radio-input{background-color: #ff5757!important;border-color: #ff5757!important;}
|
|
|
- .option-question.active_right .uni-radio-input{background-color: #1ac136!important;border-color: #1ac136!important;}
|
|
|
+ .option-question.active .uni-radio-input{
|
|
|
+ background-image: url("@/static/images/exam/option-active-img.png");
|
|
|
+ background-color: transparent!important;
|
|
|
+ svg{display: none;}
|
|
|
+ }
|
|
|
+ .option-question.showError .uni-radio-input{
|
|
|
+ background-image: url("@/static/images/exam/option-error-img.png");
|
|
|
+ background-color: transparent!important;
|
|
|
+ svg{display: none;}
|
|
|
+ }
|
|
|
+ .option-question.active_right .uni-radio-input{
|
|
|
+ background-image: url("@/static/images/exam/option-right-img.png");
|
|
|
+ background-color: transparent!important;
|
|
|
+ svg{display: none;}
|
|
|
+ }
|
|
|
+}
|
|
|
+/***** 填空题 *****/
|
|
|
+.ezy-tiankong-box{
|
|
|
+ .tiankongn-title{
|
|
|
+ width: 231rpx;height: 63rpx;
|
|
|
+ background-image: url("@/static/images/exam/panduan-title.png");@include ezy-no-repeat-cover();
|
|
|
+ }
|
|
|
+ .tiankong-input {width: 50px;height: 32rpx;border: 1px solid #999;}
|
|
|
}
|
|
|
+
|
|
|
/***** 试题白色的框 *****/
|
|
|
.shiti-frame-box{
|
|
|
flex: 1;width: 92%;height: auto;background-color: rgba(255, 255, 255, 0.6);border-radius: 10px;
|