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);
|
||||
border-radius: 2px;
|
||||
opacity: 0;
|
||||
overflow: hidden;
|
||||
transition: all 0.3s;
|
||||
|
||||
&:after {
|
||||
font-family: remixicon;
|
||||
font-size: 40px;
|
||||
font-size: 36px;
|
||||
margin-left: -4px;
|
||||
letter-spacing: 0;
|
||||
text-transform: none;
|
||||
font-variant: initial;
|
||||
line-height: 1;
|
||||
line-height: 44px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@ -1585,7 +1587,7 @@ table td, table th {
|
||||
right: auto;
|
||||
|
||||
&:after {
|
||||
content: '\ea6e';
|
||||
content: '\ea64';
|
||||
}
|
||||
}
|
||||
|
||||
@ -1595,7 +1597,7 @@ table td, table th {
|
||||
left: auto;
|
||||
|
||||
&:after {
|
||||
content: '\ea64';
|
||||
content: '\ea6e';
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user