app-list-swipe.less 192 字节
Newer Older
zcdtk's avatar
zcdtk committed
1 2 3 4 5 6 7 8 9
.app-list-swipe {
    .van-swipe-item {
        background-color: #66c6f2;
        height: 100px !important;
        text-align: center;
        line-height: 85px;
        color: #fff;
    }
}