• 文本属性


    font-weight: 加粗;
    font-size: 字体大小;
    font-family: 字体系列;
    font-style: 字体风格(斜体...);
    color: 颜色;
    opacity: 透明度;
    height: 字体高度;
    background-color: 背景颜色;
    line-height: 行高;
    text-align: 文本(左对齐.居中.右对齐);
    letter-spacing: 字符间距;
    text-decoration: underline;(给文本添加下划线)
    text-decoration-color: black;(下划线颜色)
    text-decoration-style: dotted;(下划线样式:实线.虚线.双划线)
    /*下面三个属性:超出部分隐藏,用点表示*/
    overflow: hidden;(超出部分隐藏)
    text-overflow: ellipsis;(溢出文本元素发生的事情)
    white-space: nowrap;(如何处理元素内的空白)
    text-indent:规定文本块首行的缩进
    text-shadow:向文本添加阴影
    text-stroke:文本描边
  • 相关阅读:
    常用正则表达式大全
    ASP.netMVC验证码
    装饰器
    闭包函数
    猜年龄
    函数基础
    文件的高级应用
    字符编码
    文件的三种打开模式
    深浅拷贝+异常处理
  • 原文地址:https://www.cnblogs.com/zw0214/p/7227424.html
Copyright © 2020-2023  润新知