样式修改,更加合理
parent
b60f842e00
commit
d45de82ad0
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue