Commit e35964c1 authored by 王永阿飞's avatar 王永阿飞

修改了bug

parent 829b3df5
...@@ -18,11 +18,11 @@ ...@@ -18,11 +18,11 @@
</view> </view>
<view style="margin-top: -70rpx;"> <view style="margin-top: -70rpx;">
<view class="activity_font"> <text <view class="activity_font"> <text
style="padding-top: -50rpx;">报名截止:&nbsp;&nbsp;{{!item.signupTime ? '—' : item.signupTime}}</text> style="padding-top: -1rpx;">报名截止:&nbsp;&nbsp;{{!item.signupTime ? '—' : item.signupTime}}</text>
</view> </view>
<view class="activity_font"> <view class="activity_font">
<text>组织机构:&nbsp;&nbsp;{{item.mechanismName |ellipsisInstitutions}}</text></view> <text>组织机构:&nbsp;&nbsp;{{item.mechanismName |ellipsisInstitutions}}</text></view>
<view class="activity_font" style="margin-bottom:10rpx;"> <text>已报名:&nbsp;&nbsp;<text <view class="activity_font" style="padding-bottom:10rpx;"> <text>已报名:&nbsp;&nbsp;<text
style="color: #FCA624; margin-left: 12rpx;"> style="color: #FCA624; margin-left: 12rpx;">
<text v-if="item.type ==='1'">{{item.signupNum}}</text> <text v-if="item.type ==='1'">{{item.signupNum}}</text>
<text v-if="item.type ==='2'">{{item.signupExamNum}}</text> <text v-if="item.type ==='2'">{{item.signupExamNum}}</text>
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
.image-status { .image-status {
// justify-content: end; // justify-content: end;
position: absolute; position: absolute;
padding-left: 86%; padding-left: 86.1%;
// right: 0.01rpx; // right: 0.01rpx;
top: 0rpx; top: 0rpx;
width: 98rpx; width: 98rpx;
...@@ -247,7 +247,7 @@ ...@@ -247,7 +247,7 @@
font-size: 25rpx; font-size: 25rpx;
padding-left: 3%; padding-left: 3%;
text-align: left; text-align: left;
line-height: 60rpx; line-height: 40rpx;
font-family: Source Han Sans CN, Source Han Sans CN-Regular; font-family: Source Han Sans CN, Source Han Sans CN-Regular;
} }
...@@ -259,7 +259,7 @@ ...@@ -259,7 +259,7 @@
height: 77rpx; height: 77rpx;
opacity: 0.6; opacity: 0.6;
background: #000000; background: #000000;
top: -80rpx; top: -77rpx;
z-index: 9; z-index: 9;
font-size: 18px; font-size: 18px;
font-weight: 500; font-weight: 500;
......
...@@ -313,19 +313,20 @@ ...@@ -313,19 +313,20 @@
.image { .image {
position: absolute; position: absolute;
border-top-left-radius: 15rpx; border-top-left-radius: 30rpx;
border-top-right-radius: 15rpx; border-top-right-radius: 30rpx;
height: 380rpx; height: 380rpx;
width: 100%; width: 100%;
} }
.image-status { .image-status {
position: absolute; position: absolute;
padding-left: 87%; padding-left: 86.5%;
top: -5rpx; // right: 0.01rpx;
width: 105rpx; top: 0rpx;
height: 105rpx; width: 98rpx;
z-index: 99; height: 98rpx;
z-index: 99;
} }
} }
...@@ -341,7 +342,7 @@ ...@@ -341,7 +342,7 @@
height: 77rpx; height: 77rpx;
opacity: 0.6; opacity: 0.6;
background: #000000; background: #000000;
top: -82rpx; top: -87rpx;
z-index: 9; z-index: 9;
font-size: 18px; font-size: 18px;
font-weight: 500; font-weight: 500;
......
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