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
郭成尧
2018-03-23 19:22:21 +0800
Commit
77022016a32b32e0359b8311027f9d4a1f901e26
1 parent
e2e19cab
color-444
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
apps/activity/controllers/grade.js
public/scss/activity/grade-droit.page.css
apps/activity/controllers/grade.js
View file @
7702201
...
...
@@ -129,7 +129,7 @@ class Grade {
vipNav
:
droitUtil
.
droitHtml
(
vipNav
),
width750
:
true
,
title
:
'会员权益说明'
,
bgcolor
:
'#
3e3e3e
'
,
bgcolor
:
'#
444444
'
,
localCss
:
true
});
}).
catch
(
next
);
...
...
public/scss/activity/grade-droit.page.css
View file @
7702201
...
...
@@ -2,12 +2,16 @@
width
:
750px
;
-webkit-overflow-scrolling
:
touch
;
>
.user-defined-header
>
.nav-title
{
font-size
:
32px
;
}
.droit-nav
{
width
:
inherit
;
overflow
:
hidden
;
overflow-x
:
auto
;
white-space
:
nowrap
;
background-color
:
#
3e3e3e
;
background-color
:
#
444
;
.droit-nav-item
{
text-align
:
center
;
...
...
Please
register
or
login
to post a comment