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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 389 KiB

After

Width:  |  Height:  |  Size: 259 KiB