📄 css.css
字号:
td{font-size:12px;line-height:140%;color: #333333}
body{
font-size:12px;
line-height:140%;
color: #333333;
background-color: #0066CC;
}
select {font-size: 12px }
input {font-size: 12px }
option {font-size: 12px }
a:link { color: #0033CC; text-decoration: none }
a:visited { color: #0033CC; text-decoration: none }
A:active {color:#ff0000;text-decoration: none;}
A:hover {color: #FF0000; text-decoration: underline;}
a.yh:link { color: #ff0149; text-decoration: none }
a.yh:visited { color: #ff0149; text-decoration: none }
A.yh:active {color:#ff0149;text-decoration: none;}
A.yh:hover {color: #ff0149; text-decoration: underline;}
a.grey:link { color: #333333; text-decoration: none }
a.grey:visited { color: #333333; text-decoration: none }
A.grey:active {color:#333333;text-decoration: none;}
A.grey:hover {color: #333333; text-decoration: underline;}
.border_little {
border: 1px solid #A3A3A3;
}
.border_up-down {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-top-color: #d2d2d2;
border-right-color: #d2d2d2;
border-bottom-color: #d2d2d2;
border-left-color: #d2d2d2;
}
.border_left-right {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: solid;
border-bottom-style: none;
border-left-style: solid;
border-top-color: #d2d2d2;
border-right-color: #d2d2d2;
border-bottom-color: #d2d2d2;
border-left-color: #d2d2d2;
}
.border_big5 {
border: 5px solid #f1f1f1;
}
.border_big3 {
border: 3px solid #f1f1f1;
}
.title_1 {
color: #057eb7;
font-family: "宋体";
font-size: 14px;
font-weight: bolder;
text-decoration: none;
}
.title_2 {
color: #FF6600;
font-family: "宋体";
font-size: 12px;
font-weight: bolder;
text-decoration: none;
}
.title_write {
color: #FFffff;
font-family: "宋体";
font-size: 12px;
text-decoration: none;
}
.title_blue {
color: #057eb7;
font-family: "宋体";
font-size: 12px;
text-decoration: none;
}
.p150 {
line-height: 150%;
}
.border {
border: 1px solid #e4e4e4;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -