Ver Fonte

Merge remote-tracking branch 'origin/大连交通技师学院' into 大连交通技师学院

wangxy há 1 mês atrás
pai
commit
200b20c25d

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

@@ -238,6 +238,7 @@ box-shadow: 0 1rpx 3rpx 0 #227ECE;box-sizing: border-box;padding: 4rpx 10rpx 0;}
       width: 48%;height: 220rpx;display: inline-block;position: relative;margin:0 1% 16rpx;cursor: pointer;
       img,.el-image,uni-image{width: 100%;height: 220rpx;}
       .video-play-btn{
+		  display: none;
         width: 60rpx;height: 60rpx;position: absolute;left: 50%;top: 50%;transform: translate(-30rpx, -30rpx);transition: all .3s;
         @include dljt-no-repeat-cover;background-image: url("@/static/images/common/video-play-btn.png");cursor: pointer;
       }

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

@@ -3,8 +3,11 @@
 // 首页
 .dljt-index-page{
 	width: 100%;height: auto;position: relative;padding:120rpx 0 0;
-	.index-swiper-box{width: 100%;margin-bottom: 52rpx;}
-	uni-image{width: 100%;height: 340rpx;}
+	.index-swiper-box{
+		width: 100%;margin-bottom: 52rpx;
+		.swiper{height: 360rpx;}
+	}
+	uni-image{width: 100%;height: 360rpx;}
 	.index-content-box{width: 92%;margin: 0 auto 50rpx;}
 	.index-background-box{background-color: #f5f5f5;padding:36rpx 0 10rpx;}
 	.index-more-btn{

+ 2 - 4
pages/xydtXueyuanfengcaiInfo/xydtXueyuanfengcaiInfo.vue

@@ -23,22 +23,20 @@
 					<!-- 富文本 -->
 					<MtaMpHtml class="dljt-editor-box" :content="data.info.content"></MtaMpHtml>
 					<!-- 其他 -->
-					<view class="dljt-video-title" v-if="data.info.otherList && data.info.otherList.length">
+					<!-- <view class="dljt-video-title" v-if="data.info.otherList && data.info.otherList.length">
 						<view class="video-text">相关视频</view>
 					</view>
 					<view v-if="data.info.otherList && data.info.otherList.length">
 						<view class="video-item-box" v-for="item in data.info.otherList" :key="item.id"
 							@click="handleClick(item)">
-							<!-- 图 -->
 							<image :src="item.cover"></image>
-							<!-- 内容 -->
 							<view class="video-mask-box">
 								<view class="video-data">[{{formatDateToYearMonthDay(item.createTime).join('-')}}]
 								</view>
 								<view class="video-title">{{item.title}}</view>
 							</view>
 						</view>
-					</view>
+					</view> -->
 				</view>
 			</view>
 		</view>