📄 front.css
字号:
body,td,th {
font-size: 12px;
color: #000000;
}
body {
background-color: #CCCCCC;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin:0;
}
a {
font-size: 12px;
color: #000000;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #000000;
}
a:active {
text-decoration: none;
color: #000000;
}
/*表格下划线*/
.tdx {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #D4D0C8;
}
/*导航条背景图片*/
.dh {
background-image:url(a_10.gif);
background-repeat:repeat-x;
}
/*左侧标题栏图片*/
.tdx1 {
background-image:url(a_14.gif);
background-repeat:repeat-x;
}
/*右侧标题栏图片*/
.tdx2 {
background-image:url(a_16.gif);
background-repeat:repeat-x;
}
/*边框样式*/
.tableborder {
border:1px #D4D0C8 solid;
}
/*表格细线边框*/
.tableborder1 {
border-collapse:collapse;
border-color:#D4D0C8;
}
/*左侧标题栏文字样式*/
.lefttext {
font-weight: bold;
}
/*文本框行距及边距*/
.tdtext {
padding:5px;
line-height:150%;
}
input,select {
border:1px #666666 solid;
height:18px;
font-size: 12px;
}
.submit {
background-image: url(bg2.gif);
}
.tddotted {border-bottom:1px #CCCCCC dotted;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -