|
@@ -118,17 +118,24 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
width: 24rpx;height: 38rpx;content: '';display: block;margin: 12rpx auto;
|
|
width: 24rpx;height: 38rpx;content: '';display: block;margin: 12rpx auto;
|
|
|
background-image: url("@/static/images/common/navBar-return-btn.png");@include ezy-no-repeat-cover();
|
|
background-image: url("@/static/images/common/navBar-return-btn.png");@include ezy-no-repeat-cover();
|
|
|
}
|
|
}
|
|
|
-/***** 试题---题干 *****/
|
|
|
|
|
|
|
+/***** 试题 *****/
|
|
|
|
|
+// 标题
|
|
|
|
|
+.ezy-shiti-title{
|
|
|
|
|
+ width: 216rpx;height: 96rpx;line-height: 96rpx;text-align: center;color: #fff;font-size: 32rpx;
|
|
|
|
|
+ background-image: url("@/static/images/exam/shiti-title.png");@include ezy-no-repeat-cover();
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+// 题干
|
|
|
.ezy-shiti-question{
|
|
.ezy-shiti-question{
|
|
|
margin: 24rpx 0 42rpx;font-size: 32rpx;color: #333;line-height: 1.6;padding: 0 10rpx;box-sizing: border-box;
|
|
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;
|
|
text-align: justify;word-wrap: break-word;word-break: break-all;display: block;@include ezy-rich-text;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
/***** 单选题 *****/
|
|
/***** 单选题 *****/
|
|
|
.ezy-danxuan-box{
|
|
.ezy-danxuan-box{
|
|
|
margin: 0 10rpx;
|
|
margin: 0 10rpx;
|
|
|
.danxuan-title{
|
|
.danxuan-title{
|
|
|
width: 231rpx;height: 63rpx;
|
|
width: 231rpx;height: 63rpx;
|
|
|
- background-image: url("@/static/images/exam/danxuan-title.png");@include ezy-no-repeat-cover();
|
|
|
|
|
}
|
|
}
|
|
|
.danxuan-option-box{
|
|
.danxuan-option-box{
|
|
|
width: 100%;line-height:96rpx;border-radius: 8px;margin-bottom: 20rpx;
|
|
width: 100%;line-height:96rpx;border-radius: 8px;margin-bottom: 20rpx;
|
|
@@ -179,6 +186,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
}
|
|
}
|
|
|
/***** 填空题 *****/
|
|
/***** 填空题 *****/
|
|
|
.ezy-tiankong-box{
|
|
.ezy-tiankong-box{
|
|
|
|
|
+ margin: 0 10rpx;
|
|
|
.tiankongn-title{
|
|
.tiankongn-title{
|
|
|
width: 231rpx;height: 63rpx;
|
|
width: 231rpx;height: 63rpx;
|
|
|
background-image: url("@/static/images/exam/tiankong-title.png");@include ezy-no-repeat-cover;
|
|
background-image: url("@/static/images/exam/tiankong-title.png");@include ezy-no-repeat-cover;
|
|
@@ -230,14 +238,11 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
|
|
|
|
|
/***** 试题白色的框 *****/
|
|
/***** 试题白色的框 *****/
|
|
|
.shiti-frame-box{
|
|
.shiti-frame-box{
|
|
|
- flex: 1;width: 92%;height: auto;background-color: rgba(255, 255, 255, 0.6);border-radius: 10px;
|
|
|
|
|
- margin: 12rpx auto 32rpx;position: relative;padding: 10% 0 6%;box-sizing: border-box;display: flex;flex-direction: column;
|
|
|
|
|
-}
|
|
|
|
|
-.shiti-frame-box::before{
|
|
|
|
|
- content: "";display: block;background-color: rgba(255, 255, 255, 0.6);border-radius: 0 0 10rpx 10rpx;
|
|
|
|
|
- position: absolute;top: 20rpx;left: 20rpx;right: 20rpx;bottom: 30rpx;z-index: 1;
|
|
|
|
|
|
|
+ width: 95%;height: auto;background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
|
|
|
|
|
+ flex: 1;position: relative;display: flex;flex-direction: column;
|
|
|
|
|
+ border-radius: 16rpx;box-sizing: border-box;padding:32rpx 24rpx 24rpx;margin: 20rpx 2.5% 36rpx;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
/***** 模拟标题栏 *****/
|
|
/***** 模拟标题栏 *****/
|
|
|
.ezy-title-bar {
|
|
.ezy-title-bar {
|
|
|
height: calc(44px + env(safe-area-inset-top));
|
|
height: calc(44px + env(safe-area-inset-top));
|