zhuguifei
2026-03-10 2c1fd10c6fbabb8e9f0e9f07fe66fb36c008e883
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
.msg {
    width: 300px;
    display: none;
    z-index:999;
    background: url(../img/meesage.png) no-repeat 0px 0px;
    width:351px;
    height:250px;
    position: relative;
}
 
.msg .top{
    /*background: transparent url(../img/top.png) no-repeat 0px 0px;*/
    position: absolute;
    left:31px;
    top:8px;
    width:300px;
    height:31px;
}
.msg .top #msgclose{
    position: absolute;
    width: 30px;
    height: 22px;
    left: 280px;
    margin-top: -20px;
    cursor: pointer;
}
.msg .center{
    position: absolute;
    left:10px;
    top:31px;
    width:330px;
    height:210px;
}
/* .msg .bottom{
    background: transparent url(../img/top.png) no-repeat 0px 0px;
} */
 
/* .pink .top, .pink .top .title, .pink .top span, .pink .bottom, .pink .bottom a{
    background: transparent url(../img/msg_bg_pink.gif) no-repeat 0px 0px;
}
 
.pink .center {
    background: url(../img/center_bg_pink.gif) repeat-y;
} */
 
 /* .blue .top, .blue .top .title, .blue .top span, .blue .bottom, .blue .bottom a{
    background: transparent url(../img/msg_bg_blue.gif) no-repeat 0px 0px;
}
 
.blue .center {
    background: url(../img/center_bg_blue.gif) repeat-y;
}
 
.msg .top {
    width: 300px;
    height: 25px;
    position: relative;
}
 
.msg .top .title {
    background-position: -195px -70px;
    padding-left: 30px;
    line-height: 25px;
    width: 100px;
    height: 25px;
}
 
.msg .top span {
    background-position: 0px -70px;
    width: 36px;
    height: 17px;
    position: absolute;
    top: 1px;
    left: 198px;
    cursor: pointer;
}
 
.msg .top span:hover {
    background-position: -43px -71px;
}
 
.msg .center {
    width: 300px;
    height: 141px;
}
 
.msg .center h3 {
    color: #0c4e7c;
    text-align: center;
    line-height: 23px;
    font-size: 13px;
}
 
.msg .center p {
    color: #0c4e7c;
    margin: 0px 10px;
    line-height: 20px;
}
 
.msg .bottom {
    height: 3px;
    background-position: 0px -58px;
}
 
.msg .center a {
    background-position: -120px -75px;
    padding-left: 20px;
    margin: 7px 10px;
    float: right;
    width: 30px;
    height: 20px;
}
.msg .center .show_message{
    width:50px;
    height:50px;
    overflow-y:scroll;
    width:236px;
    height:140px;
} */