Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
supervise-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
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
牛晓林
supervise-front
Commits
990e9d7c
Commit
990e9d7c
authored
Aug 20, 2019
by
杨子
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
bb8f6344
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
5 deletions
+18
-5
proxy.json
proxy.json
+1
-1
qs-mark.component.html
src/app/qs-mark/qs-mark.component.html
+5
-3
qs-mark.component.less
src/app/qs-mark/qs-mark.component.less
+11
-0
1.jpg
src/assets/images/1.jpg
+0
-0
styles.less
src/styles.less
+1
-1
No files found.
proxy.json
View file @
990e9d7c
{
"*"
:
{
"target"
:
"http://
192.168.19.199:80
"
,
"target"
:
"http://
221.131.9.172:18088
"
,
"secure"
:
false
,
"changeOrigin"
:
true
,
"logLevel"
:
"info"
...
...
src/app/qs-mark/qs-mark.component.html
View file @
990e9d7c
<h1
class=
"gradient"
>
<div
class=
"container"
>
<h1
class=
"gradient"
>
山西省交通运输厅智慧监管指挥平台
</h1>
</h1>
<div
class=
"bg"
></div>
<div
class=
"main"
>
<div
class=
"aside"
>
<button
class=
"ie-fix-button"
(
click
)="
back
()"
>
返回
</button>
...
...
@@ -29,3 +30,4 @@
</div>
</div>
</div>
</div>
src/app/qs-mark/qs-mark.component.less
View file @
990e9d7c
...
...
@@ -12,6 +12,17 @@
border: 2px solid #f3f42678;
}
:host {
}
.bg{
background: url(../../assets/images/1.jpg) no-repeat !important;
position: absolute;
width: 100%;
height: 100%;
}
.aside {
width: 301px;
...
...
src/assets/images/1.jpg
0 → 100644
View file @
990e9d7c
754 KB
src/styles.less
View file @
990e9d7c
...
...
@@ -304,7 +304,7 @@ legend {
-webkit-background-clip: text;
/* -webkit-text-fill-color: transparent; */
letter-spacing: 20px;
margin-top: 1
3
px;
margin-top: 1
9
px;
font-size: 46px;
font-weight: 800;
color: white;
...
...
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