mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 00:49:40 +08:00
有序和无序列表前缀改为居中显示
This commit is contained in:
parent
eef2c75a70
commit
e6fdd21684
@ -3570,7 +3570,8 @@ button.swiper-pagination-bullet {
|
||||
font-weight: 400;
|
||||
color: var(--theme);
|
||||
transition: all .5s;
|
||||
top: 50%; left: 0;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
transform: rotate(0deg) translateY(-50%);
|
||||
}
|
||||
|
||||
@ -3593,13 +3594,11 @@ button.swiper-pagination-bullet {
|
||||
width: 0.5em;
|
||||
height: 0.5em;
|
||||
left: 0;
|
||||
top: 0.5em;
|
||||
position: absolute;
|
||||
border: 1px solid var(--theme);
|
||||
background: 0 0;
|
||||
transition: all .5s;
|
||||
transform: rotateZ(45deg);
|
||||
top: 50%; left: 0;
|
||||
top: 50%;
|
||||
transform: rotateZ(45deg) translateY(-50%);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user