_message.css
2.79 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
.message-me-page {
.message .title {
background-image: resolve(/home/message.png);
}
.message-table-header {
font-size: 12px;
.sender {
width: 118px;
padding-left: 38px;
text-align: left;
}
.heading {
width: 408px;
text-align: left;
}
.time {
width: 130px;
}
.action {
padding-left: 10px;
width: 66px;
}
}
.message-list {
padding: 10px;
font-size: 12px;
table {
width: 100%;
line-height: 38px;
tr {
color: #999;
border: 1px solid #e6e6e6;
td {
text-align: center;
}
input{
vertical-align: middle;
margin: 0;
}
.del-btn {
color: #468fa2;
text-decoration: none;
cursor: pointer;
}
}
.list-foot{
background: #f8f8f8;
button {
float: left;
line-height: 18px;
padding: 2px 10px;
border: 1px solid #ccc;
border-radius: 2px;
cursor: pointer;
outline: none;
}
.del-choose-btn {
background: #DA044A;
border-color: #CC0345;
margin-right: 10px;
color: #fff;
}
.read-choose-btn {
background: #DDDDDD;
color: #b3b3b3;
}
.has-new {
background: #3797AF;
border-color: #147E98;
color: #fff;
}
}
.td-sender {
width: 110px;
color: #666;
text-align: left;
white-space: nowrap;
overflow: hidden;
}
.td-title {
width: 410px;
padding-left: 10px;
color: #666;
text-align: left;
white-space: nowrap;
overflow: hidden;
}
.new-msg {
background: #f0f5f8;
border-bottom: 1px #becfd3 solid;
.td-sender a,
.td-title a {
font-weight: bold;
color: #468fa2;
}
}
}
}
}