remindsun_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
body {
font-family: '微软雅黑';
overflow: hidden;
cursor: initial;
}
* {
padding: 0px;
margin: 0;
font-size: 12px;
}
.clear {
clear: both;
}
.can-drag {
-webkit-app-region: drag;
}
.no-drag {
-webkit-app-region: no-drag;
}
.remind {
background-color: #fff;
width: 320px;
height: 192px;
}
.remind > .header {
height: 35px;
background-color: #248AC8;
}
.header-title {
float: left;
color: #fff;
}
/*.header-title-head {
margin-left: 5px;
margin-top: 3px;
width: 20px;
height: 20px;
border-radius: 30px;
cursor: pointer;
}*/
.header-title-targetname{
overflow: hidden;
text-overflow: ellipsis;
padding-top: 10px;
padding-left: 18px;
float: right;
width: 132px;
}
.header-close {
cursor: pointer;
width: 25px;
height: 25px;
float: right;
margin-right: 5px;
margin-top: 5px;
background: url('/social/im/sunlogin/images/remind-close.png') no-repeat right center;
}
.center {
background-color: #fff;
margin-left: 2px;
margin-right: 17px;
margin-top: 15px;
margin-bottom: 15px;
height: 92px;
}
.center-left {
margin-left: 25px;
float:left;
}
.center-left-head{
width: 47px;
height: 47px;
border-radius: 37px;
margin: 9px;
}
.center-right {
padding-top: 8px;
line-height: 23px;
}
.bottom {
background: #F2F2F2;
height: 100%;
padding: 10px;
}
.bottom-hr {
width: 100%;
color: #248AC8;
/* FILTER: alpha(opacity=100, finishopacity=0, style=1);*/
}
.bottom-left{
float: right;
margin-right: 20px;
cursor: pointer;
color: #5cb5d8;
}
.bottom-right {
float: right;
margin-right: 5px;
cursor: pointer;
color: #5cb5d8;
}