Files
2024-09-27 02:06:13 +08:00

20 lines
335 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

text-decoration: 设置文字的下划线
list-style: 设置列表的样式(序号)
display: 对元素进行行和块的转换 none
vertical-align: 设置两列文字对齐方式
上 右 下 左
padding: 0;
上下 左右
padding: 0 0;
上 左右 下
padding: 0 0 0;
上 右 下 左
padding0 0 0 0;
padding-left: 0;
margin