|
@@ -289,10 +289,11 @@
|
|
|
.flex-center{
|
|
|
height: 100%;
|
|
|
.body{height: 100%;display: flex;flex-direction: column;}
|
|
|
- .ezy-danxuan-box{flex: 1;}
|
|
|
+ .ezy-danxuan-box{flex: 1;overflow-y: auto;}
|
|
|
}
|
|
|
}
|
|
|
.answer-content-box{
|
|
|
+ margin-top: 24rpx;
|
|
|
.answer-title{width: 150rpx;height: 62rpx;flex-shrink: 0;
|
|
|
background-image: url("@/static/images/exam/answer-title.png");@include ezy-no-repeat-cover;
|
|
|
}
|
|
@@ -314,8 +315,6 @@
|
|
|
margin: 0 32rpx;flex-shrink: 0;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
}
|
|
|
|
|
|
// 得分页
|