...
|
...
|
@@ -30,12 +30,12 @@ |
|
|
|
|
|
.question {
|
|
|
color: #e9034e;
|
|
|
background: resolve(img/home/complaints-sd.png) no-repeat -13px 2px;
|
|
|
background: resolve("home/complaints-sd.png") no-repeat -13px 2px;
|
|
|
}
|
|
|
|
|
|
.reply {
|
|
|
color: #390;
|
|
|
background: resolve(img/home/complaints-sd.png) no-repeat 0px -25px;
|
|
|
background: resolve("home/complaints-sd.png") no-repeat 0 -25px;
|
|
|
}
|
|
|
|
|
|
.cancel-btn {
|
...
|
...
|
@@ -43,7 +43,7 @@ |
|
|
line-height: 23px;
|
|
|
text-align: center;
|
|
|
color: #fff;
|
|
|
background: resolve(img/home/remark-btn.png) no-repeat;
|
|
|
background: resolve("home/remark-btn.png") no-repeat;
|
|
|
display: inline-block;
|
|
|
cursor: pointer;
|
|
|
}
|
...
|
...
|
@@ -74,7 +74,7 @@ |
|
|
height: 21px;
|
|
|
line-height: 21px;
|
|
|
padding-left: 23px;
|
|
|
background: resolve(img/home/complaint-icon.png) no-repeat 5px 5px #efefef;
|
|
|
background: resolve("home/complaint-icon.png") no-repeat 5px 5px #efefef;
|
|
|
border: 1px #e6e6e6 solid;
|
|
|
font-size: 12px;
|
|
|
color: #333;
|
...
|
...
|
@@ -103,7 +103,7 @@ |
|
|
line-height: 18px;
|
|
|
color: #333;
|
|
|
border: 1px #c9c9c9 solid;
|
|
|
background: resolve(img/home/input-back.png) repeat-x;
|
|
|
background: resolve("home/input-back.png") repeat-x;
|
|
|
vertical-align: top;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -114,7 +114,7 @@ |
|
|
max-height: 320px;
|
|
|
color: #333;
|
|
|
border: 1px #c9c9c9 solid;
|
|
|
background: resolve(img/home/input-back.png) repeat-x;
|
|
|
background: resolve("home/input-back.png") repeat-x;
|
|
|
vertical-align: top;
|
|
|
overflow: auto;
|
|
|
}
|
...
|
...
|
@@ -125,7 +125,7 @@ |
|
|
height: 34px;
|
|
|
margin-left: 80px;
|
|
|
border: 0;
|
|
|
background: resolve(img/home/submit-btn.png) no-repeat;
|
|
|
background: resolve("home/submit-btn.png") no-repeat;
|
|
|
color: #fff;
|
|
|
font-size: 14px;
|
|
|
font-weight: bold;
|
...
|
...
|
|