151 lines
2.4 KiB
CSS
151 lines
2.4 KiB
CSS
body {
|
|
margin:0;
|
|
padding:0;
|
|
font-size:16px;
|
|
overflow-y:hidden;
|
|
font-family:'Microsoft Yahei',Arial;
|
|
}
|
|
.combobox-item .combobox-service-item {
|
|
color: #FFFFFF;
|
|
}
|
|
.combobox-item-hover {
|
|
color: #FFFFFF;
|
|
font-weight:700;
|
|
}
|
|
.combobox-item-selected {
|
|
color: #FFFFFF;
|
|
font-weight:700;
|
|
}
|
|
#chkSingleLine {
|
|
font-size:0.8em;
|
|
}
|
|
#chkTimeRefresh {
|
|
font-size: 0.8em;
|
|
}
|
|
#btnRefresh {
|
|
position:absolute;
|
|
right:20px;
|
|
height:28px;
|
|
top:0;
|
|
bottom:0;
|
|
}
|
|
#rooms tr td ul {
|
|
margin:0;
|
|
padding:0;
|
|
list-style-type:none;
|
|
zoom: 1;
|
|
width: inherit;
|
|
}
|
|
#rooms tr td ul:after {
|
|
content: ".";
|
|
display: block;
|
|
height: 0;
|
|
clear: both;
|
|
visibility: hidden;
|
|
}
|
|
#rooms tr td ul li {
|
|
border:1px solid #00A2EA;
|
|
cursor:default;
|
|
float:left;
|
|
height:170px;
|
|
margin:1px;
|
|
overflow:hidden;
|
|
width:124px;
|
|
}
|
|
#rooms tr td ul li dl{
|
|
margin:0;
|
|
}
|
|
#rooms tr td ul li dl dt{
|
|
font-size:1.7em;
|
|
text-align:center;
|
|
}
|
|
#rooms tr td ul li dl dd{
|
|
height:17px;
|
|
line-height:17px;
|
|
margin:0;
|
|
padding:0 0 0 10px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
#rooms tr td ul li .service-list,
|
|
#rooms tr td ul li .service-fixed-list {
|
|
overflow:hidden;
|
|
zoom: 1;
|
|
}
|
|
#rooms tr td ul li .service-list {
|
|
height:66px;
|
|
}
|
|
#rooms tr td ul li .service-fixed-list {
|
|
height: 44px;
|
|
}
|
|
#rooms tr td ul li .service-list:after,
|
|
#rooms tr td ul li .service-fixed-list:after {
|
|
content: ".";
|
|
display: block;
|
|
height: 0;
|
|
clear: both;
|
|
visibility: hidden;
|
|
}
|
|
#rooms tr td ul li .service-list span,
|
|
#rooms tr td ul li .service-fixed-list span {
|
|
color:#FFF;
|
|
display:block;
|
|
text-align:center;
|
|
width:56px;
|
|
float:left;
|
|
margin:1px;
|
|
border:1px solid transparent;
|
|
height:18px;
|
|
line-height:18px;
|
|
}
|
|
#rooms .service-list span.active,
|
|
#rooms .service-fixed-list span.active {
|
|
border:1px solid #fff;
|
|
}
|
|
|
|
.dg-row-style {
|
|
height:26px;
|
|
}
|
|
.dg-row-style .datagrid-cell {
|
|
height:25px;
|
|
line-height:25px;
|
|
}
|
|
.box {
|
|
font-size:small;
|
|
display:block;
|
|
clear:left;
|
|
padding:0;
|
|
margin:0;
|
|
}
|
|
.box .title {
|
|
padding:3px 5px;
|
|
position:relative;
|
|
color:#999;
|
|
display:inline;
|
|
left:10px;
|
|
top:8px;
|
|
white-space:nowrap;
|
|
text-align:center;
|
|
background-color:#ffffff;
|
|
font-weight:bold;
|
|
}
|
|
.box .container{
|
|
border:1px solid #95B8E7;
|
|
}
|
|
.box .container .content {
|
|
margin:15px 5px 8px 10px;
|
|
overflow:hidden;
|
|
}
|
|
.data-label {
|
|
/*background:#ddd;*/
|
|
cursor: default;
|
|
display: inline-block;
|
|
font-weight:700;
|
|
padding:3px 0px;
|
|
text-align:right;
|
|
width:60px;
|
|
}
|
|
.data-field {
|
|
display:inline-block;
|
|
min-width:40px;
|
|
} |