order_setting.less 992 Bytes
@import "addr_section";
.orderSettingPage {
    background-color: #f8f8f8;
    .times {
        padding: 15px 10px 5px;
    }
    .form-section {
        padding-bottom: 80px;
    }
    .address-section {
        padding-bottom: 80px;
        .current {
            margin-top: 10px;
            font-size: 15px;
            padding: 0 10px;
            text-align: center;
            color: #333;
            line-height: 45px;
            background-color: #EEE;
        }
        .m-table-view {
            margin-top: 0;
        }
    }
    .item-type-section {
        padding-bottom: 80px;
        .m-table-view {
            .cell-radio {
                background-color: #FFF;
                margin-bottom: 0;
            }
        }
    }
    .m-circle{
        font-size: 0;
        width: 31px;
        height: 31px;
        margin: 0 8px 0 5px;
        canvas{
            width: 100%;
            height: 100%;
        }
    }
    .mr40 {
        margin-right: 40px;
    }
}