修改活动详情和实况样式
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user