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
cdb5e264
Commit
cdb5e264
authored
May 15, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T
parent
7a26e0ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
3 deletions
+22
-3
addons/theme/stv1/_static_w3g/css/common.css
+6
-0
apps/course/Tpl/default/Video/view_w3g.html
+16
-3
No files found.
addons/theme/stv1/_static_w3g/css/common.css
View file @
cdb5e264
...
...
@@ -871,4 +871,9 @@ div::-webkit-scrollbar {
position
:
fixed
;
top
:
1rem
;
right
:
1rem
;
}
.course_each
{
padding
:
0.75rem
1.625rem
;
padding-bottom
:
0
;
}
\ No newline at end of file
apps/course/Tpl/default/Video/view_w3g.html
View file @
cdb5e264
...
...
@@ -29,7 +29,18 @@
<van-tab>
<template
#
title
><span
:class=
"tab == 1"
>
课程表
</span></template>
<van-collapse
:border=
"false"
v-model=
"collapsed"
>
<van-collapse-item
title-class=
"text_16_600 color_333333"
title=
"单元 1. 行测"
name=
"1"
>
内容
</van-collapse-item>
<van-collapse-item
title-class=
"text_16_600 color_333333"
title=
"单元 1. 行测"
name=
"1"
>
<div
class=
"course_each layout_v"
>
<div
class=
"layout_h"
>
<van-icon
size=
"16"
name=
"__THEME__/img/locked.png"
></van-icon>
<div
class=
"layout_v weight_full"
>
<span
class=
"text_14_400 color_333333"
style=
"margin-left: 0.5rem;"
>
理论精讲-言语1
</span>
<span
class=
"text_12_400 color_999999"
style=
"margin-top: 0.25rem;"
>
09:50
</span>
</div>
</div>
<div
class=
"divider"
style=
"margin-top: 0.5rem;"
></div>
</div>
</van-collapse-item>
</van-collapse>
</van-tab>
</van-tabs>
...
...
@@ -40,8 +51,9 @@
<van-icon
size=
"16"
name=
"__THEME__/img/share_line.png"
></van-icon>
</div>
<div
class=
"fixed_bottom_bar layout_h_v_c"
>
<template
v-if=
"bought"
>
</template>
<template
v-else
>
...
...
@@ -56,6 +68,7 @@
<span
style=
"margin-right: 0.75rem;"
class=
"text_12_400 color_999999 self_center"
>
{{personCount}}
</span>
</div>
</template>
</div>
</div>
...
...
@@ -78,7 +91,7 @@
return
this
.
info
.
iscollect
==
1
},
isFree
:
function
()
{
return
this
.
info
.
price
==
0
return
this
.
price
==
0
},
price
:
function
()
{
return
this
.
info
.
mz_price
.
price
...
...
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