|
|
<div class="brand-top-box">
|
|
|
<div class="brand-bottom">
|
|
|
{{#if brandLogo}}
|
|
|
{{# result}}
|
|
|
<div class="brand-top-box" style="background: url({{brandBg}})">
|
|
|
<div class="brand-bottom">
|
|
|
{{#if brandLogo}}
|
|
|
<img src="{{brandLogo}}" alt="{{brandName}}">
|
|
|
{{^}}
|
|
|
<div class="brand-title">brandName</div>
|
|
|
{{/if}}
|
|
|
<hr>
|
|
|
<div class="brand-intro">brandIntro brandIntro brandIntro brandIntro brandIntro brandIntro brandIntro brandIntro brandIntro brandIntro </div>
|
|
|
{{^}}
|
|
|
<div class="brand-title">{{brandName}}</div>
|
|
|
{{/if}}
|
|
|
<hr>
|
|
|
<div class="brand-intro line-clamp">{{brandIntro}}</div>
|
|
|
</div>
|
|
|
<div class="expand"></div>
|
|
|
<div class="collapse"></div>
|
|
|
</div>
|
|
|
<div class="expand"></div>
|
|
|
</div> |
|
|
\ No newline at end of file |
|
|
{{/ result}} |
|
|
\ No newline at end of file |
...
|
...
|
|