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

📄 accor.css

📁 能够实现宾馆管理的基本功能。 例如删除
💻 CSS
字号:
/* Focused windows */ .overlay_accor {	background-color: #85BBEF;	filter:alpha(opacity=60);	-moz-opacity: 0.6;	opacity: 0.6;}.accor_nw {	background: transparent url(accor/TL_Main.png) no-repeat 0 0;			  width:14px;  height:14px;}.accor_n {  background: white url(accor/T_Main.png) repeat-x 0 0;			  height:14px;}.accor_ne {  background: transparent url(accor/TR_Main.png) no-repeat 0 0;			  width:14px;	    height:14px;}.accor_w {  background: transparent url(accor/L_Main.png) repeat-y top left;	  width:14px;}.accor_e {  background: transparent url(accor/R_Main.png) repeat-y top right;			  width:14px;	  }.accor_sw {  background: transparent url(accor/BL_Main.png) no-repeat 0 0;			  width:14px;  height:14px;}.accor_s {  background: transparent url(accor/B_Main.png) repeat-x 0 0;			  height:14px;}.accor_se, .accor_sizer {  background: transparent url(accor/BR_Main.png) no-repeat 0 0;			  width:14px;  height:14px;}.accor_sizer {	cursor:se-resize;	}.dialog{  padding-bottom: 20px;}table.mid.table_window td  {    padding-bottom: 20px;  }.accor_close {		width: 19px;	height: 19px;	background: transparent url(accor/close.gif) no-repeat 0 0;				position:absolute;	bottom: 7px;	right:40px;	cursor:pointer;	z-index:1000;	white-space: nowrap;	padding-left: 14px;	font-family: verdana;	font-size: 10px;	font-weight: bold;	width:40px;}.accor_title {	float:left;	height:14px;	font-family: Tahoma, Arial, sans-serif;	font-size:8px;	text-align:center;	margin-top: 0px;	width:100%;		color:#000;}.accor_content {	overflow:auto;	color: #222;	font-family: Tahoma, Arial, sans-serif;	font-size: 10px;	background:#fff;	/*overflow: visible;*/}.accor_content img{  display: none;}.accor_s .status_bar {  padding-bottom:14px;}/* FOR IE */* html .accor_nw {	background-color: transparent;	background-image: none;	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css-v54/window/accor/TL_Main.png", sizingMethod="crop");}* html .accor_n {	background-color: white;	background-image: none;	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css-v54/window/accor/T_Main.png", sizingMethod="scale");}* html .accor_ne {	background-color: transparent;	background-image: none;	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css-v54/window/accor/TR_Main.png", sizingMethod="crop");}* html .accor_w {	background-color: transparent;	background-image: none;	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css-v54/window/accor/L_Main.png", sizingMethod="scale");}* html .accor_e {	background-color: transparent;	background-image: none;	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css-v54/window/accor/R_Main.png", sizingMethod="scale");}* html .accor_sw {	background-color: transparent;	background-image: none;	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css-v54/window/accor/BL_Main.png", sizingMethod="crop");}* html .accor_s {	background-color: transparent;	background-image: none;	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css-v54/window/accor/B_Main.png", sizingMethod="scale");}* html .accor_se {	background-color: transparent;	background-image: none;	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css-v54/window/accor/BR_Main.png", sizingMethod="crop");}* html .accor_sizer {	background-color: transparent;	background-image: none;	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css-v54/window/accor/BR_Main.png", sizingMethod="crop");}td.accor_content {	padding-bottom: 20px !important;}

⌨️ 快捷键说明

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