css.css
来自「在线招生报名系统 2009 (内附说明)」· CSS 代码 · 共 65 行
CSS
65 行
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.font_cl {
font-size: 12px;
line-height: 1.5em;
color: #000000;
text-decoration: none;
}
.STYLE1 {
font-size: 18px;
font-weight: bold;
color: #FF0000;
}
a.aa:link {
font-size: 12px;
color: #0000FF;
text-decoration: none;
}
a.aa:visited {
font-size: 12px;
color: #0000FF;
text-decoration: none;
}
a.aa:hover {
font-size: 12px;
color: #0000FF;
text-decoration: underline;
}
a.aa:active {
font-size: 12px;
color: #000000;
text-decoration: none;
}
.STYLE3 {
font-size: 12px;
color: #FF0000;
}
.table_aa {
border: 1px solid #068DC4;
}
.STYLE4 { font-size: 12px;
line-height: 1.5em;
}
.STYLE5 {
font-size: 14px;
color: #000000;
font-weight: bold;
}
.STYLE6 {
font-size: 14px;
color: #000000;
font-weight: bold;
font-family: "宋体";
line-height: 22px;
text-decoration: none;
}
-->
</style>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?