Commit 073e111 1 parent fea0763 commit 073e111 Copy full SHA for 073e111
File tree 5 files changed +67
-0
lines changed
5 files changed +67
-0
lines changed Original file line number Diff line number Diff line change 167
167
}
168
168
}
169
169
.box {
170
+ .title {
171
+ .right {
172
+ color : var (--d-fc-2 );
173
+ svg {
174
+ stroke : var (--d-c-5 );
175
+ stroke-width : 1 ;
176
+ fill : none ;
177
+ & :hover {
178
+ stroke : var (--d-c-8 );
179
+ stroke-width : 1.5 ;
180
+ fill : var (--d-c-2 );
181
+ }
182
+ }
183
+ }
184
+ }
170
185
.more {
171
186
span {
172
187
svg {
Original file line number Diff line number Diff line change 161
161
}
162
162
}
163
163
.box {
164
+ .title {
165
+ .right {
166
+ color : var (--g-fc-2 );
167
+ svg {
168
+ stroke : var (--g-c-5 );
169
+ stroke-width : 1 ;
170
+ fill : none ;
171
+ & :hover {
172
+ stroke : var (--g-c-8 );
173
+ stroke-width : 1.5 ;
174
+ fill : var (--g-c-2 );
175
+ }
176
+ }
177
+ }
178
+ }
164
179
.more {
165
180
span {
166
181
svg {
Original file line number Diff line number Diff line change 161
161
}
162
162
}
163
163
.box {
164
+ .title {
165
+ .right {
166
+ color : var (--l-fc-2 );
167
+ svg {
168
+ stroke : var (--l-c-5 );
169
+ stroke-width : 1 ;
170
+ fill : none ;
171
+ & :hover {
172
+ stroke : var (--l-c-8 );
173
+ stroke-width : 1.5 ;
174
+ fill : var (--l-c-2 );
175
+ }
176
+ }
177
+ }
178
+ }
164
179
.more {
165
180
span {
166
181
svg {
Original file line number Diff line number Diff line change 161
161
}
162
162
}
163
163
.box {
164
+ .title {
165
+ .right {
166
+ color : var (--p-fc-2 );
167
+ svg {
168
+ stroke : var (--p-c-5 );
169
+ stroke-width : 1 ;
170
+ fill : none ;
171
+ & :hover {
172
+ stroke : var (--p-c-8 );
173
+ stroke-width : 1.5 ;
174
+ fill : var (--p-c-2 );
175
+ }
176
+ }
177
+ }
178
+ }
164
179
.more {
165
180
span {
166
181
svg {
Original file line number Diff line number Diff line change 3
3
<div class =" box" >
4
4
<div class =" title" >
5
5
<span v-if =" this.right.list.length > 1" >『第 {{(video.info.index + 1)}} 集』</span >{{name}}
6
+ <span class =" right" v-if =" onlineUrl" @click =" () => { onlineUrl = ''; state.showChannelList = true}" >
7
+ <svg role =" img" xmlns =" http://www.w3.org/2000/svg" width =" 24" height =" 24" viewBox =" 0 0 24 24" aria-labelledby =" closeIconTitle" >
8
+ <title id =" closeIconTitle" >关闭</title >
9
+ <path d =" M6.34314575 6.34314575L17.6568542 17.6568542M6.34314575 17.6568542L17.6568542 6.34314575" ></path >
10
+ </svg >
11
+ </span >
6
12
</div >
7
13
<div class =" player" v-show =" !onlineUrl" >
8
14
<div id =" xgplayer" ></div >
@@ -1731,6 +1737,7 @@ export default {
1731
1737
.right {
1732
1738
float : right ;
1733
1739
svg {
1740
+ display : inline-block ;
1734
1741
margin-top : 8px ;
1735
1742
cursor : pointer ;
1736
1743
}
You can’t perform that action at this time.
0 commit comments