|
@@ -161,9 +161,7 @@ $colorMain: #e2231a !default; //主色、文字选中、搜索
|
|
|
overflow: visible;
|
|
|
flex:0 0 250px;
|
|
|
height: 100%;
|
|
|
- background: #00985e;
|
|
|
- color: #fff;
|
|
|
- font-size: 16px;
|
|
|
+ background: #fff;
|
|
|
letter-spacing: 0px;
|
|
|
line-height: 30px;
|
|
|
display: flex;
|
|
@@ -175,7 +173,9 @@ $colorMain: #e2231a !default; //主色、文字选中、搜索
|
|
|
padding: 0 0px 0 26px;
|
|
|
z-index:888;
|
|
|
a{
|
|
|
- color: #fff;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #282E30;
|
|
|
}
|
|
|
|
|
|
&:hover {
|
|
@@ -205,8 +205,9 @@ $colorMain: #e2231a !default; //主色、文字选中、搜索
|
|
|
display: inline-block;
|
|
|
-webkit-box-sizing: border-box;
|
|
|
box-sizing: border-box;
|
|
|
- color: #333333;
|
|
|
- font-size: 15px;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #282E30;
|
|
|
margin: 0 0 0 10px;
|
|
|
line-height: 45px;
|
|
|
padding: 0 3px;
|