VIEW.less.ftl 478 字节
Newer Older
ibizdev's avatar
ibizdev committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<#ibizinclude>
../@MACRO/DEFAULT.less.ftl
</#ibizinclude>

.${srffilepath2(view.getCodeName())} {
    .view-footer {
        padding: 0.5rem 1rem;
        text-align: center;
        border-top: 1px solid #ddd;
        .van-button {
            height: 2.5rem;
            line-height: 2.5rem;
            width: 40%;
        }
KK's avatar
KK committed
15 16 17 18 19 20
        .mobpickupview_button{
            ion-button{
                width: 48%;
                --border-radius: 0;
            }
        }
ibizdev's avatar
ibizdev committed
21 22
    }
}