Authored by biao

修复分享详情页样式问题

... ... @@ -63,6 +63,15 @@
.goodDesc {
margin-top: 1rem;
p {
font-size: 0.6rem;
line-height: 1rem;
}
img {
margin: 0.3rem 0;
}
}
.bottom {
... ...
... ... @@ -63,6 +63,18 @@
.goodDesc {
margin-top: 1rem;
padding: 0.5rem;
border-top: 1px solid #e6e6e6;
background-color: #fff;
p {
font-size: 0.6rem;
line-height: 1rem;
}
img {
margin: 0.3rem 0;
}
}
.bottom {
... ...
... ... @@ -17,8 +17,9 @@
</div>
</div>
{{# attaches}}
{{#if attaches}}
<div class="goodDesc">
{{# attaches}}
{{#img}}
<img src="{{attachUrl}}" alt="{{attachName}}">
{{/img}}
... ... @@ -33,8 +34,9 @@
<source src="{{attachUrl}}"/>
</video>
{{/video}}
</div>
{{/attaches}}
</div>
{{/if}}
<div class="bottom">
<div class="logo"></div>
... ...