wbox_wev8.css
1.72 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
#wBox .wBox_b {
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity: 0.8;
background-image:url(wbox_wev8.gif);
}
#wBox {
position: absolute;
top:50;
left:200;
z-index: 9999;
text-align: left;
border:1px solid #3787D0;
}
#wBox .wBox_popup {
position: relative;
}
#wBox table {
border-collapse: collapse;
border-spacing: 0;
}
#wBox td {
border-bottom: 0;
padding: 0;
}
#wBox .wBox_body {
background-color:#ffffff;
}
#wBox img {
border: 0;
margin: 0;
}
#wBox .wBox_title {
height:25px;
width:100%;
background:url(titleBG_wev8.png) repeat-x;
}
#wBox .wBox_title .wBox_itemTitle{
padding-left:5px;
overflow:hidden;
font-weight:bold;
}
#wBox .wBox_title .wBox_close{
background:url(close_wev8.png) no-repeat 0 0;
height:14px;
width:14px;
overflow:hidden;
cursor:pointer;
}
#wBox .wBox_title .on{
background-position:0 -14px;
}
#wBox .wBox_tl, #wBox .wBox_tr, #wBox .wBox_bl, #wBox .wBox_br {
height: 5px;
width: 5px;
overflow: hidden;
background-image:url(wbox_wev8.gif);
padding: 0;
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity: 0.8;
}
#wBox #wBoxContent{
padding:3px;
}
#wBox_overlay {
position: absolute;
top: 0px;
left: 0px;
height:100%;
width:100%;
}
#wBox .wBox_load{
width:270px;
}
.wBox_hide {
z-index:-100;
}
.wBox_overlayBG {
background-color: #FFF;
z-index: 99;
-moz-opacity:0.3; /*for ff*/
opacity:0.3; /*for ff3.5+ css3.0标准的*/
filter:alpha(opacity=30);
}
.wBox_overlayBG_form {
background-color: #FFF;
z-index: 99999;
-moz-opacity:0.3; /*for ff*/
opacity:0.3; /*for ff3.5+ css3.0标准的*/
filter:alpha(opacity=30);
}
#wBox #wBox_loading{
width:32px;height:32px;margin:0 auto;
}