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

📄 stylesheet.css

📁 asp.net 的某物流管理系统 MIS 系统
💻 CSS
字号:
body
{
	font-size: 9pt;
	text-align: left;
}

A
{
	font-size: 9pt;
	color: black;
	text-decoration: none;
}
A:ACTIVE
{
	color: green;
	text-decoration: none;
}
A:FOCUS
{
	color: black;
	text-decoration: none;
}
A:HOVER
{
	color: #ff4500;
	position: relative;
	top: 1px;
}
A:LINK
{
	text-decoration: none;
	
}

.Class
{
	font-size: 10pt;
	font-style: normal;
	font-family: 黑体;
	color: #202425;
	line-height: 16pt;
	
}
.txtbox1
{
	border-right: thin inset;
	border-top: thin inset;
	border-left: thin inset;
	border-bottom: thin inset;
}

.mytb
{
	border-bottom: gainsboro 1px dashed;
	border-right: gainsboro 1px solid;
	color: #cc6600;
}

⌨️ 快捷键说明

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