...
|
...
|
@@ -59,7 +59,7 @@ |
|
|
content: "";
|
|
|
position: absolute;
|
|
|
left: 30px;
|
|
|
bottom: -1px;
|
|
|
bottom: -2PX;
|
|
|
width: 100%;
|
|
|
height: 0;
|
|
|
border-top: 2PX solid #eee;
|
...
|
...
|
@@ -74,8 +74,8 @@ |
|
|
width: 100%;
|
|
|
height: 22px;
|
|
|
background: #f6f6f6;
|
|
|
border-top: 1px solid #eee;
|
|
|
border-bottom: 1px solid #eee;
|
|
|
border-top: 2PX solid #eee;
|
|
|
border-bottom: 2PX solid #eee;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|