我需要幫助與圖像的設置位置:圖片位置
1 2 3 4 5
6 7 8 9 10
對於此代碼:
<ion-view title="Title">
<ion-content class="scroll has-header>
<div class="list">
<a ng-repeat="champ in freeChamps" href="#/champ/{{ champ.id }}" class="item item-avatar" href="#">
<img src="http://lkimg.zamimg.com/images/v2/champions/icons/size64x64/{{ champ.id }}.png">
</a>
</div>
</ion-content>
</ion-view>
你能幫助我嗎?
請說明您的具體問題或添加更多的細節,以確切地突出你所需要的。正如目前所寫,很難確切地說出你在問什麼。 –
這是我的頁面:http://paliaktest.netne.net/www/ 我希望它看起來像這樣:http://lolrotation.ovh/rfreekr(1 2 3 4 5 - 第一行,6 7 8 9 10 - 第二行 –
您需要在這裏重現問題。尋求代碼幫助的問題必須包含在問題本身中重現**所需的最短代碼**。儘管您已經提供了[**鏈接到示例或網站**](http://meta.stackoverflow.com/questions/254428/something-in-my-web-site-or-project-doesnt-work-can-i-just-paste-a-link-to如果鏈接無效,那麼你的問題對於其他將來出現同樣問題的SO用戶是沒有價值的。 –