mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 00:49:40 +08:00
fix(swiper): 修复左右按钮图标适配性问题
This commit is contained in:
parent
4f87cba370
commit
4b1959fe31
@ -1557,15 +1557,17 @@ table td, table th {
|
|||||||
background: rgba(0, 0, 0, .1);
|
background: rgba(0, 0, 0, .1);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
overflow: hidden;
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
font-family: remixicon;
|
font-family: remixicon;
|
||||||
font-size: 40px;
|
font-size: 36px;
|
||||||
|
margin-left: -4px;
|
||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
font-variant: initial;
|
font-variant: initial;
|
||||||
line-height: 1;
|
line-height: 44px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@ -1585,7 +1587,7 @@ table td, table th {
|
|||||||
right: auto;
|
right: auto;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
content: '\ea6e';
|
content: '\ea64';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1595,7 +1597,7 @@ table td, table th {
|
|||||||
left: auto;
|
left: auto;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
content: '\ea64';
|
content: '\ea6e';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user