|
|
@@ -224,8 +224,8 @@ |
|
|
|
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>--> |
|
|
|
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>--> |
|
|
|
{{each webList.botoom1 as value i}} |
|
|
|
<a href="{{value.contentUrl}}" target="_blank"> |
|
|
|
<img src="static/images/{{value.contentIcon}}.png" alt="" > |
|
|
|
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank"> |
|
|
|
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >--> |
|
|
|
<p class="link_tt">{{value.contentValue}}</p> |
|
|
|
</a> |
|
|
|
{{/each}} |
|
|
|