Commit c16462b2 by doszhang

dos

parent de5bfa3c
...@@ -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=5" media="all"/> <link rel="stylesheet" type="text/css" href="__CDN__/css/index.css?v=6" 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> -->
......
...@@ -72,11 +72,12 @@ video { ...@@ -72,11 +72,12 @@ video {
} }
video { video {
object-fit:scale-down; object-fit:scale-down;
transform: scale(2);
} }
.video-block { .video-block {
z-index: 2; z-index: 2;
transform: scale(2);
} }
.indexup { .indexup {
......
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