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

📄 cs.css

📁 javascript的一个图表显示源码
💻 CSS
字号:
@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0
}

a{ color:#FFFFFF; text-decoration:none}
body { text-align:center }

#out
{
	margin:0 auto;
	overflow:hidden;
	width:800px;
	height:400px;
	text-align:left;
	margin-top:30px;
	background:url(frt.gif) left top repeat-x
}

#left
{
	width:800px;
	height:400px;
}

#right
{
	width:100%;
	padding-top:20px;
	margin:0 auto;
	text-align:center;
	background:#265889
}

#left1
{
	height:400px;
	background:#265889;
	width:50px;
	float:left
}

#left2
{
	height:400px;
	width:750px;
	background:url(fuck.gif) -51px top no-repeat;
	float:left
}

.aa
{
	width:100%;
	color:white;
	height:20px;
	background:#336699;
	margin-bottom:20px;
	text-align:right;
}

.bb
{
	width:40px;
	height:0px;
	background: url(f.jpg) left bottom repeat-y;
	margin-left:20px;
	float:left;
	margin-top:400px
}

.cc
{
	text-align:center;
	font-family:'Lucida Sans Unicode';
	font-size:13px;
	font-weight:bold;
	color:#003399;
	width:100%;
	margin-top:-20px;
	float:left;
	height:20px;
}

.dd { cursor:pointer }

#right table input
{
	border:solid 1px #999999;
	color:#CCCCCC;
	height:16px;
	padding:3px;
	font-size:13px;
	background:#336699;
	font-family:"Lucida Sans Unicode"
}

#right table tr td { padding:3px }

#info
{
	padding:0px;
	width:800px;
	color:#666666;
	font-size:14px;
	height:1px;
	overflow:hidden;
	background:black;
	margin-top:400px;
	position:absolute;
	filter:alpha(opacity=90)
	
}
#info table{ border:solid 9px black}
#info table tr td { padding:5px; }
#choose{ text-align:left; padding-top:20px; margin:0 auto; width:800px; padding-bottom:20px;}
#cmaxnum{ border: solid 1px #336699; padding:3px; height:16px}

#ok{ margin:30px;}

#close{width:100px; padding:5px 10px 0 0; margin-left:700px; text-align:right; height:20px; position:absolute}
.pppp{ color:#FF0000}

⌨️ 快捷键说明

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