Qiuwen:个人信息保护方针/2023年5月.css

求闻百科,共笔求闻
ol {
    list-style: lower-alpha;
    margin-left: 3em;
}

ol ol {
    list-style: decimal;
    margin-left: 1em;
}

ol ol ol {
    list-style-type: upper-alpha;
}

ol ol ol ol {
	list-style-type: lower-roman;
}