多单位版国产化地质资料管理系统
zs
2025-12-18 4f0d9bde31a80f6279e26466250da7716eec627f
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
/* CSS file */
 
@namespace mx "library://ns.adobe.com/flex/mx";
@namespace s "library://ns.adobe.com/flex/spark"; 
mx|ButtonBar {
    buttonStyleName: "mybuttonBarButtonStyle";
    firstButtonStyleName: "mybuttonBarButtonStyle";
    lastButtonStyleName: "mybuttonBarButtonStyle";
}
 
.mybuttonBarButtonStyle {
    fillAlphas: 0.5, 0.8, 0.8, 0.6;
    fillColors: #ffffff, #ffffff, #ffffff, #ffffff;
}
 
s|Application{
    
    fontFamily:"微软雅黑";
    
    
}
 
.mybuttonBarButtonStyle {
    fillAlphas: 0.5, 0.8, 0.8, 0.6;
    fillColors: #ffffff, #ffffff, #ffffff, #ffffff;
}
 
mx|ToolTip
{
    fontSize: 12;
    backgroundColor:haloOrange;
    color: #000; 
    fontSize: 12; 
    fontWeight: normal; 
}
s|ToolTip
{
    fontSize: 12;
    backgroundColor:haloOrange;
    color: #000; 
    fontSize: 12; 
    fontWeight: normal; 
}
 
mx|Menu{
    backgroundColor: #000000;
    backgroundAlpha: 0.75;
    borderColor: #808080;
    borderStyle: solid;
    dropShadowColor: #000000;
    dropShadowEnabled: yes;
    /* color: #00FF00;  */
}