setVideoActive(file)}
+ >
+
{i + 1}
@@ -27,3 +36,9 @@ export default function LessonPlayList(props: any) {
);
}
+
+export default connect((state: any) => ({
+ selectedVideo: state.book.selectedVideo,
+}), {
+ setVideoActive : book.setVideoActive,
+})(LessonPlayList);
diff --git a/src/views/VideoTube/index.scss b/src/views/VideoTube/index.scss
index 2ce5121..5426df9 100644
--- a/src/views/VideoTube/index.scss
+++ b/src/views/VideoTube/index.scss
@@ -219,7 +219,7 @@
max-height: 320px;
header {
padding: 14px 12px;
- background-color: #2c2c2c;
+ background-color: rgba(#ebebeb, 0.21);
h2 {
font-size: 18px;
}
@@ -229,9 +229,10 @@
}
}
&--suggests {
+ background-color: #001702;
header {
padding: 26px 12px;
- background-color: #8bd09746;
+ // background-color: #8bd09746;
h2 {
font-size: 18px;
}
@@ -241,7 +242,7 @@
}
&___list{
padding: 15px 12px;
- background-color: #08793d58;
+ // background-color: #08793d58;
}
}
}
@@ -313,10 +314,10 @@
}
}
&--attachments {
- max-height: 320px;
+ max-height: 250px;
header {
padding: 14px 12px;
- background-color: #2c2c2c;
+ background-color: rgba(#ebebeb, 0.21);
h2 {
font-size: calc(100vw / 85);
}
@@ -326,9 +327,10 @@
}
}
&--suggests {
+ background-color: #001702;
header {
padding: 26px 12px;
- background-color: #8bd09746;
+ background-color: rgba(#ebebeb, 0.21);
h2 {
font-size: calc(100vw / 85);
}
@@ -338,7 +340,7 @@
}
&___list{
padding: 15px 12px;
- background-color: #08793d58;
+ background-color: #ffffff00;
}
}
}
@@ -441,7 +443,7 @@
}
&___list{
padding: 15px 12px;
- background-color: #08793d58;
+ background-color: #ffffff00;
}
}
}