Commit 45eb905d by doszhang

dos

parent 03f12335
...@@ -87,6 +87,7 @@ ...@@ -87,6 +87,7 @@
<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>
<div class="wrap"> <div class="wrap">
<div class="wrap-inner"> <div class="wrap-inner">
<div class="font"> </div>
{:if $projectId && strpos( $smarty.server.HTTP_HOST , 'dev.izhida.cn') !== false} {:if $projectId && strpos( $smarty.server.HTTP_HOST , 'dev.izhida.cn') !== false}
{:"https://projectx.dev.izhida.cn/api/html/id/`$projectId`"|file_get_contents} {:"https://projectx.dev.izhida.cn/api/html/id/`$projectId`"|file_get_contents}
{:else} {:else}
......
...@@ -66,14 +66,16 @@ input::-webkit-input-placeholder { ...@@ -66,14 +66,16 @@ input::-webkit-input-placeholder {
background: rgba(0, 0, 0, 0.8); background: rgba(0, 0, 0, 0.8);
} }
/* @font-face { @font-face {
font-family: 'font'; font-family: 'font';
src: url(./font.ttf); src: url(./font.ttf);
} }
.font { .font {
font-family: 'font'; font-family: 'font';
} */ width: 0;
height: 0;
}
/* home-page */ /* home-page */
...@@ -303,8 +305,6 @@ input::-webkit-input-placeholder { ...@@ -303,8 +305,6 @@ input::-webkit-input-placeholder {
bottom: 0; bottom: 0;
} }
.personal-page .flag-list { .personal-page .flag-list {
overflow: scroll; overflow: scroll;
} }
......
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