This commit is contained in:
parent
b593ea8fe2
commit
7bfd84e027
|
@ -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" src="../../static/suggest-banner4.png" mode="scaleToFill"></image>
|
||||
<image class="info-cover" style="width: 100%;" src="../../static/suggest-banner4.png" mode="scaleToFill"></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;">
|
||||
|
@ -713,7 +713,6 @@
|
|||
}
|
||||
|
||||
.info-cover {
|
||||
display: block;
|
||||
width: 100%;
|
||||
/*height: 460rpx;*/
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue