Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李靖
7 years ago
Commit
ab15b8f9ec40c934436da26d292bf2cbb60d8c45
1 parent
75ba35ea
feature/gallery
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
12 deletions
public/hbs/home/vip-detail.hbs
public/scss/home/family.page.css
public/hbs/home/vip-detail.hbs
View file @
ab15b8f
...
...
@@ -62,7 +62,6 @@
</a>
{{/
privilegeList
}}
<div
class=
"transverse"
>
{{#if
privileges
}}
{{#
privileges
}}
<div
class=
"level-item"
>
<img
class=
"item-ico"
src=
"
{{
image
icon
125
125
}}
"
>
...
...
@@ -70,12 +69,14 @@
<span
class=
"state"
>
{{
status
}}
</span>
</div>
{{/
privileges
}}
{{else}}
<div
class=
"no-privilege"
>
暂无特权
</div>
{{/if}}
</div>
{{#
unless
privilegeList
}}
{{#
unless
privileges
}}
<div
class=
"no-privilege"
>
暂无特权
</div>
{{/
unless
}}
{{/
unless
}}
</div>
{{#if
birthShow
}}
...
...
public/scss/home/family.page.css
View file @
ab15b8f
...
...
@@ -545,13 +545,13 @@
overflow-y
:
hidden
;
white-space
:
nowrap
;
width
:
100%
;
}
.no-privilege
{
font-size
:
28px
;
color
:
#b0b0b0
;
text-align
:
center
;
line-height
:
200px
;
}
.no-privilege
{
font-size
:
28px
;
color
:
#b0b0b0
;
text-align
:
center
;
line-height
:
200px
;
}
.privilege-item
{
...
...
Please
register
or
login
to post a comment