Authored by 王水玲

登录注册

@@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
2 width: 100%; 2 width: 100%;
3 height: auto; 3 height: auto;
4 4
  5 + /* 意见反馈头部 */
5 .suggest-header { 6 .suggest-header {
6 text-align: center; 7 text-align: center;
7 color: #fff; 8 color: #fff;
@@ -21,7 +22,7 @@ @@ -21,7 +22,7 @@
21 } 22 }
22 } 23 }
23 24
24 - /*意见反馈主体*/ 25 + /* 意见反馈主体 */
25 .suggest-content { 26 .suggest-content {
26 border-top: 1px solid #e0e0e0; 27 border-top: 1px solid #e0e0e0;
27 } 28 }
@@ -84,8 +85,9 @@ @@ -84,8 +85,9 @@
84 text-align: left; 85 text-align: left;
85 padding-left: 128px; 86 padding-left: 128px;
86 box-sizing: border-box; 87 box-sizing: border-box;
  88 + }
87 89
88 - &:nth-last-of-type(1) { 90 + > div:nth-last-of-type(1) {
89 padding-left: 0; 91 padding-left: 0;
90 padding-right: 128px; 92 padding-right: 128px;
91 text-align: right; 93 text-align: right;
@@ -103,7 +105,6 @@ @@ -103,7 +105,6 @@
103 } 105 }
104 } 106 }
105 } 107 }
106 - }  
107 108
108 .suggest-bad { 109 .suggest-bad {
109 > div { 110 > div {
@@ -119,7 +120,7 @@ @@ -119,7 +120,7 @@
119 } 120 }
120 } 121 }
121 122
122 - /*发表意见*/ 123 + /* 发表意见 */
123 .create-new-suggest { 124 .create-new-suggest {
124 display: block; 125 display: block;
125 width: 100%; 126 width: 100%;
@@ -131,7 +132,6 @@ @@ -131,7 +132,6 @@
131 border-bottom: 30px solid #f0f0f0; 132 border-bottom: 30px solid #f0f0f0;
132 position: relative; 133 position: relative;
133 134
134 -  
135 .list-item { 135 .list-item {
136 padding: 0 35px; 136 padding: 0 35px;
137 } 137 }
@@ -145,10 +145,11 @@ @@ -145,10 +145,11 @@
145 color: #444; 145 color: #444;
146 display: inline-block; 146 display: inline-block;
147 } 147 }
  148 +
148 } 149 }
149 } 150 }
150 151
151 -/*提交页面*/ 152 +/* 提交页面 */
152 .yoho-suggest-sub-page { 153 .yoho-suggest-sub-page {
153 width: 100%; 154 width: 100%;
154 background: #f0f0f0; 155 background: #f0f0f0;
@@ -175,6 +176,7 @@ @@ -175,6 +176,7 @@
175 outline: none; 176 outline: none;
176 resize: none; 177 resize: none;
177 } 178 }
  179 + }
178 180
179 .img-form { 181 .img-form {
180 padding: 0 30px; 182 padding: 0 30px;
@@ -190,7 +192,7 @@ @@ -190,7 +192,7 @@
190 height: 130px; 192 height: 130px;
191 float: left; 193 float: left;
192 margin-right: 30px; 194 margin-right: 30px;
193 - background: resolve('common/loading.gif') center center no-repeat; 195 + background: resolve('loading.gif') center center no-repeat;
194 background-size: 50%; 196 background-size: 50%;
195 position: relative; 197 position: relative;
196 198
@@ -206,6 +208,7 @@ @@ -206,6 +208,7 @@
206 background: url("/me/suggest/sub_del.png"); 208 background: url("/me/suggest/sub_del.png");
207 width: 42px; 209 width: 42px;
208 height: 42px; 210 height: 42px;
  211 +
209 position: absolute; 212 position: absolute;
210 top: -21px; 213 top: -21px;
211 right: -21px; 214 right: -21px;
@@ -229,6 +232,7 @@ @@ -229,6 +232,7 @@
229 background: url("/me/suggest/suggest-add.png"); 232 background: url("/me/suggest/suggest-add.png");
230 width: 72px; 233 width: 72px;
231 height: 72px; 234 height: 72px;
  235 +
232 position: absolute; 236 position: absolute;
233 top: 50%; 237 top: 50%;
234 left: 50%; 238 left: 50%;
@@ -242,19 +246,20 @@ @@ -242,19 +246,20 @@
242 border: none; 246 border: none;
243 outline: none; 247 outline: none;
244 display: block; 248 display: block;
  249 +
245 width: 130px; 250 width: 130px;
246 height: 130px; 251 height: 130px;
  252 +
247 top: 0; 253 top: 0;
248 left: 0; 254 left: 0;
249 } 255 }
250 } 256 }
251 } 257 }
252 - }  
253 } 258 }
254 259
255 -/*dialog*/ 260 +/* dialog */
256 .dialog-wrapper { 261 .dialog-wrapper {
257 - background: hsla(0, 0%, 0%, .5); 262 + background: hsla(0, 0%, 0%, 0.5);
258 position: fixed; 263 position: fixed;
259 top: 0; 264 top: 0;
260 right: 0; 265 right: 0;
@@ -265,7 +270,7 @@ @@ -265,7 +270,7 @@
265 .dialog-box { 270 .dialog-box {
266 width: 540px; 271 width: 540px;
267 border-radius: 20px; 272 border-radius: 20px;
268 - background: hsla(100, 100%, 100%, .8); 273 + background: hsla(100, 100%, 100%, 0.8);
269 position: absolute; 274 position: absolute;
270 left: 50%; 275 left: 50%;
271 margin-left: -270px; 276 margin-left: -270px;
@@ -292,7 +297,7 @@ @@ -292,7 +297,7 @@
292 297
293 &:nth-last-of-type(1) { 298 &:nth-last-of-type(1) {
294 border-left: 1px solid #ccc; 299 border-left: 1px solid #ccc;
295 - color: #ee0011; 300 + color: #e01;
296 } 301 }
297 } 302 }
298 303