style.css

来自「报名系统」· CSS 代码 · 共 39 行

CSS
39
字号
.style1 
     {
     color: #FFFFFF
	 }
body,td,th 
     {
	 font-size: 12px;
	 }
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
.style2 
   {
	color: #000000;
	font-weight: bold;
   }
.table
    {
    border:1px solid #000000;
	}
.table1 
   {
    border:1px solid #ffffff;
	}
a:link {
	text-decoration: none; color:#FFFFFF;
}
a:visited {
	text-decoration: none;color:#FFFFFF;
}
a:hover {
	text-decoration: none;color:#FFFFFF;
}
a:active {
	text-decoration: none;color:#FFFFFF;
}

⌨️ 快捷键说明

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