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
24298442
Commit
24298442
authored
May 14, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T
parent
d5e1e70f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
0 deletions
+38
-0
addons/theme/stv1/_static_w3g/css/common.css
+33
-0
apps/course/Tpl/default/Video/index_w3g.html
+5
-0
No files found.
addons/theme/stv1/_static_w3g/css/common.css
View file @
24298442
...
...
@@ -290,6 +290,39 @@ div::-webkit-scrollbar {
position
:
relative
;
}
.two_button_container
{
padding
:
0.75rem
;
}
.two_button_left
{
border-radius
:
1.5rem
;
border
:
1px
solid
rgba
(
163
,
228
,
96
,
1
);
width
:
0
;
height
:
3rem
;
flex-grow
:
1
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
font-size
:
1rem
;
font-weight
:
600
;
color
:
rgba
(
101
,
192
,
0
,
1
);
margin-right
:
1.9375rem
;
}
.two_button_right
{
width
:
0
;
height
:
3rem
;
flex-grow
:
1
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
background
:
rgba
(
163
,
228
,
96
,
1
);
border-radius
:
24px
;
font-size
:
16px
;
font-weight
:
600
;
color
:
rgba
(
255
,
255
,
255
,
1
);
}
.confirm_button
{
box-sizing
:
border-box
;
height
:
44px
;
...
...
apps/course/Tpl/default/Video/index_w3g.html
View file @
24298442
...
...
@@ -39,6 +39,11 @@
<div
@
click=
"onBuy('2')"
class=
"van-ellipsis"
:class=
"selectedBuy('2') ? 'drop_down_option_selected' : 'drop_down_option'"
>
未购买
</div>
</div>
<span
class=
"all_category_title text_16_600 color_333333"
>
价格区间
</span>
<div
class=
"two_button_container layout_h"
style=
"margin-top: 2.5rem;"
>
<div
class=
"two_button_left"
>
重置
</div>
<div
class=
"two_button_right"
>
确认
</div>
</div>
</div>
</van-dropdown-item>
</van-dropdown-menu>
...
...
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