fb2581b1a09c6ad5d5b4c52ae024a0e227c719af.svn-base
3.8 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
173
174
175
176
177
178
179
180
181
182
#popup_container {
font-family: Arial, sans-serif;
font-size: 12px;
min-width: 300px;
max-width: 600px;
background: #FFF;
border: solid 5px #999;
color: #000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
#popup_title {
font-size: 14px;
font-weight: bold;
text-align: center;
line-height: 1.75em;
color: #666;
background: #CCC url("http://www.ygj.com.cn/js/alert/images/title.gif") top repeat-x;
border: solid 1px #FFF;
border-bottom: solid 1px #999;
cursor: default;
padding: 0em;
margin: 0em;
}
#popup_content {
background: 16px 16px no-repeat url("http://www.ygj.com.cn/js/alert/images/info.gif");
padding: 1em 1.75em;
margin: 0em;
}
#popup_content.alert {
background-image: url("http://www.ygj.com.cn/js/alert/images/info.gif");
}
#popup_content.confirm {
background-image: url("http://www.ygj.com.cn/js/alert/images/important.gif");
}
#popup_content.prompt {
background-image: url("http://www.ygj.com.cn/js/alert/images/help.gif");
}
#popup_message {
padding-left: 48px;
}
#popup_panel {
text-align: center;
margin: 1em 0em 0em 1em;
}
#popup_prompt {
margin: .5em 0em;
}
#popup_container {
font-family: Helvetica,Arial,sans-serif;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
background-clip: padding-box;
background: linear-gradient(#F9F9F9, #EEEEEE) repeat scroll 0 0 #F9F9F9;
border-radius: 0.6em 0.6em 0.6em 0.6em;
border: 1px solid #AAAAAA;
color: #333333;
text-shadow: 0 1px 0 #FFFFFF;
max-width:300px;
}
#popup_container #popup_title {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
border-left-width: 0;
border-right-width: 0;
background: #3C3C3C repeat scroll 0 0;
color: #FFFFFF;
border: 1px solid #333333;
font-weight: 700;
text-shadow: 0 -1px 0 #000000;
font-size: 16px;
font-weight: 700;
padding-bottom: 0.5em;
padding-top: 0.5em;
}
#popup_container #popup_content {
padding: 15px;
border-width: 0;
background: #FFFFFF repeat scroll 0 0;
border: 1px solid #BBBBBB;
color: #333333;
text-shadow: 0 1px 0 #FFFFFF;
}
#popup_container #popup_message {
padding: 0em;
line-height:25px;
margin:10px 0 20px;
font-size:15px;
font-weight:bold;
}
#popup_container .popup_panel {
margin-left: 5px;
margin-right: 5px;
cursor: pointer;
display: block;
margin: 0.5em 0;
padding: 0;
position: relative;
text-align: center;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
background-clip: padding-box;
border-radius: 1em 1em 1em 1em;
text-decoration: none;
}
#popup_container .alert-ui-btn{
display: block;
font-size: 16px;
min-width: 0.75em;
overflow: hidden;
padding: 0.6em 20px;
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#popup_container .alert-ui-btn .ui-txt{
-moz-user-select: none;
position: relative;
width: 100%;
z-index: 1;
}
#popup_container .popup_ok{
background: #396B9E repeat scroll 0 0;
border: 1px solid #044062;
color: #FFFFFF;
font-weight: 700;
text-shadow: 0 1px 0 #194B7E;
margin:10px 0;
color: #FFFFFF;
font-weight: 700;
text-shadow: 0 1px 0 #194B7E;
}
#popup_container .popup_ok:hover,#popup_container .popup_ok:active,
#popup_container .popup_cancel:hover,#popup_container .popup_cancel:active {
background: #5393C5 repeat scroll 0 0 ;
border: 1px solid #2373A5;
color: #FFFFFF;
cursor: pointer;
font-family: Helvetica,Arial,sans-serif;
font-weight: 700;
text-decoration: none;
text-shadow: 0 1px 0 #3373A5;
}
#popup_container .popup_cancel{
background: #EEEEEE repeat scroll 0 0;
border: 1px solid #CCCCCC;
color: #222222;
font-weight: 700;
text-shadow: 0 1px 0 #FFFFFF;
margin:10px 0;
color: #222222;
font-weight: 700;
text-shadow: 0 1px 0 #FFFFFF;
}