style.less 1.07 KB
.map_box{
    position: relative;
    .right_top{
        margin-bottom: 10px;
        display:flex;
        justify-content: flex-start;
        align-items: center;
        .top_input{
            margin-right: 25px;
        }
        .back_btn{
            margin-left: 30px;
        }
    }
    #container{
    }
    .map_main{
        padding: 0px;
        margin: 0px;
        width: 100%;
        height: 700px;
    }
    .play_back_btn_box{
        position: absolute;
        display: flex;
        flex-direction: column;
        z-index: 9999;
        background-color: #fff;
        padding: 20px;
        border-radius: 8px;
        right: 20px;
        bottom: 20px;
        box-shadow: 0 2px 6px 0 #FAAD14;
        .btn_item{
            display: flex;
            align-items: center;
            justify-content: space-around;
            width: 100%;
            &:first-child{
                margin-bottom: 20px;
            }
            .play_back_btn{
                &:first-child{
                    margin-right: 25px;
                }
            }
        }
    }
}