|
|
@@ -228,12 +228,17 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
.ezy-shiti-title{
|
|
|
width: 208rpx;height: 91rpx;line-height: 91rpx;text-align: center;color: #fff;font-size: 32rpx;
|
|
|
background-image: url("@/static/images/exam/shiti-title.png");@include ezy-no-repeat-cover();
|
|
|
+
|
|
|
+ @include mediaSmall() {width: 135rpx;height: 59rpx;line-height: 59rpx;font-size: 22rpx;}
|
|
|
+ @include mediaBig() {width: 333rpx;height: 146rpx;line-height: 146rpx;font-size: 54rpx;}
|
|
|
}
|
|
|
|
|
|
// 题干
|
|
|
.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;
|
|
|
+ @include mediaSmall() {margin: 16rpx 0 27rpx;font-size: 20rpx;padding: 0 6rpx;}
|
|
|
+ @include mediaBig() {margin: 38rpx 0 67rpx;font-size: 46rpx;padding: 0 16rpx;}
|
|
|
}
|
|
|
|
|
|
/***** 单选题 *****/
|
|
|
@@ -254,6 +259,24 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
.danxuan-option-box.active .option-change{color: #FFF;background-color:#0589e9;border-color:#0589e9;}
|
|
|
.danxuan-option-box.showError .option-change{color: #FFF;background-color:#ff5757;border-color:#ff5757;}
|
|
|
.danxuan-option-box.active_right .option-change{color: #FFF;background-color:#1ac136;border-color:#1ac136;}
|
|
|
+
|
|
|
+ @include mediaSmall() {
|
|
|
+ margin: 0 6rpx;
|
|
|
+ .danxuan-option-box{
|
|
|
+ line-height: 62rpx;margin-bottom: 13rpx;font-size: 20rpx;padding: 6rpx 16rpx;
|
|
|
+ .option-change{width: 31rpx;height: 31rpx;line-height: 31rpx;margin-right: 10rpx;}
|
|
|
+ .option-question{font-size: 20rpx;margin-left: 4rpx;}
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ @include mediaBig() {
|
|
|
+ margin: 0 16rpx;
|
|
|
+ .danxuan-option-box{
|
|
|
+ line-height: 154rpx;margin-bottom: 32rpx;font-size: 46rpx;padding: 16rpx 38rpx;
|
|
|
+ .option-change{width: 77rpx;height: 77rpx;line-height: 77rpx;margin-right: 26rpx;}
|
|
|
+ .option-question{font-size: 46rpx;margin-left: 10rpx;}
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
/***** 判断题 *****/
|
|
|
.ezy-panduan-box{
|
|
|
@@ -281,6 +304,18 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
background-color: transparent!important;
|
|
|
svg{display: none;}
|
|
|
}
|
|
|
+
|
|
|
+ @include mediaSmall() {
|
|
|
+ margin: 0 6rpx;
|
|
|
+ .danxuan-option-box{line-height: 62rpx;margin-bottom: 13rpx;font-size: 20rpx;padding: 6rpx 16rpx;}
|
|
|
+ .uni-radio-input{width: 36rpx;height: 36rpx;}
|
|
|
+ }
|
|
|
+
|
|
|
+ @include mediaBig() {
|
|
|
+ margin: 0 16rpx;
|
|
|
+ .danxuan-option-box{line-height: 154rpx;margin-bottom: 32rpx;font-size: 46rpx;padding: 16rpx 38rpx;}
|
|
|
+ .uni-radio-input{width: 90rpx;height: 90rpx;}
|
|
|
+ }
|
|
|
}
|
|
|
/***** 填空题 *****/
|
|
|
.ezy-tiankong-box{
|
|
|
@@ -299,6 +334,24 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
background-image: url("@/static/images/exam/option-right-img.png");@include ezy-no-repeat-cover;
|
|
|
}
|
|
|
.ezy-shiti-question li{margin: 20rpx 0;}
|
|
|
+
|
|
|
+ @include mediaSmall() {
|
|
|
+ margin: 0 6rpx;
|
|
|
+ .tiankong-input {width: 75rpx!important;height: 34rpx;border-radius: 5rpx;}
|
|
|
+ .tk-input-box{margin: 0 3rpx;}
|
|
|
+ .tk-input-box.showError::after,
|
|
|
+ .tk-input-box.active_right::after{width: 20rpx;height: 20rpx;top: -8rpx;right: -4rpx;}
|
|
|
+ .ezy-shiti-question li{margin: 13rpx 0;}
|
|
|
+ }
|
|
|
+
|
|
|
+ @include mediaBig() {
|
|
|
+ margin: 0 16rpx;
|
|
|
+ .tiankong-input {width: 186rpx!important;height: 83rpx;border-radius: 13rpx;}
|
|
|
+ .tk-input-box{margin: 0 6rpx;}
|
|
|
+ .tk-input-box.showError::after,
|
|
|
+ .tk-input-box.active_right::after{width: 48rpx;height: 48rpx;top: -19rpx;right: -10rpx;}
|
|
|
+ .ezy-shiti-question li{margin: 32rpx 0;}
|
|
|
+ }
|
|
|
}
|
|
|
/***** 英语题 *****/
|
|
|
.ezy-yingyu-danxuan-box{
|
|
|
@@ -317,6 +370,21 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
.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;}
|
|
|
+ @include mediaSmall() {
|
|
|
+ .yingyu-danxuan-option-box{
|
|
|
+ line-height: 62rpx;margin-bottom: 13rpx;font-size: 20rpx;padding: 6rpx 16rpx;
|
|
|
+ .option-change{width: 31rpx;height: 31rpx;line-height: 31rpx;margin-right: 10rpx;}
|
|
|
+ .option-question{font-size: 20rpx;margin-left: 4rpx;}
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ @include mediaBig() {
|
|
|
+ .yingyu-danxuan-option-box{
|
|
|
+ line-height: 154rpx;margin-bottom: 32rpx;font-size: 46rpx;padding: 16rpx 38rpx;
|
|
|
+ .option-change{width: 77rpx;height: 77rpx;line-height: 77rpx;margin-right: 26rpx;}
|
|
|
+ .option-question{font-size: 46rpx;margin-left: 10rpx;}
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
/***** 英语题播放按钮 *****/
|
|
|
.yingyu-canplay-img,.yingyu-playing-img{
|