style.asp

来自「庐江二中」· ASP 代码 · 共 24 行

ASP
24
字号
<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 + =
减小字号Ctrl + -
显示快捷键?