imaging.css
2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
/*.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;
}