📄 style.asp
字号:
<style>
.textb {border-color: #999999 #999999 #000000;
font-size: 9pt;
background-color: <%=InputBgColor%>;
border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; cursor: hand}
.submit {background-color: <%=InputBgColor%>;
height: 18px;
border-color: <%=InputBorderColor%> <%=InputBorderColor%> <%=InputBorderColor%> <%=InputBorderColor%>;
clip: rect( );
font-size: 9pt;
border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; cursor: hand}
TD {COLOR: <%=TdFColor%>; FONT-SIZE: 9pt; LINE-HEIGHT: 150%}
A:visited {COLOR: <%=AVisitedFColor%>}
A:link {COLOR: <%=ALinkFColor%>}
A:hover {COLOR: <%=AHoverFColor%>}
input {background-color: <%=InputBgColor%>; HEIGHT: 20px; POSITION: relative;font-size:9pt; border: 1 solid <%=InputBorderColor%>}
TEXTAREA {font-size:9pt;background-color: #EFEFEF;border: 1 solid}
select {background-color: <%=SelectBgColor%>; FONT-SIZE: 9pt}
.TableLine {border-collapse: collapse}
<%=ColorCss%>
</style>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -