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

📄 main.css

📁 vc-mfc编程实例 很简单的东西,以后回多传自己的东西
💻 CSS
字号:
/* left menu font style*/
.MenuFont {
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
}
.MenuSubFont {
	font-family:Arial;
	font-size:12px;
	color:#014a81;
}

html {
   overflow: hidden;
}

body {
	overflow:hidden;
	margin:0px;
}

input {
	background-image:url(../images/inputboxbackground.jpg);
	border:1px solid #92A2B1;
	font-family:Tahoma;
	font-size:11px;
	height: 18px;
}
.PageTitle {
	font-family:Tahoma;
	font-size:18px;
	font-weight:bold;
	color:#2b5ba8;
}
.PageTitleWhite {
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}


.PageStep {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bolder;
	color:#285ca5;
}
.PageSubTitle {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#2b5ca8;
}
.PageText {
	font-family:Tahoma;
	font-size:11px;
	line-height: 15px;
}
.PageTextshedule {
	font-family:Tahoma;
	font-size:14px;
}

/*for control */
.selecttext{
border:0px;
border-bottom:0px;
height: 20px;
background-image:url(../controlimg/dropdownlist_background.jpg);
font-family:arial;
font-size:12px;
margin:0px;
border-left:1px solid #92A2B2;
padding-left:5px;
line-height:18px;
}
.selecttextdis{
height: 20px;
font-family:arial;
font-size:12px;
margin:0px;
color:#C1C1C1;
border-left:1px solid #C1C1C1;
border-top:1px solid #C1C1C1;
border-bottom:1px solid #C1C1C1;
border-right:0px;
padding-left:5px;
line-height:16px;
background-color:#F0F0F0;
}
.selectbutton{
font-family:webdings;
font-size:10px;
height: 20px;
width: 21px; 
border:0px;
line-height:0px;
padding-bottom:3px;
background-image:url(../controlimg/dropdownlist_downbutton.jpg);
}
.selectbuttondis{
font-family:webdings;
font-size:10px;
height: 20px;
width: 21px; 
border:0px;
line-height:0px;
padding-bottom:3px;
background-image:url(../controlimg/dropdownlist_downbuttondis.jpg);
}
.selecttable{
font-family:arial;
font-size:12px;
cursor:default;
}
.selectcontent
{
position: absolute;
top:0;
left:0;
overflow:auto;
border:1px solid #92A2B2;
background-color:#F7F8F9;
}

.selectdiv
{
position: absolute; 
width:100;
overflow:hidden;
}
.select{
border-collapse: collapse;
border:0px;
}

⌨️ 快捷键说明

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