IonicTest.less 1.6 KB
@import './common.less';
.IonicTest{
   .IonicTestCss{
    width:50rem;
    margin:auto;
    // border:1px solid red;
    // margin-top:15px;margin-left:52px; margin-right:51px;
    color:white;
    .IonicTest_top1{
        display:flex;
        .IonicTest_top1_left{
            width:36.25rem;
            // height: 100%;
            // height:330px;
            // width:580px;
            // height:330px;
            background:#2c2c2c ;
        }
        .IonicTest_top1_right{
            width:13.75rem;
            // width:220px;
            height:330px;display: flex;
            flex-flow: column;
            justify-content: center;
            align-items: center;
            .IonicTest_size{
                height:60px;width:60px;
            }
        }
    }
    .IonicTest_top2{
        display:flex;margin-top:29px;
        .IonicTest_top2_left{
            width:36.25rem;
            // width:580px;
            height:200px;
            background:#2c2c2c ;
        }
        .IonicTest_top2_right{
            width:12.5rem;
            // width:200px;
            height:200px;
            .IonicTest_top2_text{
                width:12.5rem;
                line-height: 1.6rem;
                // width:200px;
                // line-height:25px;
                background:#2c2c2c ;
                font-size:13px;
                text-align:left;
                text-indent:5px;
            }
            .IonicTest_top2_text_bottom{
                display:flex;margin-top:21px;
                .IonicTest_radio{
                    margin-right:32px;font-size:13px;
                }
            }
        }
    }
   }
}