css.css
来自「企业网站管理系统(C#.NET2003开发),供初学者学习!」· CSS 代码 · 共 133 行
CSS
133 行
body {
background-image: url(BG.gif);
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.text01 {
font-family: "宋体";
font-size: 12px;
color: #FF9900;
text-decoration: none;
}
.box01 {
font-family: "宋体";
font-size: 12px;
color: #FF9900;
text-decoration: none;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-top-color: #FF9900;
border-right-color: #FF9900;
border-bottom-color: #FF9900;
border-left-color: #FF9900;
background-color: #F8F8F8;
}
.text02 {
font-family: "宋体";
font-size: 12px;
color: #333333;
text-decoration: none;
letter-spacing: 4pt;
}
.text03 {
font-family: "宋体";
font-size: 12px;
color: #333333;
text-decoration: none;
line-height: 200%;
}
.text04 {
font-family: "宋体";
font-size: 12px;
color: #188EFF;
text-decoration: none;
letter-spacing: 3pt;
}
a:link {
font-family: "宋体";
font-size: 12px;
color: #333333;
text-decoration: none;
}
a:visited {
font-family: "宋体";
font-size: 12px;
color: #333333;
text-decoration: none;
}
a:active {
font-family: "宋体";
font-size: 12px;
color: #333333;
text-decoration: none;
}
a:hover {
font-family: "宋体";
font-size: 12px;
color: #333333;
text-decoration: underline;
}
a.1:link {
font-family: "宋体";
font-size: 12px;
color: #188EFF;
text-decoration: none;
}
a.1:visited {
font-family: "宋体";
font-size: 12px;
color: #188EFF;
text-decoration: none;
}
a.1:active {
font-family: "宋体";
font-size: 12px;
color: #188EFF;
text-decoration: none;
}
a.1:hover {
font-family: "宋体";
font-size: 12px;
color: #188EFF;
text-decoration: underline;
}
a.2:link {
font-family: "宋体";
font-size: 12px;
color: #333333;
text-decoration: none;
}
a.2:visited {
font-family: "宋体";
font-size: 12px;
color: #333333;
text-decoration: none;
}
a.2:active {
font-family: "宋体";
font-size: 12px;
color: #333333;
text-decoration: none;
}
a.2:hover {
font-family: "宋体";
font-size: 12px;
color: #FF9900;
text-decoration: none;
}
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?