chengkun
2025-05-22 1a8aea45ebb1582c9f65d9e8dcd520002f83ae12
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
 
#isven_popup_window {
    background: none repeat scroll 0 0 #fff;
    border: 5px solid #8bc3f6;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    vertical-align: top;
    width: 400px;
    z-index: 1000;
}
#isven_popup_window .titlebar {
    background: none repeat scroll 0 0 #e4f0f8;
    border: 1px solid #aed0ea;
    color: #2a6ebb;
    cursor: move;
    height: 25px;
    line-height: 25px;
    text-indent: 0.5em;
}
#isven_popup_window .titlebar a {
    color: #2779aa;
    float: right;
    font-weight: bold;
    margin-top: 2px;
    text-align: center;
    text-decoration: none;
    width: 30px;
}
#isven_popup_window .titlebar a img {
    margin: 0 auto;
}
#isven_popup_window .titlebar a:hover {
    color: #f00;
}
#isven_popup_window iframe {
    margin: 0;
    position: relative;
}
#isven_popup_window_drag_shade {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}