|
|
@@ -251,7 +251,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
.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;
|
|
|
+ display: flex;align-items: center;justify-content: center;margin-top: 2rpx;
|
|
|
}
|
|
|
.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;}
|
|
|
@@ -362,8 +362,8 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
.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;
|
|
|
- }
|
|
|
+ display: flex;align-items: center;justify-content: center;margin-top: 4rpx;
|
|
|
+ }
|
|
|
.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;}
|
|
|
}
|
|
|
@@ -373,7 +373,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
@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-change{width: 31rpx;height: 31rpx;line-height: 31rpx;margin-right: 10rpx;margin-top: 2rpx;}
|
|
|
.option-question{font-size: 20rpx;margin-left: 4rpx;}
|
|
|
}
|
|
|
}
|
|
|
@@ -381,7 +381,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
@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-change{width: 77rpx;height: 77rpx;line-height: 77rpx;margin-right: 26rpx;margin-top: 4rpx;}
|
|
|
.option-question{font-size: 46rpx;margin-left: 10rpx;}
|
|
|
}
|
|
|
}
|
|
|
@@ -390,6 +390,8 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
.yingyu-canplay-img,.yingyu-playing-img{
|
|
|
width: 48rpx;height: 48rpx;display: inline-block;margin: 0 24rpx 3rpx;
|
|
|
vertical-align: middle;@include ezy-no-repeat-cover();
|
|
|
+ @include mediaSmall() {width: 31rpx;height: 31rpx;margin: 0 16rpx 2rpx;}
|
|
|
+ @include mediaBig() {width: 77rpx;height: 77rpx;margin: 0 38rpx 5rpx;}
|
|
|
}
|
|
|
.yingyu-canplay-img{background-image: url("@/static/images/common/exam/yingyu-canplay-img.png");}
|
|
|
.yingyu-playing-img{background-image: url("@/static/images/common/exam/yingyu-playing-img.gif");}
|