Commit 8bdafe49 authored by yaqizhang's avatar yaqizhang

危化添加字体样式

parent a9865065
...@@ -15,6 +15,7 @@ export default class App extends Vue {} ...@@ -15,6 +15,7 @@ export default class App extends Vue {}
</script> </script>
<style lang="scss"> <style lang="scss">
@import './common/font/font.css';
#app { #app {
font-family: Avenir, Helvetica, Arial, sans-serif; font-family: Avenir, Helvetica, Arial, sans-serif;
width: 100%; 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 { ...@@ -294,29 +294,14 @@ export default class GIS extends Vue {
} }
.markBox { .markBox {
width: 100%; 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; z-index: 9;
ul { ul {
display: block;
padding: 10px;
margin: 0;
border-radius: 3px;
.ul-div{ .ul-div{
margin-left: -30px;
li { li {
float: left;
padding: 5px; padding: 5px;
display: block; list-style-type:none;
overflow: hidden;
margin: 2px 0;
color:#0000FF; color:#0000FF;
font-size: 20px; font-size: 20px;
img { img {
...@@ -324,7 +309,13 @@ export default class GIS extends Vue { ...@@ -324,7 +309,13 @@ export default class GIS extends Vue {
vertical-align: middle; 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