...
|
...
|
@@ -22,12 +22,13 @@ |
|
|
border-bottom: 1px solid #e0e0e0;
|
|
|
border-top: 1px solid #e0e0e0;
|
|
|
background: #fff;
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
li {
|
|
|
float: left;
|
|
|
padding: 0 50px;
|
|
|
height: 82px;
|
|
|
line-height: 82px;
|
|
|
height: 80px;
|
|
|
line-height: 80px;
|
|
|
color: #b0b0b0;
|
|
|
width: auto;
|
|
|
font-size: 28px;
|
...
|
...
|
|