index.css 1.3 KB

.container{
    min-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/bg01@2x.png" );
    background-size: 100% 100%;
}
.home_container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;


}
.banner{
    height: 2.17rem;
    margin-top: 0.48rem;
    margin-bottom: 0.83rem;
    background: url("../images/banner@2x.png");
    background-size: 100% 100%;
    display: flex;
    flex-flow: column;
}
.banner_img{
    width: 1.73rem;
    height: 0.73rem;
    padding-top: 0.22rem;
    padding-left: 0.35rem;
    font-size: 0;
}
.banner_title{
    /*width: 4.09rem;*/
    /*height: 0.79rem;*/
    padding-left: 0.31rem;
    padding-top: 0.21rem;
    font-size: 0.27rem;
    color: #ffffff;
}
/*.banner_small{*/
    /*padding-top: 0 ;*/
    /*padding-left: 0.31rem;*/
    /*font-size: 0.02rem;*/
/*}*/

.items{
    height: 0.64rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.3rem;

}
.item{
    width: 3.21rem;
    height: 0.64rem;
    background-color: #00A7E5;
    text-align: center;
    line-height: 0.64rem;
    font-size: 0.32rem;
    color: #ffffff;
    border: 1px solid #ffffff;
    letter-spacing: 0.05rem;
    border-radius: 0.1rem;
    box-shadow: 0px 0.03rem 0.12rem 0px black;

}
.item_first{
    background-color: #4FB233;
}