📄 stylesheet.css
字号:
.right {
border-left-style: none;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #999999;
width: 200px;
}
.all {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #999999;
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #999999;
border-right-style: dotted;
border-left-style: dotted;
border-right-width: 1px;
border-left-width: 1px;
border-right-color: #999999;
border-left-color: #999999;
}
.foot {
border-top-width: thin;
border-bottom-width: 1px;
border-left-width: thin;
border-top-style: none;
border-right-style: none;
border-bottom-style: dotted;
border-left-style: none;
border-bottom-color: #999999;
}
.tleft{
color: #FFFFFF;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
background-color: #FF8000;
width: 210px;
height: 24px;
text-align: center;
}
.tright {
color: #FFFFFF;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
background-color: #FF8000;
width: 540px;
height: 24px;
text-align: center;
}
.h1{
font-size: 12px;
color: #656565;
}
A:link {
COLOR: #656565; TEXT-DECORATION: none; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 8pt
}
A:visited {
COLOR: #336699; TEXT-DECORATION: none; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 8pt
}
A:active {
COLOR: #ff0000; TEXT-DECORATION: none; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 8pt
}
A:hover {
COLOR: #ff6600; TEXT-DECORATION: underline; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 8pt
}
.img1 {
background-image: url(logo.jpg)
}
.img2 {
background-image: url(foot.jpg)
}
body {
margin-top: 0px;
margin-bottom: 0px;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -