type.css

来自「武汉软件园人力资源管理系统完整源代码,希望大家能够多多交流.」· CSS 代码 · 共 62 行

CSS
62
字号
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:active{color:#FF9999;}
a:visited{
	color:#0099CC;
	text-decoration: none;
}
a:hover{color:#FF9999;}

body,div,table{ font-size: 13px; }
body{ background-color:#FFFFFF}
#top{
	position:absolute;
	width:90%;
	height:66px;
	z-index:1;
	left: 5%;
	top: 0px;
	background-image: url(../images/top-bj.gif);
}
#logo{
  position:absolute; width:184px; height:66px; z-index:3; left: 0px; top: 0px; background-image: url(../images/logo.gif); layer-background-image: url(../images/logo.gif); border: 1px none #000000;}
#time{position:absolute; width:200px; height:66px; z-index:5; left: 75%; top: 0px;}
#innerbar{position:absolute; width:90%; height:15px; left:5%;top:66px;z-index:2;background-image: url(../images/bj02.gif);}
#menu{position:absolute; width:48%; height:50px; z-index:4; left: 22%; top: 17px;}
.submit {
    font-size: 12px;
    font-family: 宋体;
    color: #FFFFFF;
	solid; CURSOR: hand;
	border:1;
	background:url('../images/boutton/bj.gif');
	width:38;
	height:21;
}
.button{
    font-size: 12px;
    font-family: 宋体;
    color: #FFFFFF;
	solid; CURSOR: hand;
	border:1;
	background:url('../images/boutton/bj.gif');
	width:60;
	height:21;
}

.table1{
border-collapse:collapse;
border-color:#cccccc; 
}

.td1{
background-Color:#eeeeee;
}

.text{
	border: 1px solid #CCCCCC;
}

#bottom{ font-size: 12px; }

⌨️ 快捷键说明

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