我使用角度js和離子框架devolping應用程序。我只想爲奇數顯示邊界。 這裏是我的代碼:如何隱藏css border-right使用循環的角度js中的偶數
<div class="media-body" style="padding-bottom:25px;">
<h2 class="align_center">{{services.name}}</h2>
<a href="#job/{{services.id}}">
<h2 class="align_center_des">{{services.description}}</h2>
</div>
</div></div>
這裏是CSS
.col-32-custom {
width: 32%;
float: left;
margin-left: 1%;
border-right: 1px solid #E4E4E4;
margin-bottom: 31px;
height: 144px;
}
這裏是提琴: https://jsfiddle.net/asetkL0n/
可否請您準備一個jsfiddle的問題.. – Hrishi
https://jsfiddle.net/asetkL0n/ –