修改活动详情和实况样式

This commit is contained in:
zhouyanli
2026-06-09 18:06:38 +08:00
parent aaf828c6e3
commit b395631400
4 changed files with 9 additions and 4 deletions

View File

@@ -128,7 +128,7 @@
<up-row justify="space-between" customStyle="margin-bottom: 10px">
<up-col span="4">
<view class="demo-layout bg-purple-light activity-img">
<image :src="activity.coverImage" style="width: 100%;height: 100%;" mode="aspectFit"></image>
<image :src="activity.coverImage" style="width: 100%;height: 100%;border-radius: 16rpx;" mode="aspectFill"></image>
</view>
</up-col>
<up-col span="8">
@@ -644,6 +644,7 @@ const moreClick = () =>{
height: 20rpx;
// background-color: #FD7373 ;
background: repeating-linear-gradient(to right, #FD7373 , #FB3F3F);
z-index: 5;
}
.activity-img{
width: 170rpx;