Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
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
new-sing
h5-base
Commits
10ff3be8
Commit
10ff3be8
authored
Dec 06, 2018
by
wangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
弹窗Day定位
parent
de03e8ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
index.vue
src/components/map/index.vue
+5
-2
index.vue
src/components/newLesson/index.vue
+1
-2
No files found.
src/components/map/index.vue
View file @
10ff3be8
...
@@ -365,13 +365,13 @@
...
@@ -365,13 +365,13 @@
height: 137 * @toVw;
height: 137 * @toVw;
padding-top: 36 * @toVw;
padding-top: 36 * @toVw;
background-size: 100% 100%;
background-size: 100% 100%;
position: relative;
.title{
.title{
text-align: center;
text-align: center;
font-size:24*@toVw;
font-size:24*@toVw;
font-family:Helvetica-Bold;
font-family:Helvetica-Bold;
font-weight:bold;
font-weight:bold;
padding: 0 20*@toVw;
padding: 0 20*@toVw;
color:rgba(255,255,255,1);
color:rgba(255,255,255,1);
line-height:26*@toVw;
line-height:26*@toVw;
}
}
...
@@ -381,7 +381,10 @@
...
@@ -381,7 +381,10 @@
background: rgba(0,0,0,0.2);
background: rgba(0,0,0,0.2);
text-align: center;
text-align: center;
border-radius: 4*@toVw;
border-radius: 4*@toVw;
margin-top: 16*@toVw;
position: absolute;
left: 50%;
margin-left: -46*@toVw;
bottom: 20*@toVw;
line-height: 36 * @toVw;
line-height: 36 * @toVw;
font-size:16*@toVw;
font-size:16*@toVw;
font-family:PingFang-SC-Bold;
font-family:PingFang-SC-Bold;
...
...
src/components/newLesson/index.vue
View file @
10ff3be8
...
@@ -121,10 +121,9 @@
...
@@ -121,10 +121,9 @@
content
:
this
.
lesson
.
content
.
look
,
content
:
this
.
lesson
.
content
.
look
,
age
:
this
.
nowLesson
.
age
age
:
this
.
nowLesson
.
age
};
};
if
(
this
.
lesson
.
content
.
play
.
video
.
length
<
1
&&
this
.
lesson
.
content
.
play
.
vide
o
.
length
<
1
){
if
(
this
.
lesson
.
content
.
play
.
video
.
length
<
1
&&
this
.
lesson
.
content
.
play
.
audi
o
.
length
<
1
){
this
.
nowLesson
.
old
=
true
this
.
nowLesson
.
old
=
true
}
}
console
.
log
(
this
.
nowLesson
)
})
})
}
}
}
}
...
...
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