Authored by ccbikai

侧边栏样式修改

@@ -59,7 +59,7 @@ @@ -59,7 +59,7 @@
59 content: ""; 59 content: "";
60 position: absolute; 60 position: absolute;
61 left: 30px; 61 left: 30px;
62 - bottom: -1px; 62 + bottom: -2PX;
63 width: 100%; 63 width: 100%;
64 height: 0; 64 height: 0;
65 border-top: 2PX solid #eee; 65 border-top: 2PX solid #eee;
@@ -74,8 +74,8 @@ @@ -74,8 +74,8 @@
74 width: 100%; 74 width: 100%;
75 height: 22px; 75 height: 22px;
76 background: #f6f6f6; 76 background: #f6f6f6;
77 - border-top: 1px solid #eee;  
78 - border-bottom: 1px solid #eee; 77 + border-top: 2PX solid #eee;
  78 + border-bottom: 2PX solid #eee;
79 } 79 }
80 } 80 }
81 81