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
ab1baab5
Commit
ab1baab5
authored
May 21, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A
parent
1238ffb7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
86 additions
and
0 deletions
+86
-0
addons/theme/stv1/_static/img/bottom_bg.png
+0
-0
apps/home/Tpl/default/User/cooperate_w3g.html
+43
-0
apps/home/Tpl/default/User/upload_paper_w3g.html
+43
-0
No files found.
addons/theme/stv1/_static/img/bottom_bg.png
0 → 100755
View file @
ab1baab5
31 KB
apps/home/Tpl/default/User/cooperate_w3g.html
0 → 100644
View file @
ab1baab5
<include
file=
"__THEME__/public_header_w3g"
/>
<style>
body
{
padding
:
0
!important
;
}
.operate_container
{
width
:
100%
;
height
:
100%
;
position
:
relative
;
}
.operate_bottom_bg
{
position
:
absolute
;
left
:
0
;
bottom
:
0
;
right
:
0
;
}
</style>
<body>
<div
id=
"app"
class=
"operate_container layout_center"
>
<span
class=
"text_12_400 color_333333"
>
商务合作请联系:13987654321(微信同号)
</span>
<van-image
width=
"100%"
height=
"auto"
src=
"__THEME__/img/bottom_bg.png"
class=
"operate_bottom_bg"
></van-image>
</div>
</body>
<script
type=
"text/javascript"
>
new
Vue
({
el
:
'#app'
,
data
:
function
()
{
return
{
}
},
created
:
function
(){
document
.
title
=
"商务合作"
},
})
</script>
apps/home/Tpl/default/User/upload_paper_w3g.html
0 → 100644
View file @
ab1baab5
<include
file=
"__THEME__/public_header_w3g"
/>
<style>
body
{
padding
:
0
!important
;
}
.operate_container
{
width
:
100%
;
height
:
100%
;
position
:
relative
;
}
.operate_bottom_bg
{
position
:
absolute
;
left
:
0
;
bottom
:
0
;
right
:
0
;
}
</style>
<body>
<div
id=
"app"
class=
"operate_container layout_center"
>
<span
class=
"text_12_400 color_333333"
>
上传试题请联系:13987654321(微信同号)
</span>
<van-image
width=
"100%"
height=
"auto"
src=
"__THEME__/img/bottom_bg.png"
class=
"operate_bottom_bg"
></van-image>
</div>
</body>
<script
type=
"text/javascript"
>
new
Vue
({
el
:
'#app'
,
data
:
function
()
{
return
{
}
},
created
:
function
(){
document
.
title
=
"商务合作"
},
})
</script>
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