⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 25175css_pro.css

📁 学生管理功能: 1.添加单个成绩 2.批量添加成绩 3.通过搜索并修改与删除
💻 CSS
字号:
/* 版权所属:http://www.25175.com/ 未经本站允许,请勿随意提供下载。 请尊重作者劳动成果。 Designed by:25175 */

body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%; 
}



#head {
height:90px;width:760px;padding:0px 0px 0px 0px;text-align:left;
background: url("images/index_03.jpg") no-repeat;
}

/*页面层容器--页面主体*/
#content {
width:760px;  /* CONTENT的宽,760px,和上面的HEAD层对齐。 */
text-align:left; /* CONTENT层内容居左。 */
}
#left {
width:240px;  /* CONTENT的宽,760px,和上面的HEAD层对齐。 */
float:left; /* CONTENT层内容居左。 */
}
#right{
width:520px;  /* CONTENT的宽,760px,和上面的HEAD层对齐。 */
float:left;
}
#rightleft{

width:251px;  /* CONTENT的宽,760px,和上面的HEAD层对齐。 */
float:left; /* CONTENT层内容居左。 */
}
#rightright{
width:261px;  /* CONTENT的宽,760px,和上面的HEAD层对齐。 */
float:left; /* CONTENT层内容居左。 */
}

#footer {width:760px;color:#FFFFE1;}

#footer a{color:#FFFFD8;text-decoration: none;}
#footer a:hover {color:#FFFFD8;text-decoration:underline;}
#footer a:visited {color:#FFFFD8;}

a {
	text-decoration: none;
	color: #21619C;
	font-size: 12px;
}
a1 {
	color: #9dc5ff;
}
a:visited {
	color: #174671;
	text-decoration: none;
}
a:hover {
	color:#3287D3;
	text-decoration: underline;
}


/* 表单样式 */
textarea {
	background-color: #CCCCCC;
	border: 1px solid #333;
	color: #666;
	font-family: Tahoma, Arial;
	font-size: 12px;
}
input {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 15px;
	color: #666;
}

input.text {
	background-color: #C1E27D;
	border: 1px solid #333;
	color: #CCC;
	height: 20px;
	padding: 1px;
	color: #666;
}

select {
	background-color: #F6F6F6;
	border: 1px solid #FFFFFF;
	color: #CCCCCC;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #666;
}
a.nn1:link {
	font-size: 12px;
	color:#F7F7F7;
	text-decoration: none;
}
a.nn1:hover {
	font-size: 12px;
	color:#F7F7F7;
	text-decoration: underline;
}
a.nn1:visited {
	font-size: 12px;
	color:#F7F7F7;
}
a.nn:visited {
	font-size: 12px;
	color:#FFFFD8;
}
	
	

a1.style1:hover {
	font-size: 12px;
	color:#9dc5ff;
	text-decoration: underline;
}
a1.style1:visited {
	font-size: 12px;
	color:#9dc5ff;
}
a1.style1:link {
	font-size: 12px;
	color:#9dc5ff;
	text-decoration: none;
}

table2link {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


a.nn:hover {
	font-size: 12px;
	color:#FFFFD8;
	text-decoration: underline;
}

.STYLE_red {color: #FF0000}
.STYLE_coffee {color: #655050}
.STYLE_yellow {color: #FFFF00}
.STYLE_blue {color:#0099FF}


/* 版权所属:http://www.25175.com/ 未经本站允许,请勿随意提供下载。 请尊重作者劳动成果。 Designed by:25175 */
div {
	color: #555555;
}
.all_round_coffee {
	border: 1px solid #61594E;
}
table {
	font-size: 12px;
}

⌨️ 快捷键说明

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