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
87e727d6
Commit
87e727d6
authored
Jun 05, 2021
by
yaqizhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "首页样式"
This reverts commit
0559a051
.
parent
0559a051
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
17 deletions
+18
-17
App.vue
dcit-hcsystem-hcsystem-master/src/App.vue
+0
-1
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
+0
-7
qyMap.vue
dcit-hcsystem-hcsystem-master/src/views/qyMap/qyMap.vue
+18
-9
No files found.
dcit-hcsystem-hcsystem-master/src/App.vue
View file @
87e727d6
...
...
@@ -15,7 +15,6 @@ 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%
;
...
...
dcit-hcsystem-hcsystem-master/src/common/font/DS-DIGI.TTF
deleted
100644 → 0
View file @
0559a051
File deleted
dcit-hcsystem-hcsystem-master/src/common/font/UnidreamLED.ttf
deleted
100644 → 0
View file @
0559a051
File deleted
dcit-hcsystem-hcsystem-master/src/common/font/font.css
deleted
100644 → 0
View file @
0559a051
@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 @
87e727d6
...
...
@@ -294,14 +294,29 @@ 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
;
list-style-type
:none
;
display
:
block
;
overflow
:
hidden
;
margin
:
2px
0
;
color
:
#0000FF
;
font-size
:
20px
;
img
{
...
...
@@ -309,13 +324,7 @@ export default class GIS extends Vue {
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