mainPage.css 3.7 KB
/* 主页的样式设计 */
.upperDisplay {
    overflow: hidden;
}
.OcxDiv,
.picShowArea {
    height: 100%;
    width: 50%;
    float: left;
}
.picShowArea {
    padding-left: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#videoOcxObject {
    height: 100%;
    width: 100%;
}

.picContainer {
    width: 100%;
    height: 100%;
    border: 1px solid black;
    border-collapse: collapse;
}

.picContainer tr td {
    border: 1px solid black;
}
.picContainer .tdBig {
    width: 66.6%;
    height: 100%;
}
.picContainer .tdSmall {
    height: 33.2%;
}
.normalPic {
    height: 100%;
    width: 100%;
}
/*---------信息条------------*/
.toolBar {
    background: url(../images/main/toolBar_bg.png) repeat-x;
    border: 1px solid #2a2c2e;
    overflow: hidden;
}
.toolsTable {
    height: 100%;
    border: 0;
    border-collapse: collapse;
    color: white;
}

.toolsTable .toolsTitle {
    font-size: 16px;
    width: 100px;
    text-align: right;
    padding-right: 5px;
}

.toolsTable .toolsContent {
    font-size: 20px;
    text-align: left;
    padding-left: 10px;
}

.main-south {
    height: 24px;
    background-color: #aaaaaa;
}

/* 底部状态条*/
.main-south ul {
    height: 100%;
    width: 100%;
}
.main-south ul li {
    float: left;
    height: 100%;
    line-height: 24px;
    font-weight: bold;
    font-size: 14px;
}
.alarmContainer {
    width: 32px;
    height: 24px;
}
.alarmIcon {
    display: block;
    width: 16px;
    height: 24px;
    margin: 0 auto;
    background: url(../images/main/alarm.png) no-repeat 0 0;
}

.hasAlarm {
    background-image: url(../images/main/alarm_s.gif);
}
/*---------选择标签的样式-----------*/
.tabSelector {
    width: 30px;
    height: 86px;
    margin-bottom: 5px;
    float: right;
    background: url(../images/main/tab_bg.png) no-repeat -30px 0;
    text-align: center;
    line-height: 30px;
    color: white;
    cursor: pointer;
}
.tabSelectorTitle {
    margin: 0 auto;
    position: relative;
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    top: 10px;
    left: 5px;
    text-align: center;
}
.tabSelectorTitle.title1 {
    margin-top: -40px;
}
.tabSelectorTitle.title2 {
    margin-top: -20px;
}

.tabSelector.tabSelected {
    background-position: 0 0;
    color: white;
}

.datagridContainer {
    height: 100%;
    width: 100%;
    position: relative;
}

.datagridContainer.up {
    top: -100%;
}

/*报警弹出窗口*/
.alarmPopup {
    height: 250px;
    width: 600px;
    position: absolute;
    bottom: -250px;
    right: 0;
}

.alarmPopup .closeBtn {
    height: 22px;
    line-height: 22px;
    width: 58px;
    position: absolute;
    top: 0px;
    right: 2px;
    background-color: #5a5a5a;
    text-align: center;
    color: white;
    cursor: pointer;
}

.alarmPopup .alarmItems {
    position: absolute;
    border: 2px solid #600000;
    background-color: #c3c3a5;
    top: 22px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    overflow-y: auto;
}

.alarmPopup .alarmItems li {
    border-bottom: 1px dashed gray;
    color: #600000;
    font-size: 14px;
    padding-left: 5px;
}

.alarmPopup .alarmItems li.title {
    border-bottom: 1px solid #c65704;
}
span.a_1,
span.a_2 {
    width: 40px;
}
span.a_3 {
    width: 120px;
}
span.a_4 {
    width: 60px;
}
span.a_5 {
    width: 260px;
}
span.title {
    height: 22px;
    line-height: 22px;
    font-weight: bold;
}
span.title,
span.content {
    display: inline-block;
    text-align: center;
}

.downPic {
    height: 24px;
    width: 24px;
}

/*底部版本号绑定信息*/
.version ul li {
    display: block;
    float: left;
    padding: 0 5px;
}

#pic0 {
    position: relative;
    overflow: hidden;
}

#featurePic {
    position: absolute;
}