ionicindex.less 1011 字节
@import 'common.less';

.aside-body{
    height: 100%;
    background-color: #2c2c2c;
    
    .aside{
        color: white;
        .homeImg{
            top:0;
            background-color: #2c2c2c;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 85PX;
            width: 120PX;
            .home-size{
                width: 38PX;
                height: 35PX;
            }

        }
        .aside-menu{
            cursor: pointer;
            background-color: #2c2c2c;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-flow: column;
            height: 105PX;
            .aside-img{
                width: 66PX;
                height: 42PX;
            }
            .aside-text{
                font-size: 13PX;
                margin-top: 14PX;
            }
        }
    

    }


   
}
@media  (max-width: 700px){
    .aside-body{
        display: none;
    }
}