南昌市物联网技防平台-前端
Administrator
2021-05-10 b921db470a289d3a5bdf2db8d60e6e5e6b4b5973
public/xcxh5map/css/body.css
@@ -5,7 +5,30 @@
html,
body,
#mapVue,
#map {
    height: 100%;
    width: 100%;
    height: 84%;
}
#seedata{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 400;
    background-color: #fff;
    /* opacity: 0.9; */
}
.title{
    width: 100%;
    height: 7%;
    /* border: 1px solid springgreen; */
    border-radius: 1000px 1000px 0 0;
    position: fixed;
    top: 43%;
    background-color: #fff;
    z-index: 401;
    display: flex;
    align-items: center;
    justify-content: center;
}