Commit 10ff3be8 authored by wangwei's avatar wangwei

弹窗Day定位

parent de03e8ac
......@@ -365,13 +365,13 @@
height: 137 * @toVw;
padding-top: 36 * @toVw;
background-size: 100% 100%;
position: relative;
.title{
text-align: center;
font-size:24*@toVw;
font-family:Helvetica-Bold;
font-weight:bold;
padding: 0 20*@toVw;
color:rgba(255,255,255,1);
line-height:26*@toVw;
}
......@@ -381,7 +381,10 @@
background: rgba(0,0,0,0.2);
text-align: center;
border-radius: 4*@toVw;
margin-top: 16*@toVw;
position: absolute;
left: 50%;
margin-left: -46*@toVw;
bottom: 20*@toVw;
line-height: 36 * @toVw;
font-size:16*@toVw;
font-family:PingFang-SC-Bold;
......
......@@ -121,10 +121,9 @@
content:this.lesson.content.look,
age:this.nowLesson.age
};
if(this.lesson.content.play.video.length < 1 && this.lesson.content.play.video.length < 1 ){
if(this.lesson.content.play.video.length < 1 && this.lesson.content.play.audio.length < 1 ){
this.nowLesson.old=true
}
console.log(this.nowLesson)
})
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment