图片宽度修改

This commit is contained in:
kbing1981 2024-08-14 17:37:10 +08:00
parent e865c1fd30
commit 1e58bed6f6
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<view class="content">
<scroll-view v-if="getVideoData.length>0" scroll-y="true" class="scroll-Y" @scrolltolower="loadMore">
<view class="top-view">
<image class="info-cover" style="width: 100%;" src="../../static/suggest-banner4.png" mode="scaleToFill"></image>
<image class="info-cover" style="width: 100%;" src="../../static/suggest-banner4.png"></image>
<!-- 用户头像关注 -->
<view class="u-flex-wrap"
style="padding-top: 18rpx;padding-bottom: 18rpx;position: relative;align-items: center;display: flex;flex-direction: row;justify-content: flex-end;">
@ -490,6 +490,7 @@
background-color: #fff;
}
.top-view {
width:100%;
background-color: #fff;
border-bottom: 6px solid #f7f7f7;
}