codekart
Version:
Web application framework for Node.js
74 lines (46 loc) • 2.35 kB
text/less
@charset "utf-8";
@paper_width: 800px; //宽度
/* 全局样式 */
*{ margin:0; padding:0; border:0; outline:0; font-size:1em; font-weight:normal; text-decoration:none; cursor: default; }
body{
margin:0; padding:0; background-color:#fff; color:#000;
word-wrap:break-word; vertical-align: baseline; -webkit-text-size-adjust: none;
font-family: Microsoft YaHei,"微软雅黑",Lucida,Verdana,Hiragino Sans GB,STHeiti,WenQuanYi Micro Hei,Droid Sans Fallback,SimSun,sans-serif;
//font-family:14px/22px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
}
::selection { color:#fff; background-color:#666; text-shadow:none; }
::-moz-selection { color:#fff; background-color:#666; text-shadow:none; }
h1,h2,h3,h4,h5,h6{ font-weight: normal; }
h1{ font-size:36px; line-height: 36px; }
h2{ font-size:30px; line-height: 30px}
h3{ font-size:25px; line-height: 25px}
h4{ font-size:21px; line-height: 21px}
h5{ font-size:18px; line-height: 18px}
h6{ font-size:15px; line-height: 15px}
.clear{clear:both;font-size:1px;width:1px;height:0;visibility:hidden;margin-top:0px;*margin-top:-1px;line-height:0}
b,i,u{ font-weight: normal; font-style: normal; }
/* Default Link */
a:link,a:visited{color: inherit; text-decoration:none; outline-style:none; }
a:active,a:hover{ color: inherit; text-decoration:none; cursor:pointer; }
/* 动画 */
/* webfont 自定义字体 */
@font-face {
font-family: 'jojoinIconFont';
src: url('<%webfont%>/jojoin-icon.eot');
src: url('<%webfont%>/jojoin-icon.eot?#iefix') format('embedded-opentype'),
url('<%webfont%>/jojoin-icon.woff') format('woff'),
url('<%webfont%>/jojoin-icon.ttf') format('truetype'),
url('<%webfont%>/jojoin-icon.svg#jojoinIconFont') format('svg');
font-weight: normal;
font-style: normal;
}
.font-icon{
font-family: 'jojoinIconFont',Microsoft YaHei,"微软雅黑",Lucida,Verdana,Hiragino Sans GB,STHeiti,WenQuanYi Micro Hei,Droid Sans Fallback,SimSun,sans-serif; ;
}
.font-title{
font-family: Georgia,"Times New Roman",Times,"Kai","Kaiti SC","KaiTi","BiauKai","楷体","楷体_GB2312",serif;
}
.font-title-icon{
font-family: 'jojoinIconFont',Georgia,"Times New Roman",Times,"Kai","Kaiti SC","KaiTi","BiauKai","楷体","楷体_GB2312",serif;
}