Authored by hongweigao

complaints.css

@@ -30,12 +30,12 @@ @@ -30,12 +30,12 @@
30 30
31 .question { 31 .question {
32 color: #e9034e; 32 color: #e9034e;
33 - background: resolve(img/home/complaints-sd.png) no-repeat -13px 2px; 33 + background: resolve("home/complaints-sd.png") no-repeat -13px 2px;
34 } 34 }
35 35
36 .reply { 36 .reply {
37 color: #390; 37 color: #390;
38 - background: resolve(img/home/complaints-sd.png) no-repeat 0px -25px; 38 + background: resolve("home/complaints-sd.png") no-repeat 0 -25px;
39 } 39 }
40 40
41 .cancel-btn { 41 .cancel-btn {
@@ -43,7 +43,7 @@ @@ -43,7 +43,7 @@
43 line-height: 23px; 43 line-height: 23px;
44 text-align: center; 44 text-align: center;
45 color: #fff; 45 color: #fff;
46 - background: resolve(img/home/remark-btn.png) no-repeat; 46 + background: resolve("home/remark-btn.png") no-repeat;
47 display: inline-block; 47 display: inline-block;
48 cursor: pointer; 48 cursor: pointer;
49 } 49 }
@@ -74,7 +74,7 @@ @@ -74,7 +74,7 @@
74 height: 21px; 74 height: 21px;
75 line-height: 21px; 75 line-height: 21px;
76 padding-left: 23px; 76 padding-left: 23px;
77 - background: resolve(img/home/complaint-icon.png) no-repeat 5px 5px #efefef; 77 + background: resolve("home/complaint-icon.png") no-repeat 5px 5px #efefef;
78 border: 1px #e6e6e6 solid; 78 border: 1px #e6e6e6 solid;
79 font-size: 12px; 79 font-size: 12px;
80 color: #333; 80 color: #333;
@@ -103,7 +103,7 @@ @@ -103,7 +103,7 @@
103 line-height: 18px; 103 line-height: 18px;
104 color: #333; 104 color: #333;
105 border: 1px #c9c9c9 solid; 105 border: 1px #c9c9c9 solid;
106 - background: resolve(img/home/input-back.png) repeat-x; 106 + background: resolve("home/input-back.png") repeat-x;
107 vertical-align: top; 107 vertical-align: top;
108 } 108 }
109 109
@@ -114,7 +114,7 @@ @@ -114,7 +114,7 @@
114 max-height: 320px; 114 max-height: 320px;
115 color: #333; 115 color: #333;
116 border: 1px #c9c9c9 solid; 116 border: 1px #c9c9c9 solid;
117 - background: resolve(img/home/input-back.png) repeat-x; 117 + background: resolve("home/input-back.png") repeat-x;
118 vertical-align: top; 118 vertical-align: top;
119 overflow: auto; 119 overflow: auto;
120 } 120 }
@@ -125,7 +125,7 @@ @@ -125,7 +125,7 @@
125 height: 34px; 125 height: 34px;
126 margin-left: 80px; 126 margin-left: 80px;
127 border: 0; 127 border: 0;
128 - background: resolve(img/home/submit-btn.png) no-repeat; 128 + background: resolve("home/submit-btn.png") no-repeat;
129 color: #fff; 129 color: #fff;
130 font-size: 14px; 130 font-size: 14px;
131 font-weight: bold; 131 font-weight: bold;