|
@@ -776,6 +776,21 @@ export default {
|
|
|
color: red;
|
|
|
}
|
|
|
|
|
|
+/deep/.livemain .livevideo .right .el-tabs__active-bar {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 0;
|
|
|
+ left: 0;
|
|
|
+ height: 2px;
|
|
|
+ background-color: #fff;
|
|
|
+ z-index: 1;
|
|
|
+ transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
|
+ list-style: none;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+/deep/.el-tabs__nav-wrap::after {
|
|
|
+ background-color: none;
|
|
|
+}
|
|
|
.right ul {
|
|
|
padding: 0;
|
|
|
margin: 0;
|