|
@@ -152,7 +152,7 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
|
|
|
|
|
|
/***** 单选题 *****/
|
|
|
.phone-danxuan-box{
|
|
|
- margin: 0 10rpx;overflow: auto;height: calc(100vh - 420rpx - var(--status-bar-height));
|
|
|
+ margin: 0 10rpx;overflow: auto;height: calc(100vh - 440rpx - var(--status-bar-height));
|
|
|
.danxuan-option-box{
|
|
|
width: 100%;line-height:96rpx;border-radius: 8px;margin-bottom: 20rpx;
|
|
|
font-size: 32rpx;color: #666;box-sizing: border-box;padding: 10rpx 24rpx;
|
|
@@ -171,7 +171,7 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
|
|
|
}
|
|
|
/***** 判断题 *****/
|
|
|
.phone-duoxuan-box{
|
|
|
- margin: 0 10rpx;
|
|
|
+ margin: 0 10rpx;overflow: auto;height: calc(100vh - 440rpx - var(--status-bar-height));
|
|
|
.duoxuan-option-box{
|
|
|
width: 100%;line-height:96rpx;border-radius: 8px;margin-bottom: 20rpx;
|
|
|
font-size: 32rpx;color: #666;box-sizing: border-box;padding: 10rpx 24rpx;
|
|
@@ -192,7 +192,7 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
|
|
|
|
|
|
/***** 判断题 *****/
|
|
|
.phone-panduan-box{
|
|
|
- margin: 0 10rpx;
|
|
|
+ margin: 0 10rpx;overflow: auto;height: calc(100vh - 440rpx - var(--status-bar-height));
|
|
|
.panduan-option-box{
|
|
|
width: 100%;line-height:96rpx;border-radius: 8px;margin-bottom: 20rpx;
|
|
|
font-size: 32rpx;color: #666;box-sizing: border-box;padding: 10rpx 24rpx;
|
|
@@ -209,6 +209,7 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
|
|
|
|
|
|
/***** 填空题 *****/
|
|
|
.phone-tiankong-box{
|
|
|
+ overflow: auto;height: calc(100vh - 440rpx - var(--status-bar-height));
|
|
|
.tiankong-option-box{
|
|
|
padding:0 40rpx;box-sizing: border-box;margin-bottom: 36rpx;
|
|
|
.option-question{font-size: 30rpx;color: #333;}
|