|
@@ -188,6 +188,32 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
}
|
|
|
.ezy-shiti-question li{margin: 20rpx 0;}
|
|
|
}
|
|
|
+/***** 英语题 *****/
|
|
|
+.ezy-yingyu-danxuan-box{
|
|
|
+ .yingyu-danxuan-title{
|
|
|
+ width: 231rpx;height: 63rpx;
|
|
|
+ background-image: url("@/static/images/exam/danxuan-title.png");@include ezy-no-repeat-cover();
|
|
|
+ }
|
|
|
+ .yingyu-danxuan-option-box{
|
|
|
+ width: 100%;line-height:96rpx;border-radius: 8px;margin-bottom: 20rpx;
|
|
|
+ font-size: 32rpx;color: #333;box-sizing: border-box;padding: 10rpx 24rpx;
|
|
|
+ display: flex;
|
|
|
+ .option-change{
|
|
|
+ width: 48rpx;height: 48rpx;line-height: 48rpx;box-sizing: border-box;
|
|
|
+ flex-shrink: 0;border-radius: 50%;border: 1rpx solid;margin-right: 16rpx;
|
|
|
+ display: flex;align-items: center;justify-content: center;
|
|
|
+ }
|
|
|
+ .option-question{font-size: 32rpx;line-height: 1.6;margin-left: 6rpx;@include ezy-rich-text;
|
|
|
+ text-align: justify;word-wrap: break-word;word-break: break-all;display: block;}
|
|
|
+ }
|
|
|
+ .yingyu-danxuan-option-box.active .option-change{color: #FFF;background-color:#0589e9;border-color:#0589e9;}
|
|
|
+ .yingyu-danxuan-option-box.showError .option-change{color: #FFF;background-color:#ff5757;border-color:#ff5757;}
|
|
|
+ .yingyu-danxuan-option-box.active_right .option-change{color: #FFF;background-color:#1ac136;border-color:#1ac136;}
|
|
|
+ .yingyu-canplay-img,.yingyu-playing-img{width: 48rpx;height: 48rpx;display: inline-block;vertical-align: text-top;@include ezy-no-repeat-cover();}
|
|
|
+ .yingyu-canplay-img{background-image: url("@/static/images/exam/yingyu-canplay-img.png");}
|
|
|
+ .yingyu-playing-img{background-image: url("@/static/images/exam/yingyu-playing-img.gif");}
|
|
|
+
|
|
|
+}
|
|
|
|
|
|
/***** 试题白色的框 *****/
|
|
|
.shiti-frame-box{
|