download.css

来自「代码名称: 程式下载管理 添加日期: 2000-8-23 所属分类: ASP」· CSS 代码 · 共 51 行

CSS
51
字号
body		{ 
		background: #Ffffff;  
		font-size: 75%;  
		font-family: 宋体; 
                }

 td{ 
		font-size:9pt;
              
      	  }
 
 p{ 
		font-size:9pt;
      	  }
 li{ 
		font-size:9pt;
      	  }
BigFont{
                font-size:11pt;
}
select.smallselsect
     {
     font-size:9pt;
     color:rgb(0,0,128) ;
     }
input.smallInput
     {
     font-size:9pt;
     background-color: white;
     color:rgb(0,0,128) ;
     }
textarea.smallarea
     {
     font-size:9pt;
     background-color: white;
     color: rgb(0,0,128) ;
     }

input.buttonface
     {
     font-size:9pt;
     background-color: 0080C0; 
     color: ffffff ;
     }

a:link {color: #0066cc; text-decoration: none}
a:visited {color: #0099ff;text-decoration:none}
a:hover {text-decoration:underline}


⌨️ 快捷键说明

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