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
c1467723
Commit
c1467723
authored
Jul 02, 2020
by
刘海龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
782d7cee
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
1 deletions
+23
-1
apps/home/Tpl/default/Home/exams_w3g.html
+23
-1
No files found.
apps/home/Tpl/default/Home/exams_w3g.html
View file @
c1467723
<include
file=
"__THEME__/public_header_w3g"
/>
<include
file=
"__THEME__/public_header_w3g"
/>
<style
type=
"text/css"
>
.yulanBox
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
.tips_box
{
width
:
250px
;
border-radius
:
4px
;
overflow
:
hidden
;
}
.tips_title
{
width
:
100%
;
text-align
:
center
;
margin-top
:
17px
;
font-size
:
15px
;
color
:
#4A4A4A
;
}
.tips_body
{
width
:
100%
;
margin-top
:
9px
;
padding
:
0
25px
;
font-size
:
12px
;
color
:
#999
;
line-height
:
17px
;
}
.tips_foot
{
width
:
100%
;
border-top
:
1px
solid
#DFDFDF
;
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
overflow
:
hidden
;
}
.tips_foot_L
{
width
:
50%
;
height
:
45px
;
text-align
:
center
;
line-height
:
45px
;
border-right
:
1px
solid
#DFDFDF
;
font-size
:
15px
;
color
:
#09BB07
;
}
.tips_foot_R
{
width
:
50%
;
height
:
45px
;
text-align
:
center
;
line-height
:
45px
;
font-size
:
15px
;
color
:
#09BB07
;
}
</style>
<div
id=
"app"
>
<div
id=
"app"
>
<div
class=
"layout_v tab_container"
>
<div
class=
"layout_v tab_container"
>
<van-tabs
:border=
"false"
v-model=
"tab"
sticky
@
change=
"onTopTab"
line-width=
"72px"
line-height=
"4px"
background=
"white"
<van-tabs
:border=
"false"
v-model=
"tab"
sticky
@
change=
"onTopTab"
line-width=
"72px"
line-height=
"4px"
background=
"white"
color=
"#A3E460"
title-inactive-color=
"#333333"
title-active-color=
"#A3E460"
>
color=
"#A3E460"
title-inactive-color=
"#333333"
title-active-color=
"#A3E460"
>
...
@@ -182,6 +191,19 @@
...
@@ -182,6 +191,19 @@
</template>
</template>
</van-tabbar-item>
</van-tabbar-item>
</van-tabbar>
</van-tabbar>
<!-- 下载预览提示 -->
<div
class=
"yulanBox"
>
<div
class=
"tips_box"
>
<div
class=
"tips_title"
>
提示
</div>
<div
class=
"tips_body"
>
套餐下架后用户便无法找到该商品进行购买,你确定要下架吗?
</div>
<div
class=
"tips_foot"
>
<div
class=
"tips_foot_L"
>
下载预览
</div>
<div
class=
"tips_foot_R"
>
下载全部
</div>
</div>
</div>
</div>
</div>
</div>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
...
...
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