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

📄 start.css[1].css

📁 一套完整的OA办公系统(JSP)的
💻 CSS
字号:
@charset "utf-8"

.folder-entry-title { font-family: Arial, "宋体"; }
.folder-entry-thumb { background: #fff; border: 1px solid #ccc; margin: auto; padding: 4px; }
.folder-label {
	background: url(http://doc.verycd.com/images/table-label.gif);
	float: left;
	font-weight: normal;
	line-height: 200%;
	margin-left: 5px;
	text-align: center;
	width: 72px;
}
.folder-label a, .folder-lable a:link, .folder-label a:visited, .folder-label a:hover { text-decoration: none; }
.folder-label a {
	display: block;
	/* behavior 并非W3C标准,为了让IE下点击选项卡时不显示虚线的链接选中边框(此页面就是在eMule的内嵌IE中使用)
	 * 靠!不能跨域名!
	behavior: url(/script/noblur.htc);
	*/
	line-height: 200%;
	width: 72px;
	/*
	-moz-border-radius: 7px 7px 0px 0px;
	*/
}
.folder-label a:hover {	background: url(http://doc.verycd.com/images/table-label-selected.gif);	color: #000; }
.folder-label-selected { background: url(http://doc.verycd.com/images/table-label-selected.gif); }
.folder-label-selected a { text-decoration: none; }
.folder-table { width: 100%; }
.folder-table .folder-entry { height: 155px; width: 146px; }

.banner01 { width: 760px; height: 90px; }

#recently-updated, #site-news { float: left; margin-bottom: 10px; height: 290px;  }
#recently-updated { text-align: center; width: 384px;}
#recently-updated-title { border-bottom: 1px solid #ccc; height: 22px; text-align: right; }
#recently-updated span  { float: left; font-weight: bold; }
#recently-updated table { width: 100%; }
#site-news {
	background: url(http://doc.verycd.com/images/site-news.gif) no-repeat;
	width: 369px;
	height: 292px;
	margin-left: 13px;
}
#site-news-container { margin: 18px; }
#site-news h3 { font-size: 14px; margin: 0px; padding: 0px; }
#site-news ul { margin: 0px; padding: 0px 0px 0px 30px; }
#site-news li { margin: 0px; padding: 0px; }
#site-news p  { margin: 10px; padding: 0px; }
#folder-label-wrapper, #folder-table-wrapper { clear: both; }
#folder-label-wrapper { border-bottom: 1px solid #ccc; }
#folder-label-title { background: transparent; border: 0px; text-align: right; }
#folder-label-title a:hover { background: transparent; }
#folder-label-title, #folder-label-title-link { width: 60px; }
#folder-table-loading { text-align: center; }

td { padding-top: 10px; }

⌨️ 快捷键说明

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