mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 03:09:41 +08:00
有序和无序列表前缀改为居中显示
This commit is contained in:
parent
5447589d66
commit
eef2c75a70
@ -3570,10 +3570,12 @@ button.swiper-pagination-bullet {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: var(--theme);
|
color: var(--theme);
|
||||||
transition: all .5s;
|
transition: all .5s;
|
||||||
|
top: 50%; left: 0;
|
||||||
|
transform: rotate(0deg) translateY(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover:before {
|
&:hover:before {
|
||||||
transform: rotate(360deg);
|
transform: rotate(360deg) translateY(-50%);
|
||||||
color: #e67700;
|
color: #e67700;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
@ -3597,10 +3599,12 @@ button.swiper-pagination-bullet {
|
|||||||
background: 0 0;
|
background: 0 0;
|
||||||
transition: all .5s;
|
transition: all .5s;
|
||||||
transform: rotateZ(45deg);
|
transform: rotateZ(45deg);
|
||||||
|
top: 50%; left: 0;
|
||||||
|
transform: rotateZ(45deg) translateY(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover:before {
|
&:hover:before {
|
||||||
transform: rotate(360deg);
|
transform: rotate(360deg) translateY(-50%);
|
||||||
border-color: #e67700;
|
border-color: #e67700;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
templates/assets/css/style.min.css
vendored
2
templates/assets/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
@ -30,7 +30,7 @@ spec:
|
|||||||
settingName: theme-dream2-plus-setting
|
settingName: theme-dream2-plus-setting
|
||||||
configMapName: theme-dream2-plus-configMap
|
configMapName: theme-dream2-plus-configMap
|
||||||
# 版本号
|
# 版本号
|
||||||
version: 0.0.0.17
|
version: 0.0.0.24
|
||||||
# 最低支持的 Halo 版本
|
# 最低支持的 Halo 版本
|
||||||
require: ">=2.15.0"
|
require: ">=2.15.0"
|
||||||
# 许可
|
# 许可
|
||||||
|
Loading…
x
Reference in New Issue
Block a user