This commit is contained in:
kbing1981 2024-08-07 13:55:29 +08:00
parent 5699daab7c
commit 29ad0a1b2c
2 changed files with 7 additions and 12 deletions

View File

@ -3,9 +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="https://vkceyugu.cdn.bspapp.com/VKCEYUGU-5d36bb3d-8e98-4f00-ab8b-b018dc4f5dc6/17b0292c-8a63-4b7b-a6a6-724f416a9958.jpg"
mode="scaleToFill"></image>
<image class="info-cover" 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;">
@ -327,7 +325,7 @@
.dvideo-concent{
font-size: 26rpx;
color: #666;
padding: 12rpx 0;
padding:26rpx 0;
}
.header-bottom-foot-view-img1{
width: 30rpx;
@ -432,7 +430,7 @@
border: 1px solid #d0f4ed;
}
.u-flex-wrap{
background: linear-gradient(0deg, #ffffff,#d0f4ed);
background: linear-gradient(0deg, #ffffff,#efffff);
}
.activeQ{
background: url('../../static/follow.png')16rpx 10rpx;
@ -488,7 +486,7 @@
}
.scroll-Y {
width: 100%;
height: 700px;
/* height: 700px;*/
background-color: #fff;
}
.top-view {
@ -520,7 +518,7 @@
justify-content: flex-end;
}
.scroll-right-title{
font-size: 16px;
font-size:28rpx;
color: #000;
word-break: break-all;
}
@ -593,8 +591,7 @@
display: flex;
flex-direction: column;
align-items: center;
padding-top: 50px;
}
}
.guanbi{
width: 30px;
height: 30px;
@ -615,8 +612,6 @@
.data-list{
width:100%;
height: 162px;
background-color: #000000;
}
.videoHovers{
width: 60px;
@ -720,7 +715,7 @@
.info-cover {
display: block;
width: 100%;
height: 460rpx;
/*height: 460rpx;*/
}
.info-avatar {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 389 KiB

After

Width:  |  Height:  |  Size: 259 KiB