Fix:2718 【商城小程序】首页寻看点素材图标需要放大一点,视频可以自动播放
This commit is contained in:
@@ -167,14 +167,14 @@
|
||||
</swiper> -->
|
||||
<view class="new-zone-wrap">
|
||||
<view class="kd" @click="toKD">
|
||||
<view class="img-wrap">
|
||||
<view class="img-wrap" style="padding-top: 10rpx; box-sizing:border-box">
|
||||
<image style="width: 112rpx; height:26rpx" :src="webUrl + '/orderIcon/kd.png'" mode="heightFix|widthFix"></image>
|
||||
</view>
|
||||
<view class="tip-img">
|
||||
<image style="width: 142rpx; height:66.11rpx;border-radius: 0" :src="webUrl + '/orderIcon/dot.png'" mode="heightFix|widthFix"></image>
|
||||
</view>
|
||||
<view class="kd-cover">
|
||||
<video v-if="indexVideo" class="kd-cover v12-mt-0" :src="indexVideo" controls :poster="indexVideo + '?vframe/jpg/offset/1'"></video>
|
||||
<video play-btn-position="center" v-if="indexVideo" :show-fullscreen-btn="false" class="kd-cover v12-mt-0" :src="indexVideo" controls autoplay :poster="indexVideo + '?vframe/jpg/offset/1'"></video>
|
||||
<view class="enter-btn">点击进入</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -938,7 +938,7 @@ export default {
|
||||
width: 100%;
|
||||
height: 180rpx;
|
||||
border-radius: 20rpx;
|
||||
margin-top: 20rpx;
|
||||
margin-top: 15rpx;
|
||||
}
|
||||
.enter-btn{
|
||||
color: #333;
|
||||
|
||||
Reference in New Issue
Block a user