97 lines
1.4 KiB
CSS
97 lines
1.4 KiB
CSS
html, body {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
.top-wrap {
|
|
width: 100%;
|
|
height: 40px;
|
|
border-top: 1px solid #e5e5e5;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
font-size:14px;
|
|
}
|
|
|
|
.top-item {
|
|
float: left;
|
|
width: 70px;
|
|
height: 33px;
|
|
margin: 5px 15px 2px 15px;
|
|
text-align: center;
|
|
color: #333333;
|
|
cursor: pointer;
|
|
position: relative;
|
|
}
|
|
|
|
.top-item:hover {
|
|
color: #0d6aca;
|
|
}
|
|
|
|
.top-item-word {
|
|
display: block;
|
|
height: 31px;
|
|
line-height: 31px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.top-item-word.current {
|
|
color: #0d6aca;
|
|
}
|
|
|
|
.top-item-line {
|
|
display: block;
|
|
height: 2px;
|
|
width: 0;
|
|
position: absolute;
|
|
left: 50%;
|
|
border-bottom: 2px solid #0d6aca;
|
|
}
|
|
|
|
.top-item-line.current {
|
|
width: 100%;
|
|
}
|
|
|
|
.content-wrap {
|
|
position: fixed;
|
|
width: 100%;
|
|
top: 42px;
|
|
bottom: 0;
|
|
}
|
|
|
|
.content-item {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: none;
|
|
}
|
|
|
|
.content-item-iframe {
|
|
border-top-width: 0px;
|
|
border-right-width: 0px;
|
|
border-bottom-width: 0px;
|
|
border-left-width: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
border: 0px;
|
|
overflow: auto;
|
|
}
|
|
|
|
div.kms-no-record {
|
|
color: #AAAAAA;
|
|
text-align: center;
|
|
font-size: 14px !important;
|
|
width: 100%;
|
|
height: 120px;
|
|
line-height: 120px !important;
|
|
background: url(../img/no-record-bg.png);
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
-khtml-user-select: none;
|
|
cursor: default;
|
|
} |