Commit 8bdafe49 authored by yaqizhang's avatar yaqizhang

危化添加字体样式

parent a9865065
......@@ -15,6 +15,7 @@ export default class App extends Vue {}
</script>
<style lang="scss">
@import './common/font/font.css';
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
width: 100%;
......
@font-face {
font-family: 'UnidreamLED';
src: url('UnidreamLED.ttf');
font-weight: normal;
font-style: normal;
}
\ No newline at end of file
......@@ -294,29 +294,14 @@ export default class GIS extends Vue {
}
.markBox {
width: 100%;
overflow: hidden;
position: absolute;
text-align: center;
// bottom: 20px;
left: 4px;
// background: rgba(255, 255, 255, 0.7);
// border: #c1c1c1 1px solid;
z-index: 9;
ul {
display: block;
padding: 10px;
margin: 0;
border-radius: 3px;
.ul-div{
margin-left: -30px;
li {
float: left;
padding: 5px;
display: block;
overflow: hidden;
margin: 2px 0;
list-style-type:none;
color:#0000FF;
font-size: 20px;
img {
......@@ -324,7 +309,13 @@ export default class GIS extends Vue {
vertical-align: middle;
}
}
span{
float: right;
margin-right: 5px;
font-family: 'UnidreamLED';
overflow: hidden;
font-size: 30px;
}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment