📄 style.css
字号:
/* 全局定义 */
body, td, div, p, input, textarea, select {
color: #222222;
font-family: Tahoma;
font-size: 12px;
line-height: 16px;
}
input, textarea {
border: 1px #C9D2BB solid;
}
select, select {
height: 18px;
}
input{ height:20px}
body {
margin: 0px;
text-align: center;
SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
SCROLLBAR-SHADOW-COLOR: buttonface;
SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
SCROLLBAR-TRACK-COLOR: #eeeeee;
SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
background-color: #303880
}
a {
color: #003366;
text-decoration:none;
}
A:visited
{
color: #003366;
text-decoration:none;
}
a:hover
{
color: #ff3300;
text-decoration: underline;
}
a:link
{
color: #003366;
text-decoration:none;
}
A:active
{
color: #ff3300;
text-decoration:none;
}
td {
border-color: #D2E0F0; /* 该项对firefox之类无效,对ie有效 */
}
form {
margin: 0;
}
.grid, hr {
border: 1px #D2E0F0 solid;
border-collapse:collapse;
}
.nogrid {
border: 0px !important;
}
.fixed {
table-layout: fixed;
overflow: hidden;
}
.smallbox {
height: 11px !important;
height: 16px;
border: 0px !important;
}
.cursor {
cursor: hand;
}
.button {
font-family: 宋体;
font-size: 12px;
border-right: 1px #a9a9a9 solid;
border-bottom: 1px #a9a9a9 solid;
height: 18px;
padding-top: 0px;
padding-left: 2px;
background: buttonface;
}
.ubbButton {
font-family: 宋体;
font-size: 12px;
border-right: 1px #a9a9a9 solid;
border-bottom: 1px #a9a9a9 solid;
width: 19px;
height: 18px;
padding-top: -2px;
padding-left: 1px;
background: buttonface;
}
/************ ***********/
/* 左边的框边 */
.LFramebg
{
background-color :#cdcdcd;
width: 1px;
}
/* 右边的框边 */
.RFramebg
{
background-color :#bcbcbc;
width: 1px;
}
/* 下边的框边 */
.XFramebg
{
background-color :#bcbcbc;
height: 1px;
}
/* 正文背景 */
.ZWenbg
{
background-color :#fafafa;
}
/* 正文背景2 */
.ZWenbg2
{
background-color :#ffffff;
}
/* 栏目背景 */
.LMubg
{
background-color :#f5f5f5;
}
/*=============================
以下内容为不同风格而设
请一边修改一边查看效果
=============================*/
/* [可选项]顶层外框,标记在page_header中 */
#main {
width: 98%;
background: white;
}
/* [必须项]弹出层 */
#poplayer {
position: absolute;
z-index: 9;
text-align: left;
border: 1px #333333 solid;
padding: 1px 3px;
background: white;
filter: Alpha(Opacity=0);
}
/* [必须项]特殊超连接,版面连接处 */
.link a {
color: #0000fe;
text-decoration:none;
}
.link a:hover {
color: #0000fe;
text-decoration:underline;
}
/* [可选项]表格标题行超连接 */
.titleanchor a {
color: #0000fe;
text-decoration:none;
}
.titleanchor a:hover {
color: #0000fe;
text-decoration:underline;
}
/* [必须项]提示文本颜色 */
.t1 {
color: #ff6600;
}
/* [必须项]醒目文本颜色 */
.t2 {
color: red;
}
/* [必须项]灰调文本颜色 */
.t3 {
color: #gray;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -