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

Loading…
Cancel
Save