Authored by OF1706

dropdown login add

... ... @@ -33,8 +33,10 @@
<li>
{{#each .}}
<a href="{{jumpLink}}" target="_blank" {{#if @first}}style="margin-left: 0;"{{/if}}
{{#if_cond ../../num '==' 3}}style="margin-left: 265px;"{{/if_cond}}
{{#if_cond ../../num '==' 4}}style="margin-left: 158px;"{{/if_cond}}
{{#if_cond ../../num '==' 5}}style="margin-left: 104.5px;"{{/if_cond}} data-index={{index}}>
{{#if_cond ../../num '==' 5}}style="margin-left: 104.5px;"{{/if_cond}}
data-index={{index}}>
<img src="{{categoryIco}}" width="55" height="55">
<p>{{categoryName}}</p>
</a>
... ...