📄 css.css
字号:
a:visited, a:active {
text-decoration : none;
font-family: "蹈框";
color : #383838;
font-size : 9pt;
}
a:hover {
text_decoration : underline;
color : #006600;
font-size : 9pt;
}
body, tr, th {
font-family: "蹈框";
font-size :9pt;
color : #000000;
}
.input_a {
border-color:rgb(153,153,153);
border-style:ridge;
width:110px;
border-width:1;
}
.input_b {
border-color:rgb(153,153,153);
border-style:ridge;
width:30px;
border-width:1;
}
.input_c {
border-color:rgb(153,153,153);
border-style:ridge;
width:300px;
border-width:1;
}
.input_d {
border-color:rgb(153,153,153);
border-style:ridge;
width:60px;
border-width:1;
}
.input_e {
border-color:rgb(153,153,153);
border-style:ridge;
width:35px;
border-width:1;
}
.button_a {
color:rgb(53,42,0);
background-color:rgb(171,155,90);
border-color:rgb(53,42,0);
border-style:ridge;
border-width:1;
}
td {
font-family: "蹈框";
font-size :10pt;
color : #333333;
} .compa { font-family: "蹈框"; font-size: 13px; line-height: 22px; color: #333333}
a:link {
text-decoration : none;
font-family: "蹈框";
color : #333333;
font-size : 9pt;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -