.am-list-view-scrollview {
    background: #F0F0F5;
    .am-list-body {
        .list-view-section-body {
            >div:nth-child(2n) {
                height: 1PX!important;
                background-color: #DDD!important;
            }
        }
    }
}