Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
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
marketing-web
marketing
Commits
34fa5c61
Commit
34fa5c61
authored
Apr 15, 2019
by
chenxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:css
parent
a3a17d44
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
reset.scss
src/assets/style/base/reset.scss
+6
-0
index.scss
src/assets/style/components/index.scss
+15
-0
No files found.
src/assets/style/base/reset.scss
View file @
34fa5c61
...
...
@@ -125,6 +125,9 @@ a:hover {
.mt20
{
margin-top
:
20px
!
important
;
}
.mt30
{
margin-top
:
30px
!
important
;
}
.ml5
{
margin-left
:
5px
!
important
;
}
...
...
@@ -283,6 +286,9 @@ a:hover {
.line-height2
{
line-height
:
2
;
}
.line-height1_5
{
line-height
:
1
.5
;
}
.line-height1
{
line-height
:
1
;
}
...
...
src/assets/style/components/index.scss
View file @
34fa5c61
...
...
@@ -172,3 +172,17 @@
background-color
:
#ebeef5
;
z-index
:
4
;
}
// 只读遮罩 - 无颜色
.el-view-mask
{
position
:
relative
;
&
:before
{
position
:
absolute
;
z-index
:
1000
;
width
:
100%
;
height
:
100%
;
left
:
0
;
top
:
0
;
content
:
''
;
}
}
\ No newline at end of file
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