tanxue 2 ヶ月 前
コミット
84abe6a836

+ 6 - 5
common/styles/global/pages.scss

@@ -336,11 +336,12 @@
 	.master-image{
 		width: 100%;height: 460rpx;position: relative;
 		@include ezy-no-repeat-cover();background-image: url("@/static/images/common/video-bj.png");
-		.video-player-box{background-color: rgba(0, 0, 0, 0.4);position: absolute;bottom: 0;left: 0;top: 0;right: 0;}
-		.video-player-icon{
-			width: 170rpx;height: 170rpx;position: absolute;bottom: 32%;left: 50%;transform: translate(-85rpx);
-			@include ezy-no-repeat-cover();background-image: url("@/static/images/common/video-player-icon.svg");
-		}
+	}
+	// 课程引导阴影
+	.yindao-shadow-image{
+	  width: 80rpx;height: 80rpx;margin: 0;background-repeat: no-repeat;
+	  background-image: url("@/static/images/common/course-point-icon.gif");background-size: contain;
+	  position: absolute;right: 100rpx;top: 780rpx;pointer-events: none;
 	}
 	.kc-name-box{
 		display: flex;align-items: center;box-sizing: border-box;padding: 24rpx 36rpx 6rpx;

+ 3 - 3
pages/admin/Kecheng/study.vue

@@ -7,10 +7,10 @@
 		<!-- 播放器 -->
 		<videoPlayVue ref="videoRef" class="phone-video-box" v-if="showVideo"></videoPlayVue>
 		<view v-else class="phone-video-box master-image">
-			<view class="video-player-box">
-				<view class="video-player-icon" @click="handlePlayFirst"></view>
-			</view>
+				<!-- <view class="video-player-icon" @click="handlePlayFirst"></view> -->
 		</view>
+		<!-- 播放引导 -->
+		<view class="yindao-shadow-image" v-if="true"> </view>
 		<!-- 中间区域 -->
 		<view class="kc-name-box">
 			<icon @click="goUpPage"></icon>

+ 3 - 3
pages/client/Kecheng/study.vue

@@ -9,10 +9,10 @@
 			@play-pause="onPause" @play-timeupdate="onTimeupdate"></videoPlayVue>
 			<!-- 视频背景图 -->
 		<view v-else class="phone-video-box master-image">
-			<view class="video-player-box">
-				<view class="video-player-icon" @click="handlePlayFirst"></view>
-			</view>
+				<!-- <view class="video-player-icon" @click="handlePlayFirst"></view> -->
 		</view>
+		<!-- 播放引导 -->
+		<view class="yindao-shadow-image" v-if="true"> </view>
 		<!-- 中间区域 -->
 		<view class="kc-name-box">
 			<icon @click="goUpPage"></icon>

BIN
static/images/common/course-point-icon.gif


+ 0 - 1
static/images/common/video-player-icon.svg

@@ -1 +0,0 @@
-<svg t="1743994399210" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3605" data-spm-anchor-id="a313x.search_index.0.i18.55b53a81tSQbJ2" width="100" height="100"><path d="M512 149.333c200.299 0 362.667 162.368 362.667 362.667S712.299 874.667 512 874.667 149.333 712.299 149.333 512 311.701 149.333 512 149.333zM461.44 384c-19.2 0-34.773 15.573-34.773 34.773v182.998a34.773 34.773 0 0 0 53.546 29.248l143.808-92.395a34.773 34.773 0 0 0-0.256-58.667l-143.808-90.602A34.773 34.773 0 0 0 461.42 384z" p-id="3606" fill="#000c"></path></svg>