Showing
3 changed files
with
25 additions
and
2 deletions
@@ -63,6 +63,18 @@ | @@ -63,6 +63,18 @@ | ||
63 | 63 | ||
64 | .goodDesc { | 64 | .goodDesc { |
65 | margin-top: 1rem; | 65 | margin-top: 1rem; |
66 | + padding: 0.5rem; | ||
67 | + border-top: 1px solid #e6e6e6; | ||
68 | + background-color: #fff; | ||
69 | + | ||
70 | + p { | ||
71 | + font-size: 0.6rem; | ||
72 | + line-height: 1rem; | ||
73 | + } | ||
74 | + | ||
75 | + img { | ||
76 | + margin: 0.3rem 0; | ||
77 | + } | ||
66 | } | 78 | } |
67 | 79 | ||
68 | .bottom { | 80 | .bottom { |
@@ -17,8 +17,9 @@ | @@ -17,8 +17,9 @@ | ||
17 | </div> | 17 | </div> |
18 | </div> | 18 | </div> |
19 | 19 | ||
20 | - {{# attaches}} | 20 | + {{#if attaches}} |
21 | <div class="goodDesc"> | 21 | <div class="goodDesc"> |
22 | + {{# attaches}} | ||
22 | {{#img}} | 23 | {{#img}} |
23 | <img src="{{attachUrl}}" alt="{{attachName}}"> | 24 | <img src="{{attachUrl}}" alt="{{attachName}}"> |
24 | {{/img}} | 25 | {{/img}} |
@@ -33,8 +34,9 @@ | @@ -33,8 +34,9 @@ | ||
33 | <source src="{{attachUrl}}"/> | 34 | <source src="{{attachUrl}}"/> |
34 | </video> | 35 | </video> |
35 | {{/video}} | 36 | {{/video}} |
36 | - </div> | ||
37 | {{/attaches}} | 37 | {{/attaches}} |
38 | + </div> | ||
39 | + {{/if}} | ||
38 | 40 | ||
39 | <div class="bottom"> | 41 | <div class="bottom"> |
40 | <div class="logo"></div> | 42 | <div class="logo"></div> |
-
Please register or login to post a comment