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

.${srffilepath2(view.getCodeName())} {
    .view-footer {
        padding: 0.5rem 1rem;
        text-align: center;
        .van-button {
            height: 2.5rem;
            line-height: 2.5rem;
            width: 40%;
        }
KK's avatar
KK committed
14 15 16 17 18 19
        .mobpickupview_button{
            ion-button{
                width: 48%;
                --border-radius: 0;
            }
        }
ibizdev's avatar
ibizdev committed
20
    }
KK's avatar
KK committed
21 22 23
    .footer-ios ion-toolbar:first-of-type {
        --border-width:  0;
    }
ibizdev's avatar
ibizdev committed
24
}