59d0ea64 by xiaomiao

--no commit message

1 parent 2d7d3d57
...@@ -209,6 +209,9 @@ ...@@ -209,6 +209,9 @@
209 box-sizing: border-box; 209 box-sizing: border-box;
210 width: 70px; 210 width: 70px;
211 margin: 0 5px; 211 margin: 0 5px;
212 .icon{
213 font-size: 10px;
214 }
212 } 215 }
213 216
214 li:hover { 217 li:hover {
......
...@@ -208,6 +208,9 @@ ...@@ -208,6 +208,9 @@
208 box-sizing: border-box; 208 box-sizing: border-box;
209 width: 70px; 209 width: 70px;
210 margin: 0 5px; 210 margin: 0 5px;
211 .icon{
212 font-size: 10px;
213 }
211 } 214 }
212 215
213 li:hover { 216 li:hover {
...@@ -225,4 +228,4 @@ ...@@ -225,4 +228,4 @@
225 position: absolute; 228 position: absolute;
226 left: 0; 229 left: 0;
227 bottom: 0; 230 bottom: 0;
228 }
...\ No newline at end of file ...\ No newline at end of file
231 }
......