App.css 1.27 KB
*{
    margin: 0;
    padding: 0;
}
body,html,#root{
    height: 100%;
    /* background-color: #07153C; */
}
.all{
    width: 100%;
    /* max-height: 100%;
    overflow: hidden; */
    position: relative;
}
header{
    height: 66px;
    width: 100%;
    background-color: #049cfd;
}
header .title{
    color: white;
    line-height: 66px;
    font-size: 25px;
    padding-left: 15px;
    box-sizing: border-box;
}
.all .button{
    position: absolute;
    right: -100px;
    top: 150px;
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
    cursor: pointer;
}
.all .xialakuang{
    position: absolute;
    left: 82%;
    top: calc(28px + 66px);
}
.all .xialakuang>div:nth-child(2){
    margin-top: 10px;
}
.all .xialakuang>div:nth-child(3){
    margin-top: 10px;
}
.all .xialakuang>div:nth-child(3) button{
    width: 100%;
}
.all .xialakuang>div:nth-child(4){
    margin-top: 20px;
}
.all .xialakuang>div:nth-child(4) button{
    width: 100%;
}
.all .xialakuang>div:nth-child(5){
    margin-top: 10px;
}
.all .xialakuang>div:nth-child(5) button{
    width: 100%;
}
#kuangneiCon11{
    position: relative;
    width: 80%;
    margin-top: 28px;
    height: calc(100vh - 28px - 66px);
}
.flvWai{
    position: absolute;
    top: 0;
    left: 0;
}