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
ddf3629e
Commit
ddf3629e
authored
May 15, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T
parent
9df2065a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
+10
-1
addons/theme/stv1/_static_w3g/css/common.css
+4
-0
apps/course/Tpl/default/Video/view_w3g.html
+6
-1
No files found.
addons/theme/stv1/_static_w3g/css/common.css
View file @
ddf3629e
...
...
@@ -160,6 +160,10 @@ div::-webkit-scrollbar {
color
:
#007AFF
;
}
.text_line_through
{
text-decoration
:
line-through
}
.divider
{
height
:
0.0625rem
;
background
:
#E6E6E6
;
...
...
apps/course/Tpl/default/Video/view_w3g.html
View file @
ddf3629e
<include
file=
"__THEME__/public_header_w3g"
/>
<style>
body
{
padding
:
0
!important
;
}
</style>
<div
id=
"app"
>
<div
class=
"layout_v"
>
<van-sticky>
...
...
@@ -21,7 +26,7 @@
<span
class=
"text_14_600 color_FF3B3B"
>
{{isFree ? "免费" : ("¥" + price)}}
</span>
<span
class=
"text_10_400 color_999999"
>
¥{{oldPrice}}
</span>
<span
class=
"text_10_400 color_999999
text_line_through
"
>
¥{{oldPrice}}
</span>
</div>
<div
class=
"weight_full layout_h_r"
>
<div
class=
"vip_buy_pay_button layout_center"
><span
class=
"text_14_400 color_white"
>
立即购买
</span></div>
...
...
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