imaging.css 2.17 KB
/*.pageTitle {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}*/

/*-------------图像设置-----------*/
.imageSettings {
    top: 50%;
    left: 50%;
    margin-left: -170px;
    margin-top: -60px;
}

.leftCell {
    width: 80px;
    text-align: center;
}

.leftTitle {
    width: 20px;
    text-align: left;
}
.rightTitle {
    width: 30px;
    text-align: right;
}
.centerCell {
    width: 150px;
}

.rightCell {
    width: 60px;
    text-align: center;
}

.txtImgSetting {
    width: 30px;
    border: 1px solid gray;
}
/*------------曝光设置-----------*/

.settingParameter {
    width: 150px;
    border: 1px solid gray;
}

.functionSelector {
    width: 350px;
}

.setting_exposure_auto {
    width: 350px;
}

.setting_exposure_manual {
    display: none;
    height: 135px;
    width: 350px;
}
/*-------------白平衡设置------------*/
.setting_whiteBalance_manual,
.setting_whiteBalance_day,
.setting_whiteBalance_night {
    display: none;
}
/*底部区域样式*/
.settingsArea {
    width: 24.8%;
    float: left;
}

/*--------------频闪灯----------------*/
.strobe_lignt_value,
.strobe_light_time {
    display: none;
}
/*--------------偏振镜---------------*/
.polarizer_shutter,
.polarizer_time {
    display: none;
}

/*--------------闪光灯---------------*/
.flashlight_light,
.flashlight_time {
    display: none;
}
/*------------右侧手风琴样式------------*/
.accordion {
    border: 0;
    border-top: 1px solid #7b7a7b;
}

.accordion .accordion-header {
    background: url(../../images/accordion_bg.png) repeat-x 0 0;
    border: 1px solid #7b7a7b;
    border-top: 0;
}

.accordion .accordion-header.header-f {
    border-top: 1px;
}

.accordion-expand,
.accordion-collapse {
    background-image: none;
}

.accordion .accordion-header-selected {
    background: #bd0000;
    border-color: #bd0000;
    border-bottom: 0;
}

.accordion .accordion-body {
    border: 1px solid #bd0000;
}

/*---------------slider样式---------------*/
.slider-inner {
    background-color: #5aa9e1;
    border: 1px solid #125ca2;
    height: 3px;
    top: 9px;
}
.slider-handle {
    background-image: url(../images/slider-handle.png);
}

/**/
.tdTitle {
    width: 115px;
}