Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mt-education-mobile
Project
Project
Details
Activity
Releases
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
王旭
mt-education-mobile
Commits
bde005d4
Commit
bde005d4
authored
Jul 23, 2020
by
liuyuanjun
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev-2.0' into master-2.0.1
parents
0b5d0b11
b1a8274c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
global.less
src/assets/style/global.less
+9
-3
No files found.
src/assets/style/global.less
View file @
bde005d4
...
@@ -129,19 +129,25 @@
...
@@ -129,19 +129,25 @@
top: 2.4vw;
top: 2.4vw;
}
}
.dotNumKindGreen{
.dotNumKindGreen{
position: absolute;
float: left;
margin-left: 78px;
margin-top: -16px;
.van-info--dot{
.van-info--dot{
background-color: #00d95a;
background-color: #00d95a;
}
}
}
}
.dotNumKindYellow{
.dotNumKindYellow{
position: absolute;
float: left;
margin-left: 78px;
margin-top: -16px;
.van-info--dot{
.van-info--dot{
background-color:#eae30bfa;
background-color:#eae30bfa;
}
}
}
}
.dotNumKindRed{
.dotNumKindRed{
position: absolute;
float: left;
margin-left: 78px;
margin-top: -16px;
.van-info--dot{
.van-info--dot{
background-color: #f56c6c;
background-color: #f56c6c;
}
}
...
...
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