_complaints.css
3.33 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
.complaint-me-page {
font-size: 12px;
.complaint .title {
background-image: resolve(home/complaints.png);
}
.me-complaints {
padding: 10px 10px 0;
.empty-tip {
padding: 100px 0;
}
.complaints-table-header {
margin-bottom: 10px;
}
.complaint-item {
padding: 10px;
border: 1px #e6e6e6 solid;
margin-bottom: 5px;
color: #999;
line-height: 18px;
& > div {
display: inline-block;
vertical-align: top;
}
.question {
color: #e9034e;
background: resolve("home/complaints-sd.png") no-repeat -13px 2px;
}
.reply {
color: #390;
background: resolve("home/complaints-sd.png") no-repeat 0 -25px;
}
.cancel-btn {
width: 68px;
line-height: 23px;
text-align: center;
color: #fff;
background: resolve("home/remark-btn.png") no-repeat;
display: inline-block;
cursor: pointer;
}
}
.info {
width: 280px;
color: #000;
text-align: left;
}
.content {
width: 340px;
text-align: left;
p {
padding-left: 20px;
margin-top: 5px;
}
}
}
.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 {
width: 150px;
height: 18px;
line-height: 18px;
color: #333;
border: 1px #c9c9c9 solid;
background: resolve("home/input-back.png") repeat-x;
vertical-align: top;
}
dd > textarea {
width: 400px;
height: 80px;
max-width: 500px;
max-height: 320px;
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: 0;
background: resolve("home/submit-btn.png") no-repeat;
color: #fff;
font-size: 14px;
font-weight: bold;
text-align: center;
padding-right: 20px;
cursor: pointer;
display: inline-block;
}
}
}