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

📄 default.css

📁 一个工作流OA
💻 CSS
字号:
a
{
}

body
{
	background: #004121;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	text-align: center;
}

div.Layout
{
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 926px;
}
div.Layout div.Header
{
	width: 100%;
}
div.Layout div.Header div.Banner
{
	background: url(Images/Banner.jpg) no-repeat center;
	height: 98px;
}
div.Layout div.Header div.Menu
{
	background: url(Images/Menu.jpg) repeat-x center;
	clear: both;
	height: 32px;
	width: 100%;
}
div.Layout div.Header div.SiteMap
{
	float: left;
	padding: 5px 0px 5px 20px;
}
div.Layout div.Header div.Login
{
	float: right;
	padding: 5px 20px 5px 0px;
}
div.Layout div.Content
{
	height: 500px;
	min-height: 500px;
	width: 100%;
}
div.Layout div.Content div.Left
{
	float: left;
	width: 200px;
}
div.Layout div.Content div.Right
{
	float: right;
}
div.Layout div.Footer
{
	background: url(Images/Footer.jpg) no-repeat center;
	clear: both;
	height: 75px;
	width: 100%;
}

div.Diagram
{
	height: 600px;
	min-height: 600px;
	overflow: auto;
}

img
{
	border: solid 0px;
	cursor: pointer;
}

input.Button
{
	background: url(Images/Button.jpg) repeat-x center;
	border: solid 1px #78b048;
	color: #ffffff;
	height: 25px;
	width: 75px;
}

label.error
{
	color: #ff0000;
}

table.Container
{
	border-collapse: collapse;
	width: 100%;
}
table.Container td.Bottom
{
	padding: 10px 0px 10px 0px;
	text-align: center;
}
table.Container td.Left
{
	text-align: left;
	vertical-align: top;
	width: 30%;
}
table.Container td.Name
{
	border: solid 1px #78b048;
	font-weight: bold;
	text-align: right;
	width: 30%;
}
table.Container td.Top
{
	text-align: right;
}
table.Container td.Value
{
	border: solid 1px #78b048;
	text-align: left;
}

table.List
{
	border: solid 1px #7d7e7d;
	border-collapse: collapse;
	width: 100%;
}
table.List tr
{
	color: #636563;
	height: 25px;
}
table.List tr td
{
	border: groove 1px #e7e3e7;
}
table.List tr td.Center
{
	text-align: center;
}
table.List tr td.Hover
{
	background: #e8e8e8;
}
table.List tr td.Left
{
	text-align: left;
}
table.List tr td.Right
{
	text-align: right;
}
table.List tr th
{
	background: #6bc75a;
	border: groove 1px #e7e3e7;
	color: #ffffff;
}
table.List tr th.Choose
{
	width: 25px;
}

⌨️ 快捷键说明

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