Commit f10a5e3b by doszhang

dos

parent bd351b48
......@@ -9,7 +9,7 @@
<meta name="format-detection" content="telephone=no">
{:assign var=projectId value=0}
{:assign var=rem value=false}
{:assign var=version value='1.1.0'}
{:assign var=version value='1.1.2'}
{:block name='projectx'}{:/block}
{:if $rem == true}
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no">
......
......@@ -73,6 +73,11 @@ body {
height: 53px;
}
.music.stop {
width: 51px;
height: 52px;
}
video {
width: 100%;
height: 100%;
......
......@@ -87,7 +87,7 @@ $(document).ready(function () {
});
video1.addEventListener('pause', function () {
if (video1.paused && video2.paused && video3.paused) {
if (video1.paused) {
if (musicStatus) {
$('#music')[0].play();
}
......
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 sign in to comment