Showing
3 changed files
with
100 additions
and
0 deletions
@@ -42,3 +42,34 @@ | @@ -42,3 +42,34 @@ | ||
42 | </div> | 42 | </div> |
43 | </div> | 43 | </div> |
44 | </div> | 44 | </div> |
45 | +<div class="upload-img-example"> | ||
46 | + <div class="exp-wrap"> | ||
47 | + <p class="exp-title"> | ||
48 | + 请按照示例传图 | ||
49 | + <span class="icon iconfont icon-up"></span> | ||
50 | + <span class="icon iconfont icon-down"></span> | ||
51 | + </p> | ||
52 | + <ul class="exp-img-list clearfix"> | ||
53 | + <li> | ||
54 | + <img src="//img12.static.yhbimg.com/evidenceImages/2017/07/11/14/0226626181f8e333be04a29d7d182c859d.png?imageView2/2/w/160/h/160/interlace/1"> | ||
55 | + <span>瑕疵细节</span> | ||
56 | + </li> | ||
57 | + <li class="plus">+</li> | ||
58 | + <li> | ||
59 | + <img src="//img11.static.yhbimg.com/evidenceImages/2017/07/11/14/011977ec9da18e3a06a0e808fc350bc269.png?imageView2/2/w/160/h/160/interlace/1"> | ||
60 | + <span>合格证</span> | ||
61 | + </li> | ||
62 | + <li class="plus">+</li> | ||
63 | + <li> | ||
64 | + <img src="//img11.static.yhbimg.com/evidenceImages/2017/07/11/14/015426f911d9257a4b3bee550529879246.png?imageView2/2/w/160/h/160/interlace/1"> | ||
65 | + <span>条码标签</span> | ||
66 | + </li> | ||
67 | + <li class="plus">+</li> | ||
68 | + <li> | ||
69 | + <img src="//img12.static.yhbimg.com/evidenceImages/2017/07/11/14/0277d1a5157ae8282a76269c5c18e1e99e.png?imageView2/2/w/160/h/160/interlace/1"> | ||
70 | + <span>领标</span> | ||
71 | + </li> | ||
72 | + </ul> | ||
73 | + </div> | ||
74 | + </div> | ||
75 | +</div> |
@@ -707,3 +707,7 @@ $('.re-tips').on('click', '.icon-tip-help', function() { | @@ -707,3 +707,7 @@ $('.re-tips').on('click', '.icon-tip-help', function() { | ||
707 | ] | 707 | ] |
708 | }).show(); | 708 | }).show(); |
709 | }); | 709 | }); |
710 | + | ||
711 | +$('.exp-title').click(function() { | ||
712 | + $(this).parent().toggleClass('hide-exp'); | ||
713 | +}); |
@@ -268,6 +268,71 @@ | @@ -268,6 +268,71 @@ | ||
268 | } | 268 | } |
269 | } | 269 | } |
270 | 270 | ||
271 | + .upload-img-example { | ||
272 | + color: #aaa; | ||
273 | + padding-left: 175px; | ||
274 | + padding-right: 32px; | ||
275 | + font-size: 13px; | ||
276 | + | ||
277 | + .exp-wrap { | ||
278 | + padding: 10px 20px; | ||
279 | + background-color: #fbfbfb; | ||
280 | + } | ||
281 | + | ||
282 | + .exp-title { | ||
283 | + line-height: 2; | ||
284 | + cursor: pointer; | ||
285 | + | ||
286 | + .icon { | ||
287 | + font-size: 12px; | ||
288 | + } | ||
289 | + | ||
290 | + .icon-down { | ||
291 | + display: none; | ||
292 | + } | ||
293 | + } | ||
294 | + | ||
295 | + .hide-exp .exp-title { | ||
296 | + .icon-up { | ||
297 | + display: none; | ||
298 | + } | ||
299 | + | ||
300 | + .icon-down { | ||
301 | + display: inline; | ||
302 | + } | ||
303 | + } | ||
304 | + | ||
305 | + .hide-exp .exp-img-list { | ||
306 | + display: none; | ||
307 | + } | ||
308 | + | ||
309 | + .exp-img-list { | ||
310 | + margin-top: 10px; | ||
311 | + text-align: center; | ||
312 | + | ||
313 | + li { | ||
314 | + width: 60px; | ||
315 | + float: left; | ||
316 | + } | ||
317 | + | ||
318 | + img { | ||
319 | + width: 60px; | ||
320 | + height: 60px; | ||
321 | + } | ||
322 | + | ||
323 | + span { | ||
324 | + line-height: 2; | ||
325 | + color: #444; | ||
326 | + } | ||
327 | + | ||
328 | + .plus { | ||
329 | + width: 30px; | ||
330 | + line-height: 60px; | ||
331 | + font-size: 14px; | ||
332 | + } | ||
333 | + } | ||
334 | + } | ||
335 | + | ||
271 | .refund-detail { | 336 | .refund-detail { |
272 | padding-top: 20px; | 337 | padding-top: 20px; |
273 | text-align: center; | 338 | text-align: center; |
-
Please register or login to post a comment