You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<template>
|
|
|
|
|
<div id="app">
|
|
|
|
|
<router-view />
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<style lang="scss">
|
|
|
|
|
#app {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
font-family: Avenir, Helvetica, Arial, sans-serif;
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #2c3e50;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.el-message{
|
|
|
|
|
padding:0.2rem !important;
|
|
|
|
|
}
|
|
|
|
|
.el-message__icon,.el-message__content{
|
|
|
|
|
font-size: 16px !important;
|
|
|
|
|
}
|
|
|
|
|
.BMap_bubble_pop{
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
max-width: 3.67rem;
|
|
|
|
|
height:2.2rem !important;
|
|
|
|
|
padding:0 !important;
|
|
|
|
|
background-image: url(@/assets/images/infowindow_bg.png) !important;
|
|
|
|
|
background-color: transparent !important;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
border: 0 !important;
|
|
|
|
|
background-size: 100% 100% !important;
|
|
|
|
|
img{
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.BMap_bubble_buttons{
|
|
|
|
|
div{
|
|
|
|
|
color:#fff !important;
|
|
|
|
|
font-size:0.4rem !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.BMap_cpyCtrl,.anchorBL{
|
|
|
|
|
opacity: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
</style>
|