代码改变世界

美化文本

2018-08-04 14:49  w**2  阅读(179)  评论(0编辑  收藏  举报

    list-style: disc; 列表项默认样式
    list-style: circle; 小圆点
    list-style: none; 去掉点点
    font-size: 文字大小,可继承(避免奇数)
    font-weight: bold; 加粗
    font-weight: normal;粗的变正常,不加粗
    font-style: italic; 倾斜(在词库中寻找)
    font-style:oblique; 自动倾斜
    letter-spacing:10px; 字间距
    Word-spacing:10px; 词间距
    text-indent:首行文字缩进<p>
    margin-left:首行文字缩进<span>
    text-decoration:none; 去掉下划线
    text-decoration:overline; 文字顶部划线
    text-decoration:underline; 文字底部划线
    text-decoration:line through; 文字中部划线
    非衬线字体:文字边缘未经过修饰,在电子设备上视觉效果良好
    font-family:“Microsoft YaHei”,“黑体”,serif(衬线字体),sans-serif(非衬线字体);
    border-radius:50%; 圆角
    border-radius:20px/30px;x半径y半径