Commit e93ee0a4 authored by 刘鑫鹏's avatar 刘鑫鹏

修改了一些bug

parent b454c8c7
...@@ -23,18 +23,24 @@ ...@@ -23,18 +23,24 @@
</view> </view>
<view v-else class="actions-card" v-for="(item,index) in myActivitylist" :key="index"> <view v-else class="actions-card" v-for="(item,index) in myActivitylist" :key="index">
<view class="info"> <view class="info">
<view class="question"> <view class="question" style="display: flex;width: 100%; justify-content: space-between;">
<text>{{item.activityName}}</text> <view style="width: 80%;height: 100%;">
<!-- <view class="item1"> --> <view style="padding: 6% 3% 0 5%;height: 100%;">{{item.activityName}}</view>
</view>
<image class="image-status" src="../../static/oper-icon/content_tag_weikaishi@2x.png" <view style="width: 20%;height: 100%;">
v-if="item.activityStatus==='0'"></image> <!-- <view class="item1"> -->
<image class="image-status" src="../../static/oper-icon/content_tag_jinxingzhong@2x.png"
v-else-if="item.activityStatus==='1'"></image>
<image class="image-status" src="../../static/oper-icon/content_tag_yijieshu@2x.png" v-else>
</image>
<!-- </view> --> <image class="image-status" src="../../static/oper-icon/content_tag_weikaishi@2x.png"
v-if="item.activityStatus==='0'"></image>
<image class="image-status" src="../../static/oper-icon/content_tag_jinxingzhong@2x.png"
v-else-if="item.activityStatus==='1'"></image>
<image class="image-status" src="../../static/oper-icon/content_tag_yijieshu@2x.png" v-else>
</image>
<!-- </view> -->
</view>
</view> </view>
<dividerface></dividerface> <dividerface></dividerface>
...@@ -171,11 +177,11 @@ ...@@ -171,11 +177,11 @@
.image-status { .image-status {
position: relative; // position: relative;
// top: -120rpx; // // top: -120rpx;
left: 82%; // left: 82%;
width: 120rpx; width: 143rpx;
height: 120rpx; height: 132rpx;
z-index: 4; z-index: 4;
} }
...@@ -196,8 +202,8 @@ ...@@ -196,8 +202,8 @@
color: #333333; color: #333333;
line-height: 36px; line-height: 36px;
.question { .question {
margin-top: 5%; // margin-top: 5%;
margin: 2% 18% 0 5%; // margin: 2% 18% 0 5%;
min-height: 72px; min-height: 72px;
height: auto; height: auto;
line-height: 30px; line-height: 30px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment