Commit e4768de8 authored by 李纪文's avatar 李纪文

feat: 视频增加清晰度切换

parent 8782d45c
...@@ -37,7 +37,7 @@ class App extends React.Component { ...@@ -37,7 +37,7 @@ class App extends React.Component {
this.createAll(); this.createAll();
this.jessibuca.on('pause', function (data) { this.jessibuca.on('pause', function (data) {
console.log('pause:', data); // console.log('pause:', data);
}); });
} }
componentWillUnmount() { componentWillUnmount() {
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
.jessibuca-datarate { .jessibuca-datarate {
display: flex; display: flex;
align-items: center; align-items: center;
border: 1px solid #eeeeee; border: 1px solid #999999;
border-radius: 4px; border-radius: 4px;
font-size: 12px; font-size: 12px;
...@@ -58,22 +58,22 @@ ...@@ -58,22 +58,22 @@
border-radius: 3px; border-radius: 3px;
&:nth-child(1) { &:nth-child(1) {
color: #ffffff; color: #999999b3;
} }
&:nth-child(2) { &:nth-child(2) {
color: #5468ff; color: #eeeeee;
} }
} }
&.jessibuca-datarate-hd { &.jessibuca-datarate-hd {
span { span {
&:nth-child(1) { &:nth-child(1) {
color: #5468ff; color: #eeeeee;
} }
&:nth-child(2) { &:nth-child(2) {
color: #ffffff; color: #999999b3;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment