FSound_wev8.css
3.51 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
#FSound, #FSound span{
width: 45px;
}
.Design_FSound_Container{
border-bottom: 1px solid #eee;
}
.Design_FSound_Fieldlabel{
background-color:#F9F9F9;
height:25px;
line-height: 25px;
padding-left:4px;
}
.Design_FSound_Fielddom{
height:25px;
color: #bbb;
font-size: 14px;
font-family: 'Microsoft Yahei',Arial, Helvetica, sans-serif;
padding: 4px 4px 0px 21px;
border: 1px solid rgb(163, 163, 163);
margin: 1px;
}
.MADFSound_Container{
margin-bottom: 22px;
}
.MADFSound_Title{
border-bottom: 1px solid rgb(223, 223, 223);
font-size: 12px;
color: rgb(164, 169, 174);
font-weight: bold;
padding: 0px 0px 6px 10px;
margin-bottom: 10px;
}
.MADFSound_BaseInfo{
padding-left: 10px;
margin-bottom: 15px;
color: rgb(166, 167, 171);
}
.MADFSound_BaseInfo_Label{
width: 60px;
display: inline-block;
text-align: right;
margin-right: 6px;
}
.MADFSound_BaseInfo_Label_style8{
width: 200px;
display: block;
text-align: left;
}
.MADFSound_Select{
border: 1px solid rgb(204, 204, 204);
height: 25px;
width:135px;
}
.MADFSound_Text{
-webkit-appearance: none;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
border: 1px solid rgb(223, 223, 223);
background-color: rgb(255, 255, 255);
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
box-sizing: border-box;
cursor: auto;
display: inline-block;
font-family: 'Microsoft Yahei',Arial, Helvetica, sans-serif;
font-size: 12px;
height: 26px;
letter-spacing: normal;
line-height: 19px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline-color: rgb(0, 0, 255);
outline-style: none;
outline-width: 0px;
padding-bottom: 3px;
padding-left: 4px;
padding-right: 3px;
padding-top: 3px;
text-align: start;
text-shadow: none;
text-transform: none;
width: 262px;
word-spacing: 0px;
zoom: 1;
}
.MADFSound_Bottom{
padding: 0px 9px 0px 9px;
margin-bottom: 5px;
}
.MADFSound_SaveBtn{
background-color: rgb(107, 163, 237);
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
box-sizing: border-box;
color: rgb(255, 255, 255);
cursor: pointer;
display: block;
font-family: 'Microsoft Yahei', Arial, sans-serif;
font-size: 14px;
height: 28px;
line-height: 28px;
margin: 0px;
text-align: center;
width: 100%
zoom: 1;
}
.MADFSound_fieldSearch{
border: 1px solid rgb(223, 223, 223);
height: 20px;
width:115px;
background-image: url('/formmode/images/btnSearch_wev8.png');
background-repeat: no-repeat;
background-position: 98px center;
}
.MADFSound_fieldSearchTip{
position: absolute;
left: 5px;
top: 4px;
color: #ccc;
font: 12px Microsoft YaHei;
font-style: italic;
}
.MADFSound_FieldSearchResult{
position: absolute;
top: 97px;
right: 11px;
z-index: 100001;
margin: 0px;
padding: 3px 5px;
height: 62px;
width: 160px;
overflow: auto;
background-color: #fff;
border: 1px solid #e9e9e9;
display: none;
}
.MADFSound_FieldSearchResult_style8{
top: 128px;
right: 72px;
}
.MADFSound_FieldSearchResult ul{
margin: 0px;
padding: 0px;
list-style: none;
}
.MADFSound_FieldSearchResult ul li{
border-bottom: #eee 1px dotted;
}
.MADFSound_FieldSearchResult ul li a{
padding: 2px 0px 2px 2px;
text-decoration: none;
color: #333;
display: block;
}
.MADFSound_FieldSearchResult ul li a:hover{
background-color: #0072C6;
color: #fff;
}
.MADFSound_FieldSearchResult ul li .tip{
padding: 2px 0px 2px 2px;
color: #ccc;
}