Authored by 郭成尧

color-444

... ... @@ -129,7 +129,7 @@ class Grade {
vipNav: droitUtil.droitHtml(vipNav),
width750: true,
title: '会员权益说明',
bgcolor: '#3e3e3e',
bgcolor: '#444444',
localCss: true
});
}).catch(next);
... ...
... ... @@ -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;
... ...