refactor(rlhf): 手机去掉hover效果
This commit is contained in:
parent
be30ca9771
commit
7f485aa152
|
@ -98,6 +98,11 @@ export default ({
|
||||||
.line:hover {
|
.line:hover {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 768px) {
|
||||||
|
.line:hover {
|
||||||
|
background-color: #fff0;
|
||||||
|
}
|
||||||
|
}
|
||||||
.line>.rank {
|
.line>.rank {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 4px;
|
right: 4px;
|
||||||
|
|
Loading…
Reference in New Issue