Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
whp-xl
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhichao
whp-xl
Commits
8bdafe49
Commit
8bdafe49
authored
Jun 05, 2021
by
yaqizhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
危化添加字体样式
parent
a9865065
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
18 deletions
+17
-18
App.vue
dcit-hcsystem-hcsystem-master/src/App.vue
+1
-0
DS-DIGI.TTF
dcit-hcsystem-hcsystem-master/src/common/font/DS-DIGI.TTF
+0
-0
UnidreamLED.ttf
...-hcsystem-hcsystem-master/src/common/font/UnidreamLED.ttf
+0
-0
font.css
dcit-hcsystem-hcsystem-master/src/common/font/font.css
+7
-0
qyMap.vue
dcit-hcsystem-hcsystem-master/src/views/qyMap/qyMap.vue
+9
-18
No files found.
dcit-hcsystem-hcsystem-master/src/App.vue
View file @
8bdafe49
...
@@ -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%
;
...
...
dcit-hcsystem-hcsystem-master/src/common/font/DS-DIGI.TTF
0 → 100644
View file @
8bdafe49
File added
dcit-hcsystem-hcsystem-master/src/common/font/UnidreamLED.ttf
0 → 100644
View file @
8bdafe49
File added
dcit-hcsystem-hcsystem-master/src/common/font/font.css
0 → 100644
View file @
8bdafe49
@font-face
{
font-family
:
'UnidreamLED'
;
src
:
url('UnidreamLED.ttf')
;
font-weight
:
normal
;
font-style
:
normal
;
}
\ No newline at end of file
dcit-hcsystem-hcsystem-master/src/views/qyMap/qyMap.vue
View file @
8bdafe49
...
@@ -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
;
}
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment