tanxue пре 1 месец
родитељ
комит
6fe17068d2

+ 13 - 0
common/styles/global/components.scss

@@ -817,4 +817,17 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 	.item-arrow{
 		icon{background-image: url("@/static/images/common/xbb-item-jt.png");}
 	}
+}
+
+// 鹅状元提示浮层
+.ezy-tip-mask-box{
+	width: 750rpx;height: 100vh;background-color: rgba(0,0,0, 0.76);
+	position: absolute;top: 0;left: 0;bottom: 0;z-index: 3;
+}
+.ezy-tip-mask-box::before{
+	content: '左右滑动切换单元';display: block;box-sizing: border-box;
+	width: 750rpx;height: 355.77rpx;@include ezy-no-repeat-cover;
+	background-image: url("@/static/images/phone/wordView/exam-tip-bj.png");
+	color: #08457b;font-size: 36rpx;z-index: 3;padding: 180rpx 0 0 100rpx;
+	position: absolute;left: 0;right: 0;bottom: var(--window-bottom);
 }

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

@@ -2345,10 +2345,10 @@
 			box-shadow: 0 2rpx 8rpx transparent;}
 		.word-jt{width: 50rpx;height: 80rpx;position: relative;flex-shrink: 0;}
 		.word-jt::before{content: '';width:32rpx;height: 32rpx;@include ezy-no-repeat-contain;
-		display:block;background-image: url("@/static/images/common/xbb-item-jt.png");
+		display:block;background-image: url("@/static/images/common/jt-right-blue.svg");
 		position: absolute;top: 24rpx;
 		}
-		.word-jt.disabled::before{background-image: url("@/static/images/common/xbb-item-jt-white.png");}
+		.word-jt.disabled::before{background-image: unset;}
 		.jt-left::before{left: 12rpx;transform: rotate(180deg);}
 		.jt-right::before{right: 12rpx;}
 		.tab-item.active{font-weight: bold;background-color: #409eff;border: 1rpx solid #409eff;

+ 1 - 0
pages/chaojidanci/wordList/wordList.vue

@@ -114,6 +114,7 @@
     </view>
     <tip-small-dialog ref="goPayDialogRef" @confirm-btn="goPayPage" content="需要购买当前课程才能学习" qrBtnName="前往购买"></tip-small-dialog>
   </view>
+  <view class="ezy-tip-mask-box"></view>
 </template>
 
 <script setup>