www.gusucode.com > ShopEx481 & PHPWind 整合版码程序 > shopadmin/user_guide/images/css.css

    body{
	text-align:center;
	color:#666666;
	line-height:22px;
	font-size:9pt;
	margin:0;
	padding:0;
	font-family: "Courier New";
}
a{
	color:#006699;
	border-bottom:1px dotted #ff9900;
	text-decoration: none;	
}
h3{
}
a:hover{
	color:#fff;
	background:#ff9900;
}
/*--------------------------------------------------------*/
#mainbox{
	text-align:left;
	width:620px;
	position:relative;
	border:7px solid #f0f0f0;
	margin:60px auto;
	

}
#mainbox #title{
	position:absolute;
	width:182px;
	height:50px;
	left: 6px;
	top: -32px;

}
#mainbox #closewindow{
	position:absolute;
	width:16px;
	height:16px;
	right: -10px;
	top: -10px;

}
/*--------------------------------------------------------*/
.content{
	padding:30px 20px 20px 20px;
}
.content .num{
	float:left;
}
.content .intro{
	float:right;
	width:88%;
}
.content .main{

}
.content a.goto{
	padding:5px;
	color:#fff;
	background:#ff9900;
}
.content a.goto:hover{
	padding:5px;
	color:#000;
	background:#f0f0f0;

}

.content .title{
	font-size:16px;
	color:#04548b;
	padding:10px 0;
	font-weight:normal;
	border-bottom:1px dotted #ccc;
}
.note{
color:#336699;
font-weight:bold;}
/*--------------------------------------------------------*/
.step{
	position:relative;
	height:50px;
}
.stepnext{
	position:absolute;
	right: 3px;
	bottom:3px;
}
.steppre{
	position:absolute;
	left: 3px;
	bottom:3px;
}
/*--------------------------------------------------------*/
.clear{
clear:both;
line-height:0;
font-size:0;
height:0;}