@cell-prefix-cls: ~"@{css-prefix}-cell";
.@{cell-prefix-cls} {
    .img-lazy {
        width: 50px;
        margin-right: 5px;
        display: block
    }
    .left-nav.weui-cell__ft {
        &::after {
            transform: rotate(225deg);
            width: 12px;
            height: 12px;
            margin-top: -8px;
        }
    }
    .clear-nav.weui-cell__ft {
        padding-right: 0px;
        &::after {
            display: none;
        }
    }
    .weui-cell__bd {
        flex: 1.5;
        flex-shrink: 0;
    }
    .weui-cell__ft {
        flex: 1;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
