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

📄 style.css

📁 网上那个书店开发系统论文,需要的朋友可以下载参考哦
💻 CSS
字号:
body,td{
	color:#000; font-size:12px; text-align:center
}
ul{
	padding:0;margin:0
}
a{
	color:#000; text-decoration:none
}
a:hover{
	color:#A2245C; text-decoration:underline
}
td a{ text-decoration:underline}
td a:hover{color:#A2245C; text-decoration:underline}
.form{
	margin-left:auto; margin-right:auto; text-align:center
}
.space50{
	height:50px
	}
.space30{
	height:30px
}
.space10{
	height:10px
}
.notify{
	font-weight:bold;color:#ff0000
}
.alignLeft{
	text-align:left; padding:3px
	}
.alignRight{
	text-align:right
	}
.textBox{
	border:1px solid #000; background-color:#CCCCCC
	}
.button{
	border:1px outset #fff;background-color:#000; padding-top:3px; cursor:hand; font-size:12px; color:#fff; font-weight:bold
	}
.mainBox{
	width:780px; margin-left:auto; margin-right:auto; text-align:center
}
#loginTitle{
	background-color:#000; width:310px;  margin-left:auto; margin-right:auto
}
#loginSubTitle{
	font-weight:bold; color:#fff; text-align:left; padding:5px 5px 1px 5px;
}
#loginContainer{
	border:1px solid #000; width:310px; margin-left:auto; margin-right:auto
}
#logo {
	font-family: "Courier New", Courier, monospace; color:#fff;background-color:#000; height:65px; width:290px;font-weight: bold;float:left
}
#em{
	font-size: 56px;font-style: italic;margin-left:10px
}
#bookManage{
	font-size: 26px;color: #ccc
}
#beta{
	font-size: 12px;float:left;margin-top:10px
}
#header {
	text-align:left; border:1px solid #000; height:65px
}
#topNav{
	float:left;margin-top:16px
}
#topNav li{
	width:121px; border-left:1px solid #fff; font-size:14px; font-weight:bold; float:left; list-style:none; text-align:center
}
#topNav a{
	background-color:#000; color:#fff; width:100%;display:block; text-decoration:none;padding-top:5px; height:20px
}
#topNav a:hover{
	background-color:#ddd; color:#000
}
#footer{
	 border:1px solid #000; height:20px; background-color:#ccc
}
.header {
	background-color:#000; font-weight:bold; color:#fff; text-align:left; padding:5px 5px 1px 5px; margin-left:auto
}
.container{
	border:1px solid #000; padding:10px 0
}
.msg
{
	font-weight:bold;color:Red}
.red{color:Red}

⌨️ 快捷键说明

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