top.css
来自「学生档案管理系统。。 调试测试可以用。」· CSS 代码 · 共 68 行
CSS
68 行
body {
margin-left: 0px;
margin-top: 0px;
background-color: #eaf4fd;
}
.STYLE1{font-size: 9pt; Vertical-align:middle;}
a:link {
text-decoration: none;
color:white;
}
a:visited {
text-decoration: none;
color:white;
}
a:hover {
text-decoration: none;
color:yellow;
}
a:active {
text-decoration: none;
color:red;
}
a.b:link {
text-decoration: none;
color:black;
font-size:9pt;
Vertical-align:middle;
}
a.b:visited {
text-decoration: none;
color:black;
font-size:9pt;
Vertical-align:middle;
}
a.b:hover {
text-decoration: none;
color:green;
font-size:9pt;
Vertical-align:middle;
}
a.b:active {
text-decoration: none;
color:red;
font-size:9pt;
Vertical-align:middle;
}
#Layer1 {
position:absolute;
width:381px;
height:13px;
z-index:1;
left: 640px;
top: 109px;
}
.top_style1
{
background-image:url(../image/icon_mailer.gif);
background-repeat: no-repeat;
Vertical-align:middle;
}
.top_style2
{
background-image:url(../image/leader.gif);
background-repeat: no-repeat;
Vertical-align:middle;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?