Commit 245b9e91 authored by Mac's avatar Mac

1

parent b495516f
<style> <style>
.listsignUp { .listsignUp {
width: 100%; width: 100%;
height: 100vh; height: 100%;
overflow-y: auto; /* overflow-y: auto; */
background: #F6F6F6; background: #F6F6F6;
} }
......
...@@ -49,9 +49,10 @@ ...@@ -49,9 +49,10 @@
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #111111; color: #111111;
} }
.boxitem_c_t_r{ .boxitem_c_t_r{
width: 140rpx; width: 120rpx;
margin-left: 5px; margin-left: 5px;
text-align: right; text-align: right;
font-size: 12px; font-size: 12px;
...@@ -94,12 +95,15 @@ ...@@ -94,12 +95,15 @@
<image mode="aspectFill" :src='x.CoverImage' style="width: 100%;height: 340rpx;border-radius: 15px 15px 0 0;"></image> <image mode="aspectFill" :src='x.CoverImage' style="width: 100%;height: 340rpx;border-radius: 15px 15px 0 0;"></image>
<div class='boxitem_c'> <div class='boxitem_c'>
<div class='boxitem_c_t'> <div class='boxitem_c_t'>
<div class='boxitem_c_t_l oneText'> <div class='boxitem_c_t_l oneText'>
{{x.ListName}} {{x.ListName}}
</div> </div>
<div class='boxitem_c_t_r' style="color: #00DFB8;" v-if="x.State==1">进行中</div> <div class='boxitem_c_t_r' v-if="x.ListState==1">已报名</div>
<div class='boxitem_c_t_r' v-if="x.State==2">报名已截止</div> <div class='boxitem_c_t_r' v-if="x.ListState==3">
<div class='boxitem_c_t_r' v-if="x.State==3">已放榜</div> <div class='boxitem_c_t_r' style="color: #00DFB8;" v-if="x.RankListState==1">上榜</div>
<div class='boxitem_c_t_r' v-if="x.RankListState==2">未上榜</div>
</div>
</div> </div>
<div class="boxitem_c_b oneText"> <div class="boxitem_c_b oneText">
主办方:{{x.Sponsor?x.Sponsor:'无'}} 主办方:{{x.Sponsor?x.Sponsor:'无'}}
......
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