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
29e36069
Commit
29e36069
authored
May 13, 2020
by
yun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改在线考试居中对齐
parent
76177ee4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
labelExamination.vue
src/components/OnlineExamination/labelExamination.vue
+9
-4
No files found.
src/components/OnlineExamination/labelExamination.vue
View file @
29e36069
...
@@ -128,10 +128,14 @@ export default {
...
@@ -128,10 +128,14 @@ export default {
.time{
.time{
font-size: 12px;
font-size: 12px;
color: #999999;
color: #999999;
display: flex;
justify-content: space-between;
align-items: center;
.pass{
.pass{
position: absolute;
/*
position: absolute;
right: 15px;
right: 15px;
bottom: 1rem;
bottom: 1rem;*/
margin-right: 21px;
color: #4CC660;
color: #4CC660;
font-size: 18px;
font-size: 18px;
& > span{
& > span{
...
@@ -139,9 +143,10 @@ export default {
...
@@ -139,9 +143,10 @@ export default {
}
}
}
}
.fail{
.fail{
position: absolute;
/*
position: absolute;
right: 15px;
right: 15px;
bottom: 1rem;
bottom: 1rem;*/
margin-right: 21px;
color: #FF7271;
color: #FF7271;
font-size: 18px;
font-size: 18px;
& > span{
& > span{
...
...
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