推送关联云服务空间、添加用户协议和隐私政策外部链接、修改活动状态和图片定位显示问题
This commit is contained in:
@@ -123,15 +123,13 @@
|
||||
<!-- 活动列表内容(去掉内层 scroll-view,由外层统一滚动) -->
|
||||
<view class="activity-list">
|
||||
<view class="eventListCard" v-for="(activity, index) in activityList" :key="activity.id">
|
||||
<!-- 状态标签 -->
|
||||
<view class="status-tag" :class="{}">
|
||||
{{ activity.statusText }}
|
||||
<!-- 进行中 -->
|
||||
</view>
|
||||
<view class="u-demo-block__content ">
|
||||
<up-row justify="space-between" customStyle="margin-bottom: 10px">
|
||||
<up-col span="4">
|
||||
<view class="demo-layout bg-purple-light activity-img">
|
||||
<view class="status-tag">
|
||||
{{ activity.statusText }}
|
||||
</view>
|
||||
<image :src="activity.coverImage" style="width: 100%;height: 100%;border-radius: 16rpx;" mode="aspectFill"></image>
|
||||
</view>
|
||||
</up-col>
|
||||
@@ -662,27 +660,26 @@ const moreClick = () =>{
|
||||
position: relative;
|
||||
margin: 30rpx 0rpx;
|
||||
// overflow: hidden;
|
||||
.status-tag {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
// padding: 6px 18px;
|
||||
padding: 0px 7px 10px 11px;
|
||||
border-radius: 10px 0px 10px 0px;
|
||||
font-size: 12px;
|
||||
color: #fff;
|
||||
font-weight: 500;
|
||||
width: 80rpx;
|
||||
height: 20rpx;
|
||||
// background-color: #FD7373 ;
|
||||
background: repeating-linear-gradient(to right, #FD7373 , #FB3F3F);
|
||||
z-index: 5;
|
||||
}
|
||||
.activity-img{
|
||||
width: 170rpx;
|
||||
height: 230rpx;
|
||||
position: relative;
|
||||
// background-color: #333333;
|
||||
}
|
||||
.status-tag {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
padding: 0px 7px 10px 11px;
|
||||
border-radius: 10px 0px 10px 0px;
|
||||
font-size: 12px;
|
||||
color: #fff;
|
||||
font-weight: 500;
|
||||
width: 80rpx;
|
||||
height: 20rpx;
|
||||
background: repeating-linear-gradient(to right, #FD7373 , #FB3F3F);
|
||||
z-index: 5;
|
||||
}
|
||||
.activity-title{
|
||||
font-size: 32rpx;
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user