Bläddra i källkod

Merge remote-tracking branch 'origin/2025鹅状元数学' into 2025鹅状元数学

wangxy 1 månad sedan
förälder
incheckning
776c50a1c5

+ 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>

+ 1 - 0
static/images/common/jt-right-blue.svg

@@ -0,0 +1 @@
+<svg t="1750216996305" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5110" width="64" height="64"><path d="M743.316831 490.190275 323.823712 75.730799c-12.102642-11.983939-31.457456-11.744485-43.38102 0.239454-11.923564 12.103666-11.803837 31.517831 0.23843 43.382043l397.382543 392.648728L280.682146 904.648728c-12.043291 11.864212-12.163017 31.277354-0.23843 43.382043 5.991458 6.051833 13.900591 9.107425 21.809725 9.107425 7.789407 0 15.578814-2.935865 21.570271-8.867972l419.492096-414.459476c5.752004-5.752004 9.107425-13.601786 9.107425-21.810748C752.424256 503.792061 749.068835 495.942279 743.316831 490.190275z" fill="#409eff" p-id="5111"></path></svg>

BIN
static/images/phone/wordView/exam-tip-bj.png