Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
s7-avatar
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
28653b73
authored
Jul 20, 2020
by
doszhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
b7ddf22b
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
Application/Home/View/default/layout.tpl
+1
-1
Public/static/css/index.css
+3
-3
Public/static/css/msyh.ttf
+0
-0
Public/static/js/common.js
+4
-4
No files found.
Application/Home/View/default/layout.tpl
View file @
28653b73
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<meta
name=
"format-detection"
content=
"telephone=no"
>
<meta
name=
"format-detection"
content=
"telephone=no"
>
{:assign var=projectId value=0}
{:assign var=projectId value=0}
{:assign var=rem value=false}
{:assign var=rem value=false}
{:assign var=version value='1.0.
5
'}
{:assign var=version value='1.0.
6
'}
{:block name='projectx'}{:/block}
{:block name='projectx'}{:/block}
{:if $rem == true}
{:if $rem == true}
<meta
name=
"viewport"
content=
"width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no"
>
...
...
Public/static/css/index.css
View file @
28653b73
...
@@ -12,8 +12,8 @@ canvas img {
...
@@ -12,8 +12,8 @@ canvas img {
}
}
@font-face
{
@font-face
{
font-family
:
'
fzlt
'
;
font-family
:
'
msyh
'
;
src
:
url(./
fzlt
.ttf)
;
src
:
url(./
msyh
.ttf)
;
}
}
#notification_area
{
#notification_area
{
...
@@ -94,7 +94,7 @@ input[name=username] {
...
@@ -94,7 +94,7 @@ input[name=username] {
/*text-indent: 20px;*/
/*text-indent: 20px;*/
text-align
:
center
;
text-align
:
center
;
outline
:
none
;
outline
:
none
;
font-family
:
"
Microsoft YaHei
"
;
font-family
:
"
msyh
"
;
color
:
#15479c
;
color
:
#15479c
;
font-weight
:
bolder
;
font-weight
:
bolder
;
}
}
...
...
Public/static/css/msyh.ttf
0 → 100644
View file @
28653b73
File added
Public/static/js/common.js
View file @
28653b73
...
@@ -134,22 +134,22 @@ $(document).ready(function () {
...
@@ -134,22 +134,22 @@ $(document).ready(function () {
// 自定义
// 自定义
top
=
536
;
top
=
536
;
ctx2
.
fillStyle
=
'#ffffff'
;
ctx2
.
fillStyle
=
'#ffffff'
;
ctx2
.
font
=
'bold 130px
Microsoft YaHei
'
;
ctx2
.
font
=
'bold 130px
msyh
'
;
}
else
if
(
firstSwiper
.
realIndex
===
0
)
{
}
else
if
(
firstSwiper
.
realIndex
===
0
)
{
//模板1
//模板1
top
=
536
;
top
=
536
;
ctx2
.
fillStyle
=
'#ffffff'
;
ctx2
.
fillStyle
=
'#ffffff'
;
ctx2
.
font
=
'bold 130px
Microsoft YaHei
'
;
ctx2
.
font
=
'bold 130px
msyh
'
;
}
else
if
(
firstSwiper
.
realIndex
===
1
)
{
}
else
if
(
firstSwiper
.
realIndex
===
1
)
{
//模板2
//模板2
top
=
536
;
top
=
536
;
ctx2
.
fillStyle
=
'#ffffff'
;
ctx2
.
fillStyle
=
'#ffffff'
;
ctx2
.
font
=
'bold 130px
Microsoft YaHei
'
;
ctx2
.
font
=
'bold 130px
msyh
'
;
}
else
{
}
else
{
//模板3
//模板3
top
=
540
;
top
=
540
;
ctx2
.
fillStyle
=
'#000000'
;
ctx2
.
fillStyle
=
'#000000'
;
ctx2
.
font
=
'bold 130px
Microsoft YaHei
'
;
ctx2
.
font
=
'bold 130px
msyh
'
;
}
}
ctx2
.
textAlign
=
'left'
;
ctx2
.
textAlign
=
'left'
;
...
...
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