TangShanKaiPing
wanggang 6 years ago
parent a837a66f77
commit c24fc1c457

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 492 KiB

@ -5,7 +5,7 @@
body {
background-color: #000;
cursor: none;
background-image: url(/images/bg.png);
/*background-image: url(/images/bg.png);*/
background-repeat: no-repeat;
background-position: center center;
background-size: auto;
@ -69,7 +69,7 @@
</style>
</head>
<body>
<video id="player" autoplay></video>
<video id="player" poster="/images/bg.png"></video>
<div id="vol" class="box">
<div class="info volume"></div>
<div class="line">
@ -153,6 +153,7 @@
}
else {
player.src = src;
player.play();
}
}
if (command == "pause") {

Loading…
Cancel
Save