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
29fbf66a
Commit
29fbf66a
authored
May 15, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T
parent
4370700a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
addons/theme/stv1/_static_w3g/css/common.css
+14
-0
apps/classroom/Tpl/default/Vip/index_w3g.html
+10
-0
No files found.
addons/theme/stv1/_static_w3g/css/common.css
View file @
29fbf66a
...
@@ -771,4 +771,17 @@ div::-webkit-scrollbar {
...
@@ -771,4 +771,17 @@ div::-webkit-scrollbar {
height
:
2rem
;
height
:
2rem
;
background
:
rgba
(
255
,
255
,
255
,
1
);
background
:
rgba
(
255
,
255
,
255
,
1
);
border-radius
:
1rem
;
border-radius
:
1rem
;
}
.vip_right_content
{
margin-top
:
1.5rem
;
padding-left
:
0.625rem
;
padding-right
:
0.625rem
;
}
.vip_dot
{
width
:
0.25rem
;
height
:
0.25rem
;
background
:
rgba
(
163
,
228
,
96
,
1
);
margin-right
:
0.5rem
;
}
}
\ No newline at end of file
apps/classroom/Tpl/default/Vip/index_w3g.html
View file @
29fbf66a
...
@@ -32,6 +32,13 @@
...
@@ -32,6 +32,13 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"vip_right_content layout_v"
>
<span
class=
"text_16_600 color_333333"
style=
"margin-bottom: 1rem;"
>
会试会员专享特权
</span>
<div
v-for=
"(item, index) in currentRight"
:key=
"index"
class=
"text_12_400 color_333333 layout_h"
>
<div
class=
"vip_dot self_center"
></div>
<span>
{{item.video_title}}
</span>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -117,6 +124,9 @@
...
@@ -117,6 +124,9 @@
},
},
currentCount
:
function
()
{
currentCount
:
function
()
{
return
this
.
options
[
this
.
tab
].
count
return
this
.
options
[
this
.
tab
].
count
},
currentRight
:
function
()
{
return
this
.
options
[
this
.
tab
].
rights
}
}
},
},
methods
:
{
methods
:
{
...
...
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