Commit 0ae4ca73 by doszhang

dos

parent 56ed799a
...@@ -86,7 +86,6 @@ ...@@ -86,7 +86,6 @@
<body> <body>
<div class="wrap"> <div class="wrap">
<div class="wrap-inner"> <div class="wrap-inner">
<span class="font">1</span>
{: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,14 @@ input::-webkit-input-placeholder { ...@@ -66,14 +66,14 @@ 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';
} } */
/* page1 */ /* page1 */
.page1 { .page1 {
......
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