Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
chinaamc-2020flag
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c03fc97c
authored
Jan 09, 2020
by
doszhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
944164cd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
0 deletions
+13
-0
Application/Home/View/default/layout.tpl
+1
-0
Public/static/css/._font.ttf
+0
-0
Public/static/css/font.ttf
+0
-0
Public/static/css/index.css
+12
-0
No files found.
Application/Home/View/default/layout.tpl
View file @
c03fc97c
...
@@ -86,6 +86,7 @@
...
@@ -86,6 +86,7 @@
<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}
...
...
Public/static/css/._font.ttf
0 → 100644
View file @
c03fc97c
File added
Public/static/css/font.ttf
0 → 100644
View file @
c03fc97c
File added
Public/static/css/index.css
View file @
c03fc97c
...
@@ -66,6 +66,18 @@ input::-webkit-input-placeholder {
...
@@ -66,6 +66,18 @@ input::-webkit-input-placeholder {
background
:
rgba
(
0
,
0
,
0
,
0.8
);
background
:
rgba
(
0
,
0
,
0
,
0.8
);
}
}
@font-face
{
font-family
:
'font'
;
src
:
url(./font.ttf)
;
}
.font
{
font-family
:
'font'
;
display
:
inline
;
width
:
0
;
height
:
0
;
}
/* page1 */
/* page1 */
.page1
{
.page1
{
z-index
:
7
;
z-index
:
7
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment