IonicHome.less 1.1 KB
@import 'common.less';

    .IonicHometop1{
        height: 100%;
        // width:50rem;
        color: white;
        // margin-top:15px;
        // margin-left:50px; 
        // margin-right:50px;
        // margin: 15px 0;
        .top1_echarts{
            height: 50%;
            // height:350px;
            background:#2c2c2c ;
        }
        .IonicHometop2{
            display:flex; margin-top:20px;
            .IonicHomedetail1{
                width: 17.1875rem;
                // width:275px;
                height:250px;
                background:#2c2c2c ;
            }
            .IonicHomedetail2{
                width: 13.75rem;
                height: 250px;
                // width: 220px;
                display: flex;
                flex-flow: column;
                justify-content: center;
                align-items: center;
                .IonicHomedetail2_imgsize{
                    height:30px;width:30px;
                }
                .IonicHomedetail2_text{
                    margin-top:15px;font-size:13px;
                }
            }
        }
    }