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

📄 zcss.css

📁 该代码的功能是:实现数据从 SQL SERVER数据导入ORACLE数据库。从而为数据的转换提供方便。
💻 CSS
字号:
BODY 
{
	FONT-FAMILY: "宋体", "Arial", "MS Sans Serif"; FONT-SIZE: 9pt;
	background-color:#c5cadb
}

TABLE
{
	border:0px;
	border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	padding-left: 0px;
	font-size: 10pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: 0px;
	color: black;
	padding-top: 0px;
	border-bottom: 0px;
	font-style: normal;
	font-family: 宋体;
	background-color: #c5cadb;
}

a:link {  color: Blue}
a:visited {  color: Purple}
a:active {  color: Blue}
a {  text-decoration: none}
a:hover {  color: Teal}

.normal{BACKGROUND: #ffffff}
.today {font-weight:bold;BACKGROUND: #6699cc}
.satday{color:#ffffff; background:#336600}
.sunday{color:#ffffff; background:#ff0000}
.days {font-weight:bold; background:#ffffff}

INPUT
{
	background-color: Linen;
    border-style:ridge; 
    font-style: normal ;
    border-width:1;
    border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
    font-size:9pt;
    font-weight:normal;    
}

OPTION
{
	border-style:solid;
	border-width:1px;   
	height: 20px;
	background-color: Linen;
	text-align: left;
}

.tdwrap
{
	WORD-WRAP: break-word;
}

#lblMsg
{
	font-size:small;
	color:Red;
	width:100%;
}

#lblTitle
{
	font-weight: bold;
	font-size: 16pt;
	color: lightsalmon;
	font-family: 楷体_GB2312;
}

#Table1
{
	position: absolute;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 100%;
}

#btnQuery, #btnNew
{
	background-color: gray;
}

#btnDelete, #btnDeleteAll
{
	background-color: gray;
}

#btnUpdate
{
	background-color: gray;
}

#btnSaveAll
{
	background-color:gray;
}

⌨️ 快捷键说明

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