_consult.css
1.3 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
.consult-me-page {
font-size: 12px;
.consult .title {
background-image: resolve("home/consult.png");
}
.consults {
margin: 10px;
}
.consults-table {
width: 100%;
border: 1px solid #e6e6e6;
th {
height: 28px;
line-height: 28px;
background: #efefef;
padding: 0 5px;
}
td {
color: #666;
border-top: 1px solid #e6e6e6;
padding: 5px;
line-height: 18px;
.thumb {
width: 60px;
height: 60px;
}
a {
color: #468fa2;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
p {
padding-left: 20px;
margin-top: 5px;
color: #999;
word-break: break-all;
overflow: hidden;
}
.question {
color: #e9034e;
background: resolve("home/consult-wd.png") no-repeat -13px 2px;
}
.reply {
color: #390;
background: resolve("home/consult-wd.png") no-repeat 0 -25px;
}
}
}
}