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
2dfb1f71
Commit
2dfb1f71
authored
May 15, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T
parent
19fe8d86
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
25 deletions
+43
-25
addons/theme/stv1/_static_w3g/css/common.css
+12
-0
apps/course/Tpl/default/Video/view_w3g.html
+31
-25
No files found.
addons/theme/stv1/_static_w3g/css/common.css
View file @
2dfb1f71
...
@@ -852,3 +852,14 @@ div::-webkit-scrollbar {
...
@@ -852,3 +852,14 @@ div::-webkit-scrollbar {
background
:
rgba
(
163
,
228
,
96
,
1
);
background
:
rgba
(
163
,
228
,
96
,
1
);
border-radius
:
1.5625rem
;
border-radius
:
1.5625rem
;
}
}
/* Course */
.course_detail_video_container
{
height
:
10rem
;
}
.course_detail_share
{
position
:
fixed
;
top
:
1rem
;
right
:
1rem
;
}
\ No newline at end of file
apps/course/Tpl/default/Video/view_w3g.html
View file @
2dfb1f71
...
@@ -10,6 +10,20 @@
...
@@ -10,6 +10,20 @@
<include
file=
"bargain_w3g"
/>
<include
file=
"bargain_w3g"
/>
<!-- 分享好友助力 end -->
<!-- 分享好友助力 end -->
<div
id=
"app"
>
<div
class=
"layout_v"
>
<van-sticky>
<div
class=
"course_detail_video_container"
>
</div>
</van-sticky>
</div>
<div
class=
"layout_h course_detail_share"
>
<van-icon
size=
"16"
:name=
"shareIcon"
style=
"margin-right: 1rem;"
></van-icon>
<van-icon
size=
"16"
name=
"__THEME__/img/shareIcon.png"
></van-icon>
</div>
</div>
<div
class=
"body"
>
<div
class=
"body"
>
<div
class=
"classtop"
>
<div
class=
"classtop"
>
<div
class=
"img-box"
>
<div
class=
"img-box"
>
...
@@ -102,31 +116,6 @@
...
@@ -102,31 +116,6 @@
<div
style=
"background-color:rgba(246,247,247,1);width:100%;height:10px;"
></div>
<div
style=
"background-color:rgba(246,247,247,1);width:100%;height:10px;"
></div>
<!-- 新增功能 分享 -->
<!-- <div class="back_left">
<i class="icon icon-zuojiantou2"></i>
<div class="right_box">
<i class="icon icon-gengduo1"></i>
<div class="share_box">
<span>
<i class="icon icon-shoucang"></i>
<span>收藏</span>
</span>
<span>
<i class="icon icon-fenxiang"></i>
<span>分享</span>
</span>
<span>
<i class="icon icon-xiazai2"></i>
<span>下载</span>
</span>
</div>
</div>
</div>
<div class="learn_btn">
<img src="__APP__/images/ico_start.png" alt="">
<span>开始学习</span>
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -306,6 +295,23 @@
...
@@ -306,6 +295,23 @@
{:W('Resource',array('type'=>2,'ispage'=>true,'kztype'=>1,'kzid'=>$vid,'switch'=>$switch,'template'=>'album_review_w3g'))}
{:W('Resource',array('type'=>2,'ispage'=>true,'kztype'=>1,'kzid'=>$vid,'switch'=>$switch,'template'=>'album_review_w3g'))}
</div>
</div>
</div>
</div>
<script
type=
"text/javascript"
>
new
Vue
({
el
:
"#app"
,
data
:
function
()
{
return
{
}
},
computed
:
{
shareIcon
:
function
()
{
return
"__THEME__/img/share_star.png"
}
}
})
</script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
aTwotit
=
document
.
getElementsByClassName
(
'two-tit'
);
var
aTwotit
=
document
.
getElementsByClassName
(
'two-tit'
);
for
(
var
i
=
0
;
i
<
aTwotit
.
length
;
i
++
){
for
(
var
i
=
0
;
i
<
aTwotit
.
length
;
i
++
){
...
...
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