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

📄 defualt.css.bak

📁 瑞赛珂网站源码
💻 BAK
字号:
/* CSS Document */
/* 页面开始 */
/**页面整体属性**/
body {
    font-family: "宋体";
	font-size: 12px;
	color: #333;
    margin:0px;
	background-image: url(images/MYBG.gif);
	background-repeat: repeat-y;
}
/*BODY联接效果*/
a:link {
	color: #333;text-decoration: none;
}
a:visited {
	color: #333;text-decoration: none;
}
a:hover {
	color: #FF9900;text-decoration: none;
}
/*字体*/
.STYLE1 {
	color: #999999;
	font-size: 10px;
	padding-left: 20px;
}
.STYLE2 {
	color: #FF9900;
	font-size: 12px;
	padding-left: 20px;
	font-weight: bold;
}
.STYLE3 {
	color: #000066;
	font-weight: bold;
}
/*首页*/
#logo {
	height: 80px;
	width: 760px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	border-right:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	margin-left: 130px;
}
#head {
	font-weight: bold;
	margin: 5px 0px 5px 600px;
	width:160px;
	font-size: 12px;
}
#nav {
	height: 28px;
	width: 760px;
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 130px;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	border-right:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
}
#nav ul { margin:0; padding:8px 30px; width:600px; float:left;}
#nav li {
	display:inline;
	list-style:none;
	color: #FFFFFF;
	margin:0 5px;
}
#nav li a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-family: "宋体";
	font-weight: bold;
	}
#nav li a:visited {	color: #FFF;}
#nav li a:hover { color: #FFFF00;}
#nav li a:active {color:#FFF; }
#flash {
	height: 198px;
	width: 760px;
	border-right:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	margin-left: 130px;
}
#footer {
	background-color: #eee;
	border-right:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	margin-left: 130px;
	padding-top:10px;
	height: 70px;
	width: 760px;
	text-align:center;
}
#main {
	width: 760px;
	border-right:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	margin-left: 130px;
}
#mainleft {
	float: left;
	width: 250px;
	margin: 2px 0 2px 2px;
}
#mainright {
	width: 500px;
	margin: 2px 2px 2px 0;
}
h5 {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/title02.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 230px;
	padding:8px 0 0 20px;
	margin:0;
}
h4 {
    font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
    color: #0099FF;
	background-image: url(images/title01.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 465px;
	padding:15px 0 0 35px;
	margin-top:2px;
	margin:0;
}
.leftbox {
	width: 238px;
	height:130px;
	border: 1px solid #48cbcc;
	margin-bottom:2px;
	padding:5px;
}
.leftbox ul{margin:5px;}
.leftbox li {
	list-style-image: url(images/dot.gif);
	border-bottom:dashed 1px #ccc;
	padding:2px 0;
	list-style-position: inside;
}
.rightbox p {
	width: 300px;
	float:left;
	margin:5px;
	text-indent: 24px;
}
.listbox {
	float: left;
}
.rightbox ul {
	margin: 5px;
	width: 300px;
}
.rightbox li {
	list-style-image: url(images/li3.gif);
	margin-left: 15px;
	padding:2px 0;
	border-bottom:dashed 1px #ccc;
}
.imagebox {
	width: 160px;
}
.rightbox {
	width: 488px;
	border-left: 1px solid #0099FF;
	border-bottom: 1px solid #0099FF;
	border-right: 1px solid #0099FF;
	margin-bottom:2px;
	padding:5px;
}
/*首页结束*/
#comitem {
	padding: 5px 20px;
}
#newslist li {
	list-style-image: url(images/dot.gif);
}
#caseslist ul{
float:left;
width:300px;
}
#newslist {
	height: 160px;
}
#pagelist {
width:360px;
margin:10px 200px;
float:none;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	border-bottom: 2px solid #FF9900;
	margin:5px;
	padding:5px 0px;
	text-align: center;
}
#newsitem {
	height: 160px;
}
#newsitem p {
	padding: 0 20px;
	margin-bottom:5px;
}
/*后台界面*/
#adinlogo {
	font-family: "宋体";
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #99CCFF;
	width: 760px;
	height:140px;
	background-image:url(images/addlogo.jpg);
	background-repeat:no-repeat;
	border-right:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	margin-left: 130px;
}
#addmain {
	width: 760px;
	border-right:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	margin-left: 130px;
}
#mainhead {
	background-image:url(images/head_bg1.gif);
	text-indent: 20px;
	height: 25px;
	padding-top: 5px;
}
#addlift {
	background-color: #FFF;
	background-image:url(images/adinlist.gif);
	background-repeat:no-repeat;
	width: 180px;
	padding-top:50px;
	float: left;
	margin:0;
}
#addright {
	width: 576px;
	border-left:solid 1px #CCCCCC;
	margin:0;
}
#addlift li {
	list-style-image: url(images/b_album.gif);
	list-style-type: none;
}
#addfooter {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 760px;
	margin-left: 130px;
	text-align: center;
}
.adintitle {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color:#333;
	height:15px;
	padding:8px 0px 5px 30px;
	background-image: url(images/tbg.gif);
}

⌨️ 快捷键说明

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