main_info.css

来自「简单有效的应用程序」· CSS 代码 · 共 24 行

CSS
24
字号
/* CSS Document */
td.hong { color:#FF3333; text-align:right}
td.hong_left{ color:#FF3333; }
td.huang { color:#CCFF33; text-align:right}

td.lv { color:#99CC00; text-align:right;}
table { color:#99CC00}

.normal_input {star : expression(
onmouseover=function(){this.style.borderColor="#99CC00"},
onmouseout=function(){this.style.borderColor="#000000"})}
.normal_input  { width:102px;margin:0px 2px 0px 2px;border:1px solid #000000; }
.normal_input1 { width:48px;margin:0px 0px 0px 2px;border:1px solid #000000; }
.normal_input2 { width:45px;margin:0px 2px 0px 2px;border:1px solid #000000; }
.normal_input3 { width:70px;margin:0px 2px 0px 2px;border:1px solid #000000; }
.normal_input4 { width:50px;margin:0px 2px 0px 2px;border:1px solid #000000; }
.submit{width:55px;}
.normal_select {font-size:12px;width:50px;line-height:20px;border:0px;color:#909993; margin:2px 0px 0px 0px;}
.normal_select1 {font-size:12px;width:105px;line-height:20px;border:0px;color:#909993; margin:0px 2px 0px 2px;}
input.disabled {
color:red;
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?