style.css 3.2 KB
html, body {
    margin: 0;
    height: 100%;
    overflow: hidden;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu
}

#fengMap {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    outline:none;
}

.pick-model {
    position: absolute;
    top: 2%;
    left: calc(50% - 200px);
    background: rgba(0,0,0,.5);
    width: 380px;
    padding: 10px;
    border-radius: 4px;
    display: none;
    color: #fff;
}


#naviPrompt {
    position: absolute;
    left: 2%;
    bottom: 15%;
    padding: 10px 25px;
    background: rgba(255, 255, 255, .5);
    border-radius: 4px;
}

#prompt {
    position: absolute;
    left: 2%;
    bottom: 2%;
    padding: 10px 25px;
    background: rgba(255, 255, 255, .5);
    border-radius: 4px;
}

#path_info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, .3);
    max-height: 150px;
    overflow: auto;
    text-indent: 2em;
    padding: 10px 0;
}

#path_info h4 {
    font-weight: 500;
}

#path_info .glyphicon {
    float: right;
    right: 2%;
}

#path_info .title {
    position: absolute;
    width: 30px;
    float: right;
    right: 0px;
    cursor: pointer;
}

#path_info p {
    cursor: pointer;
}

#path_info ul {
    padding: 10px 0;
    width: auto;
}

#path_info ul li {
    line-height: 24px;
    list-style: none;
    cursor: pointer;
}

#description {
    position: absolute;
    left: 2%;
    top: 130px;
    padding: 10px 25px;
    background: rgba(255, 255, 255, .5);
    border-radius: 4px;
}

#message {
    position: absolute;
    top: 0;
    width: 100%;
}

#setting {
    position: absolute;
    left: 2%;
    top: 360px
}

.panel-title {
    font-size: 15px;
}

.searchList {
    margin: 0;
    padding: 0;
    max-height: 300px;
    overflow: auto;
    background: #fff;
    border-radius: 4px;
}

.searchList li {
    list-style: none;
    padding: 5px 13px;
    cursor: pointer;
}

.searchList li:hover {
    background: #d9edf7;

}

.searchList li:first-child, li:last-child:hover {
    border-radius: 4px;
}

.button-enter {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    position: fixed;
    top: 474px;
    right: 15px;
    z-index: 999;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
    outline: 1px solid #eee;
    cursor: pointer;
    transition: all .2s;
}

.button-exit {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    position: fixed;
    top: 474px;
    right: 15px;
    z-index: 999;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
    outline: 1px solid #eee;
    cursor: pointer;
    transition: all .2s;
}


.demotoolBarDiv {
    position: absolute;
	top: 10px;
	left: 41%;
	height: 34px;
	z-index: 200;
}

.demotoolBarDiv>.democontrol {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 20px;
}

.demolayui-btn {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    line-height: 32px;
	padding: 3px 6px;
}