Commit 3fd01dae by doszhang

dos

parent c506eef8
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
{:/if} {:/if}
{:block name='css'}{:/block} {:block name='css'}{:/block}
<link rel="stylesheet" type="text/css" href="__CDN__/css/notify.css" media="all"/> <link rel="stylesheet" type="text/css" href="__CDN__/css/notify.css" media="all"/>
<link rel="stylesheet" type="text/css" href="__CDN__/css/index.css?v=6" media="all"/> <link rel="stylesheet" type="text/css" href="__CDN__/css/index.css?v=7" media="all"/>
</head> </head>
<body> <body>
<!-- <audio src="__CDN__/media/bg.mp3" preload="auto" loop="loop" id="music" style="display:none"></audio> --> <!-- <audio src="__CDN__/media/bg.mp3" preload="auto" loop="loop" id="music" style="display:none"></audio> -->
......
...@@ -58,7 +58,7 @@ input[name='tel'] { ...@@ -58,7 +58,7 @@ input[name='tel'] {
video { video {
width: 100%; width: 100%;
height: 100%; height: 100%;
position: absolute; object-fit:cover;
} }
.posi { .posi {
...@@ -69,10 +69,6 @@ video { ...@@ -69,10 +69,6 @@ video {
.bj-img { .bj-img {
z-index: 1; z-index: 1;
} }
video {
object-fit:fill;
}
.video-block { .video-block {
z-index: 2; z-index: 2;
......
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