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
3be43dcd16
commit
69e51e8959
@ -3473,16 +3473,47 @@ button.swiper-pagination-bullet {
|
|||||||
|
|
||||||
& > li:last-child {
|
& > li:last-child {
|
||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
|
|
||||||
|
& > p:last-child {
|
||||||
|
margin-bottom: 0 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& > ol > li > p {
|
ol,
|
||||||
margin-bottom: 0px !important;
|
ul {
|
||||||
|
|
||||||
|
li {
|
||||||
|
|
||||||
|
ol, ul {
|
||||||
|
&:not(:last-child) {
|
||||||
|
margin-bottom: 4px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
& > ul> li > p {
|
&:last-child {
|
||||||
margin-bottom: 0px !important;
|
margin-bottom: 0px !important;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//& ul {
|
||||||
|
// &:not(:last-child) {
|
||||||
|
// margin-bottom: 4px !important;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// &:last-child {
|
||||||
|
// margin-bottom: 0px !important;
|
||||||
|
// }
|
||||||
|
//}
|
||||||
|
|
||||||
|
p:not(:last-child) {
|
||||||
|
margin-bottom: 4px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
p:last-child {
|
||||||
|
margin-bottom: 0px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user