Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
245b9e91
Commit
245b9e91
authored
Sep 03, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b495516f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
listsignUp.vue
pages/kotra/billboard/listsignUp.vue
+2
-2
mybillbordList.vue
pages/kotra/billboard/mybillbordList.vue
+8
-4
No files found.
pages/kotra/billboard/listsignUp.vue
View file @
245b9e91
<
style
>
<
style
>
.listsignUp
{
.listsignUp
{
width
:
100%
;
width
:
100%
;
height
:
100
vh
;
height
:
100
%
;
overflow-y
:
auto
;
/* overflow-y: auto; */
background
:
#F6F6F6
;
background
:
#F6F6F6
;
}
}
...
...
pages/kotra/billboard/mybillbordList.vue
View file @
245b9e91
...
@@ -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
:
1
4
0rpx
;
width
:
1
2
0rpx
;
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
:
'无'
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment