list_turn.css 1.2 KB

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


}
.top{
    width: 100%;
    height: 0.88rem;
    background-color: #ffffff;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.32rem;
    display: flex;
    position: relative;
    /*position: fixed;*/
    top: 0;


}
.top_img{
    margin-left: 0.3rem;
    width: 0.29rem;
    position: absolute;
    left:0;
    bottom:0;
}
.top_text {
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.main{
    width: 100%;
    height: 0.88rem;
    background-color: #cccccc;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.32rem;
    display: flex;
    position: relative;
    /*position: fixed;*/
    top: 0;


}
.main_img{
    margin-left: 0.3rem;
    width: 0.29rem;
    position: absolute;
    left:0;
    bottom:0;
}
.main_text {
    width: 30%;
    /*align-items: center;*/
    /*justify-content: center;*/

}