357 lines
5.5 KiB
CSS
357 lines
5.5 KiB
CSS
body {
|
|
background-image: url("../../images/show/bg.jpg");
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
font-size: 12px;
|
|
font-family:"微软雅黑", Arial, "宋体";
|
|
font-style: inherit;
|
|
overflow-y: hidden;
|
|
background-color:#00CCCC;
|
|
}
|
|
|
|
.board {
|
|
height: 96%;
|
|
width: 100%;
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
.imageBox {
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 3000;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: green;
|
|
width: 180px;
|
|
height: 120px;
|
|
top: 20%;
|
|
left: 40%;
|
|
text-align: left;
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
.liList{
|
|
position: absolute;
|
|
z-index: 4;
|
|
height: 100%;
|
|
right: 0;
|
|
}
|
|
|
|
.liList1{
|
|
position: absolute;
|
|
|
|
height: 100%;
|
|
right: 0;
|
|
}
|
|
|
|
.iconMenu {
|
|
position: absolute;
|
|
height: 76%;
|
|
right: 0;
|
|
z-index : 2;
|
|
overflow-y: auto;
|
|
}
|
|
.menucenter {
|
|
background-image: url("../../images/show/rightmenu-middle_b.png");
|
|
background-repeat: repeat-y;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
float: left;
|
|
height: 260px;
|
|
width: 153px;
|
|
|
|
}
|
|
.boxIconMenu {
|
|
position: absolute;
|
|
height: 76%;
|
|
margin-right: 228px;
|
|
margin-top:25px;
|
|
right: 1;
|
|
z-index : 2;
|
|
overflow-y: auto;
|
|
}
|
|
.findDiv {
|
|
position: absolute;
|
|
height: 10%;
|
|
margin-right: 180px;
|
|
right: 1;
|
|
z-index : 3;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.actionInfo {
|
|
position: absolute;
|
|
height: 20%;
|
|
width: 150px;
|
|
right: 15px;
|
|
bottom: 0px;
|
|
overflow-y: auto;
|
|
background-color: #ffffff;
|
|
border-color: green;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
display: none;
|
|
}
|
|
.icon-span{
|
|
cursor: pointer;
|
|
width: 180px;
|
|
height: 4.5px;
|
|
background-color: green;
|
|
border-color: green;
|
|
border-width: 0px;
|
|
border-style: solid;
|
|
margin: 2px;
|
|
}
|
|
|
|
.icon-span-red{
|
|
cursor: pointer;
|
|
width: 180px;
|
|
height: 4.5px;
|
|
background-color: red;
|
|
border-color: green;
|
|
border-width: 0px;
|
|
border-style: solid;
|
|
margin: 2px;
|
|
}
|
|
|
|
.iconBoxBgc{
|
|
position: absolute;
|
|
z-index : 3;
|
|
width:200px;
|
|
height: 460px;
|
|
top: 20%;
|
|
left: 40%;
|
|
text-align: left;
|
|
background-color: #cccccc;
|
|
filter: Alpha(Opacity = 60);
|
|
}
|
|
|
|
.tableBox td{
|
|
|
|
font-size:5px;
|
|
width: 200px;
|
|
height: 5px;
|
|
border-color: #333333;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
}
|
|
|
|
.iconBoxContent{
|
|
font-weight: bold;
|
|
background-color:#FFFFFF;
|
|
color: #000000;
|
|
font: 16px;
|
|
}
|
|
.spanInfo{
|
|
position: absolute;
|
|
|
|
width:200px;
|
|
height:100px;
|
|
top: 20%;
|
|
left: 40%;
|
|
border-color: #000000;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
font-size:12px;
|
|
background-color:#FFFFFF;
|
|
}
|
|
.warningBgc{
|
|
position: absolute;
|
|
z-index : 2;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #000000;
|
|
width:200px;
|
|
height:100px;
|
|
top: 20%;
|
|
left: 40%;
|
|
text-align: left;
|
|
background-color: #333333;
|
|
filter: Alpha(Opacity = 60);
|
|
}
|
|
|
|
.window-headerForShow {
|
|
color: #fff;
|
|
overflow: hidden;
|
|
font-size: 17px;
|
|
font-weight: bold;
|
|
width:200px;
|
|
line-height: 1.8;
|
|
height: 30px;
|
|
display:inline;
|
|
}
|
|
|
|
|
|
#suggest{
|
|
width:200px;
|
|
text-align:left
|
|
}
|
|
.gray{
|
|
color:gray;
|
|
}
|
|
.ac_results{
|
|
background:#fff;
|
|
border:1px solid #7f9db9;
|
|
position: absolute;
|
|
z-index: 10000;
|
|
display: none;
|
|
font-size: 12px;
|
|
}
|
|
.ac_results ul{
|
|
margin:0;
|
|
padding:0;
|
|
list-style:none;
|
|
}
|
|
.ac_results li a{
|
|
white-space: nowrap;
|
|
text-decoration:none;
|
|
display:block;
|
|
color:#05a;
|
|
padding:1px 3px;
|
|
}
|
|
.ac_results li{
|
|
border:1px solid #fff;
|
|
}
|
|
.ac_over,.ac_results li a:hover {
|
|
background:#c8e3fc;
|
|
}
|
|
.ac_results li a span{
|
|
float:right;
|
|
}
|
|
.ac_result_tip{
|
|
border-bottom:1px dashed #666;
|
|
padding:3px;
|
|
}
|
|
|
|
/*-------------------------------------------------------------- for show begin----------------------------------------------------------------*/
|
|
|
|
|
|
.window-header {
|
|
color: #fff;
|
|
overflow: hidden;
|
|
font-size: 17px;
|
|
font-weight: bold;
|
|
text-shadow: #000 0 1px 2px;
|
|
line-height: 1.8;
|
|
height: 25px;
|
|
display:inline;
|
|
}
|
|
|
|
.window-header .ui-icon {
|
|
float: right;
|
|
margin: 6px 0 0 5px;
|
|
}
|
|
.abs {
|
|
position: absolute;
|
|
top: auto;
|
|
left: auto;
|
|
right: auto;
|
|
bottom: auto;
|
|
}
|
|
.icon {
|
|
z-index: 1;
|
|
background: url("../../images/show/trans_white.png") no-repeat -99999px
|
|
-99999px;
|
|
border-radius: 5px;
|
|
color: #fff;
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
text-shadow: #000 0 1px 2px;
|
|
line-height: 1.3;
|
|
padding: 13px 1px 13px;
|
|
width: 70px;
|
|
height: 70px;
|
|
}
|
|
|
|
.icon.active {
|
|
background: url("../../images/show/trans_white.png");
|
|
}
|
|
|
|
.icon img {
|
|
background: url("../../images/show/trans_white.png") no-repeat -99999px
|
|
-99999px;
|
|
display: block;
|
|
margin-top: 2px;
|
|
margin-left: 2px;
|
|
margin-right: 2px;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.icon.hover {
|
|
background-position: 0 0;
|
|
background-repeat: repeat;
|
|
border: 1px solid #fff;
|
|
padding: 13px 0 13px;
|
|
}
|
|
|
|
.icon.hover2 {
|
|
background-position: 0 0;
|
|
background-repeat: repeat;
|
|
border: 1px solid #000;
|
|
padding: 13px 0 13px;
|
|
}
|
|
.lineH {
|
|
position: absolute;
|
|
z-index: 1;
|
|
width: 2px;
|
|
height: 2px;
|
|
}
|
|
.lineH1 {
|
|
position: absolute;
|
|
z-index: 1;
|
|
width: 2px;
|
|
height: 2px;
|
|
background-color: #00FF00;
|
|
}
|
|
|
|
.lineH2 {
|
|
position: absolute;
|
|
z-index: 1;
|
|
width: 2px;
|
|
height: 2px;
|
|
background-color: #FF0000;
|
|
}
|
|
|
|
.lineH3 {
|
|
position: absolute;
|
|
z-index: 1;
|
|
width: 2px;
|
|
height: 2px;
|
|
background-color: #00FFFF;
|
|
}/*from desktop.css*/
|
|
|
|
.rightmenu {
|
|
font-family:"微软雅黑", Arial, "宋体";
|
|
font-size: 12px;
|
|
text-decoration: none;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
height: 300px;
|
|
width: 153px;
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
}
|
|
|
|
|
|
.lastout{
|
|
|
|
color: #FFFFFF;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tdBackColor{
|
|
background-color: #FDEDCD;
|
|
}
|
|
|
|
.menu_line {
|
|
margin: 0px auto;
|
|
padding: 0px;
|
|
height: 2px;
|
|
width: 146px;
|
|
/*background-image: url("../../images/show/rightmenu-line.png");*/
|
|
background-image: url("../../images/show/xian.png");
|
|
background-repeat: no-repeat;
|
|
} |