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
94f8248d
Commit
94f8248d
authored
May 15, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T
parent
6c1496ef
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
addons/theme/stv1/_static_w3g/css/common.css
+5
-0
apps/course/Tpl/default/Video/view_w3g.html
+5
-0
No files found.
addons/theme/stv1/_static_w3g/css/common.css
View file @
94f8248d
...
@@ -169,6 +169,11 @@ div::-webkit-scrollbar {
...
@@ -169,6 +169,11 @@ div::-webkit-scrollbar {
background
:
#E6E6E6
;
background
:
#E6E6E6
;
}
}
.normal_gap
{
height
:
0.5rem
;
background-color
:
#F5F5F5
;
}
.tab_text_normal
{
.tab_text_normal
{
font-size
:
14px
;
font-size
:
14px
;
font-weight
:
400
;
font-weight
:
400
;
...
...
apps/course/Tpl/default/Video/view_w3g.html
View file @
94f8248d
...
@@ -22,6 +22,8 @@
...
@@ -22,6 +22,8 @@
<div
class=
"layout_v"
style=
"padding: 0.75rem;"
>
<div
class=
"layout_v"
style=
"padding: 0.75rem;"
>
<span
class=
"text_18_600 color_333333"
>
{{courseName}}
</span>
<span
class=
"text_18_600 color_333333"
>
{{courseName}}
</span>
<span
style=
"margin-top: 0.5rem;"
class=
"text_12_400 color_999999"
>
总{$video_count}课时
</span>
<span
style=
"margin-top: 0.5rem;"
class=
"text_12_400 color_999999"
>
总{$video_count}课时
</span>
<div
class=
"normal_gap"
></div>
<div
v-html=
"courseIntro"
></div>
</div>
</div>
</van-tab>
</van-tab>
<van-tab>
<van-tab>
...
@@ -91,6 +93,9 @@
...
@@ -91,6 +93,9 @@
},
},
courseName
:
function
()
{
courseName
:
function
()
{
return
this
.
info
.
video_title
return
this
.
info
.
video_title
},
courseIntro
:
function
()
{
return
this
.
info
.
video_intro
}
}
}
}
})
})
...
...
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