_complaints.css
1.88 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
.complaint-me-page {
font-size: 12px;
.complaint .title{
background-image: resolve(/home/complaints.png);
}
.me-complaints {
padding-top: 10px;
.empty-tip {
padding: 100px 0;
}
}
.complaint-form {
padding: 10px;
h2 {
clear: both;
height: 21px;
line-height: 21px;
padding-left: 23px;
background: resolve(/home/complaint-icon.png) no-repeat 5px 5px #efefef;
border: 1px #e6e6e6 solid;
font-size: 12px;
color: #333;
font-weight: normal;
}
.form-content {
font-size: 12px;
padding: 7px 0;
dl {
padding: 7px 5px;
line-height: 22px;
}
dt {
width: 75px;
color: #333;
text-align: right;
float: left;
}
dd > input {
height: 18px;
line-height: 18px;
color: #333;
border: 1px #c9c9c9 solid;
background: resolve(/home/input-back.png) repeat-x;
vertical-align: top;
}
dd > textarea {
color: #333;
border: 1px #c9c9c9 solid;
background: resolve(/home/input-back.png) repeat-x;
vertical-align: top;
overflow: auto;
}
}
.form-submit > input {
width: 138px;
height: 34px;
margin-left: 80px;
border: 0px;
background: resolve(/home/submit-btn.png) no-repeat;
color: #fff;
font-size: 14px;
font-weight: bold;
padding-right: 20px;
cursor: pointer;
display: inline-block;
}
}
}