提交 d8b69fe7 编写于 作者: D devil_gong

css

上级 b8a25864
...@@ -53,7 +53,7 @@ input:hover, select:hover, textarea:hover, .chosen-choices:hover, .chosen-single ...@@ -53,7 +53,7 @@ input:hover, select:hover, textarea:hover, .chosen-choices:hover, .chosen-single
body {margin:0;color:#797979;} body {margin:0;color:#797979;}
html,body {position:relative;background:#fff;height:100%;width:100%;} html,body {position:relative;background:#fff;height:100%;width:100%;}
h1,h2,h3,h4,h5,h6 {margin:10px 0;} h1,h2,h3,h4,h5,h6 {font-family:'Karla',sans-serif;margin:10px 0;}
h1 {line-height:43px;} h1 {line-height:43px;}
h2 {line-height:35px;} h2 {line-height:35px;}
h3 small {color:#444444;} h3 small {color:#444444;}
...@@ -270,7 +270,7 @@ a:focus {outline:0;text-decoration:none;} ...@@ -270,7 +270,7 @@ a:focus {outline:0;text-decoration:none;}
.nav-tabs > .active > a,.nav-tabs > .active > a:focus,.nav-tabs > .active > a:hover {border:2px solid #eeeeee !important;border-bottom-color:#ffffff !important;} .nav-tabs > .active > a,.nav-tabs > .active > a:focus,.nav-tabs > .active > a:hover {border:2px solid #eeeeee !important;border-bottom-color:#ffffff !important;}
.nav-tabs {border-bottom:2px solid #eeeeee;} .nav-tabs {border-bottom:2px solid #eeeeee;}
.nav-tabs > li {margin-bottom:-2px;} .nav-tabs > li {margin-bottom:-2px;}
.nav-tabs a {color:#435966;font-size:15px;font-weight:600;} .nav-tabs a {color:#435966;font-size:15px;font-weight:600;font-family:'Karla',sans-serif;}
.nav > li > a:focus,.nav > li > a:hover {text-decoration:none;background-color:#f4f8fb;} .nav > li > a:focus,.nav > li > a:hover {text-decoration:none;background-color:#f4f8fb;}
.nav .open > a,.nav .open > a:focus,.nav .open > a:hover {border-color:#eeeeee;} .nav .open > a,.nav .open > a:focus,.nav .open > a:hover {border-color:#eeeeee;}
/* List group */ /* List group */
......
/** /**
* 公共 * 公共
*/ */
body {
font-family: arial,"Lantinghei SC","Microsoft Yahei";
}
.none {display:none !important;} .none {display:none !important;}
.block {display:block !important;} .block {display:block !important;}
......
...@@ -16,6 +16,7 @@ time, mark, audio, video { ...@@ -16,6 +16,7 @@ time, mark, audio, video {
border: 0; border: 0;
font: inherit; font: inherit;
vertical-align: baseline; vertical-align: baseline;
font-family: arial,"Lantinghei SC","Microsoft Yahei";
} }
li { list-style-type: none; } li { list-style-type: none; }
button { outline: none; } button { outline: none; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册