样式修改,更加合理

deploy
caiyuzheng 2019-08-27 16:45:06 +08:00
parent b60f842e00
commit d45de82ad0
2 changed files with 9 additions and 5 deletions

View File

@ -30,7 +30,8 @@ ul.navMenu{
.subMenu>li.active>a,
.subMenu>li>a:hover {
color: #f5f8f9;
cursor:default
cursor:default;
width: 130px;
}
.subMenu>li>a {
@ -46,11 +47,14 @@ ul.subMenu {
margin-top: 8px;
margin-left: 10px;
padding-bottom: 5px;
width: 130px;
}
.subMenu>li>a {
padding-left: 0px;
padding-right: 30px;
width: 130px;
}
a #arrow{
@ -61,6 +65,8 @@ a #arrow{
line-height: 40px;
font-weight: 300;
text-shadow: none;
width: 130px;
}
a.arrow:after {
display: block;
@ -90,4 +96,6 @@ li.active>a.arrow:after {
line-height: 40px;
font-weight: 300;
text-shadow: none;
width: 130px;
}

View File

@ -280,11 +280,8 @@ function timer (timerName, action, options) {
if (o.timePrefix || o.timeSuffix)
time = o.timePrefix + time + o.timeSuffix;
}
return time;
};
/**
* showOptions
*
@ -297,7 +294,6 @@ function showOptions (Layout, key, debugOpts) {
});
debugData( data, 'options.'+key, debugOpts );
};
/**
* showState
*