order.less 1.48 KB
.orderPage {
    // position: relative;
    // min-height: 100%;
    .m-page {
        padding-bottom: 70px;
    }
    .cell {
        .title {
            width: 45px;
            .m-icon{
                margin-left: 3px;
            }
        }
        .text {
            margin-left: 45px;
            .m-icon {
                margin: 12px 10px 0 0;
            }
        }
    }
    .m-state{
        margin: 12px 10px 0 0;
    }
    .countdown{
        padding-top: 10px;
    }
    .m-circle {
        font-size: 0;
        padding: 0 5px;
        width: 45px;
        height: 45px;
    }
    .m-footer{
        padding: 12px 25px;
    }
    .actions{
        position: relative;
    }
    .font-blue{
        color: #1c69a3 !important;
    }
    .move{
        position: absolute;
        z-index: -1;
        left: 0;
        top: 1px;
        bottom: 1px;
        width: 33.3%;
        // height: 100%;
        line-height: 1.5;
        text-align: center;
        float: left;
        background-color: #FFF;
        border-right: none;
        box-sizing: border-box;
        color: #FFF;
        background-color: #1c69a3;
        border-radius: 16px;

        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    
        -webkit-transition: -webkit-transform .15s ease-in-out;;
        -o-transition: -o-transform .15s ease-in-out;;
        transition: transform .15s ease-in-out;;

    }
}