tanxue 4 mesi fa
parent
commit
d15966f509

+ 3 - 2
common/styles/global/pages.scss

@@ -319,7 +319,7 @@
 			width: 185rpx;height: 121rpx;@include ezy-no-repeat-cover;
 			padding: 16rpx 10rpx 10rpx 10rpx;position: absolute;top:1112rpx;right:140rpx;
 			background-image: url("@/static/images/study/shuxue/ceshi-pai.png");
-		.brand-lock,.brand-icon{left: 0;top: -30rpx;}
+		.brand-lock,.brand-icon,.brand-finish-icon{left: 0;top: -30rpx;}
 	}
 	
 	// brand-item
@@ -672,6 +672,7 @@
 		.slfx-content{
 			font-size: 32rpx;color: #333;line-height: 1.6;margin-bottom: 42rpx;
 			box-sizing: border-box;padding: 0 20rpx;word-wrap: break-word;word-break: break-all;
+			display: block;@include ezy-rich-text;
 		}
 		
 	}
@@ -830,7 +831,7 @@
 		.segmented-control__item--button--active .segmented-control__text{color: #fff!important;}
 	}
 	.cuoti-content-box{flex: 1;background-color: rgba(255, 255, 255, 0.6);z-index: 3;margin: 10rpx 20rpx;}
-	.cuoti-scroll-view{overflow-y: auto;}
+	.cuoti-scroll-view{overflow-y: auto;height: calc(100vh - 380rpx - var(--status-bar-height));}
 	
 	// item
 	.list-item-box{

+ 3 - 3
pages/wrong/index.vue

@@ -11,7 +11,7 @@
 				<view v-if="data.current === 0">
 					<scroll-view scroll-y="true" refresher-enabled="true"
 						:refresher-triggered="data.shuxue.loading" :refresher-threshold="50"
-						refresher-background="lightgreen" @refresherrefresh="onRefresh" class="cuoti-scroll-view">
+						refresher-background="transparent" @refresherrefresh="onRefresh" class="cuoti-scroll-view">
 						<!--数学-->
 						<uni-list>
 							<uni-list-item v-for="item in data.shuxue.list" class="list-item-box">
@@ -35,9 +35,9 @@
 					</scroll-view>
 				</view>
 				<view v-if="data.current === 1">
-					<scroll-view style="height: 300px;" scroll-y="true" refresher-enabled="true"
+					<scroll-view scroll-y="true" refresher-enabled="true"
 						:refresher-triggered="data.yingyu.loading" :refresher-threshold="50"
-						refresher-background="lightgreen" @refresherrefresh="onRefresh">
+						refresher-background="transparent" @refresherrefresh="onRefresh" class="cuoti-scroll-view">
 						<!--英语-->
 						<uni-list>
 							<uni-list-item v-for="item in data.yingyu.list">

BIN
static/images/exam/slfx-title.png