#1354 statistics 섹션을 xeicon 섹션으로 대체

This commit is contained in:
bnu 2015-04-02 13:54:24 +09:00
parent fff4ef1109
commit 76c1eb48e9
5 changed files with 51 additions and 59 deletions

View file

@ -73,6 +73,14 @@ a:hover,a:active,a:focus{text-decoration:none}
.footer .site_map > ul ul a:focus,
.footer .site_map > ul ul a:active{color:#555}
/* button */
.btn_item{display:inline-block;margin:35px 0;padding:0 27px;height:50px;font-family: "Open Sans";background-color:#555;font-size:13px;line-height:50px;letter-spacing:1px;color:#FFF;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out}
.btn_item:hover,
.btn_item:active
.btn_item:focus{background-color:#CBA061;color:#fff}
.btn_item + .btn_item {margin-left: 10px; }
/* Login */
.header>.side>ul>li{float:left;position:relative}
.header>.side>ul>li>a{display:block;width:22px;height:22px;margin-left:12px;font-size:22px;line-height:22px;color:#888;text-align:center}
@ -199,4 +207,4 @@ a:hover,a:active,a:focus{text-decoration:none}
@keyframes ani-header {
0% {top: -60px}
100% {top: 0px}
}
}