Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
eduline
Commits
28e61471
Commit
28e61471
authored
Jul 01, 2020
by
刘海龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
79b00f44
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
21 deletions
+47
-21
apps/home/Tpl/default/Home/syhezuo.html
+47
-21
No files found.
apps/home/Tpl/default/Home/syhezuo.html
View file @
28e61471
<!-- <!DOCTYPE html> -->
<!-- <include file="__THEME__/public_header_w3g"/> -->
<!
-- <!DOCTYPE html> --
>
<
!-- <html lang="en"> --
>
<
!-- <head> --
>
<
!-- <meta charset="UTF-8"> --
>
<!
DOCTYPE html
>
<
html
lang=
"en"
>
<
head
>
<
meta
charset=
"UTF-8"
>
<!-- 使用UTF-8 -->
<
!-- <meta http-equiv="X-UA-Compatible" content="IE=edge"> --
>
<
!-- <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> --
>
<
meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<
meta
name=
"viewport"
content=
"width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
>
<!-- 设置移动终端可视区域 -->
<!-- <meta content="telephone=no" name="format-detection"> -->
<meta
content=
"telephone=no"
name=
"format-detection"
>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
name=
"format-detection"
content=
"telephone=no"
/>
<title>
{:t($seo['_title'])}
</title>
<meta
content=
"{:t($seo['_keywords'])}"
name=
"keywords"
>
<meta
content=
"{:t($seo['_description'])}"
name=
"description"
>
<meta
name=
"viewport"
content=
"user-scalable=no, initial-scale=1.0, maximum-scale=1.0 minimal-ui"
/>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
/>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
>
<link
href=
"__THEMEW3G__/css/reset.css"
rel=
"stylesheet"
>
<link
href=
"__THEMEW3G__/css/public.css"
rel=
"stylesheet"
>
<link
href=
"__THEMEW3G__/css/style.css"
rel=
"stylesheet"
>
<link
href=
"__THEMEW3G__/icon/iconfont.css"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
href=
"__THEMEW3G__/js/layer/need/layer.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"__THEMEW3G__/icon/iconfont-v4.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"__THEMEW3G__/icon/eduline-icon.css"
>
<php>
if (!isset($_SERVER['HTTP_X_HOST'])) {
</php>
<style>
@font-face
{
font-family
:
'iconfontNEW'
;
src
:
url('__THEME__/icon/iconfontNEW.woff?v={$site.sys_version}')
;}
.iconfontNEW
{
font-family
:
iconfontNEW
;}
</style>
<php>
}else{
</php>
<style>
@font-face
{
font-family
:
'iconfontNEW'
;
src
:
url('/addons/theme/stv1/_static/icon/iconfontNEW.woff')
;}
.iconfontNEW
{
font-family
:
iconfontNEW
;}
</style>
<php>
}
</php>
<link
rel=
"shortcut icon"
href=
"{:getImageUrlByAttachId($site['site_ico'])}"
type=
"image/x-icon"
>
<link
href=
"__THEMEW3G__/css/common.css"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
href=
"https://cdn.jsdelivr.net/npm/vant@2.6/lib/index.css"
/>
<script
src=
"https://cdn.jsdelivr.net/npm/vue/dist/vue.min.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/vant@2.6/lib/vant.min.js"
></script>
<script
src=
"__THEMEW3G__/js/extension.js"
charset=
"utf-8"
></script>
<!-- 禁止iPhone等手机自动将数字变成可点击的拨号连接 -->
<
!-- <title>上传须知</title> --
>
<
!-- <
style type="text/css">
<
title>
上传须知
</title
>
<style
type=
"text/css"
>
/* 根据不同的屏幕调整字体大小 */
@media
only
screen
and
(
min-width
:
320px
)
{
html
{
font-size
:
17.1px
!important
;}}
@media
only
screen
and
(
min-width
:
360px
)
{
html
{
font-size
:
19.2px
!important
;}}
...
...
@@ -31,19 +66,10 @@
.imgBox
{
width
:
100%
;
height
:
160px
;
position
:
fixed
;
bottom
:
0
;
z-index
:
-1
;
}
.imgBox
img
{
width
:
100%
;
height
:
100%
;
}
.back
{
position
:
fixed
;
top
:
1rem
;
left
:
.5rem
;
}
</style> -->
<!-- </head> -->
<include
file=
"__THEME__/public_header_w3g"
/>
<style
type=
"text/css"
>
body
,
p
{
margin
:
0
;
padding
:
0
;
}
h3
{
font-size
:
18px
;
font-weight
:
400
;
color
:
#333
;
text-align
:
center
;
}
p
{
font-size
:
13px
;
font-weight
:
400
;
color
:
#333
;
text-indent
:
2em
;
line-height
:
18px
;
padding
:
0
12px
;
margin-top
:
10px
;
}
.imgBox
{
width
:
100%
;
height
:
160px
;
position
:
fixed
;
bottom
:
0
;
z-index
:
-1
;
}
.imgBox
img
{
width
:
100%
;
height
:
100%
;
}
.back
{
position
:
fixed
;
top
:
1rem
;
left
:
.5rem
;
}
</style>
</style>
</head>
<body>
<a
class=
"back"
href=
"
{:U('classroom/Index/find')}
"
><i
class=
"icon icon-zuojiantou"
></i></a>
<a
class=
"back"
href=
"
/apps/classroom/Tpl/default/Index/find_w3g.html
"
><i
class=
"icon icon-zuojiantou"
></i></a>
<h3>
“高榜题名真题联盟”商务合作
</h3>
<p>
...
...
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