st_style.css

来自「(asp.net+sql server)」· CSS 代码 · 共 33 行

CSS
33
字号
BODY {
	MARGIN-TOP: 100px;
	FONT-SIZE: 12px;
	BACKGROUND: #ffffff;
	color: #425CB9;
}

.select {
	font-size:12px;
	font-family:		 "宋体", "arial", "sans-serif";
	cursor:default;
	border:none;
	border-bottom: 1px solid #aaaaaa;
	background-color: #f0f0f0;
	overflow:hidden;
	border-bottom-style: solid 1px;
	border-bottom-color: #5BBEFF;
}
input {
/*	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	
	border-left-style: none; 
border-bottom-style: solid;
	border-bottom-color: #2167E1;*/
}
.buttom {
	background-color: #FF33CC;
	border: 1px solid #2965D7;
	color: #FFFFFF;
}

⌨️ 快捷键说明

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