zoukankan      html  css  js  c++  java
  • html 12 行 快 转换 段落 文字

    display: block;inline;none;inline-block;

    段落缩进 text-indent:20px

    font: font-style font-weight font-size line-height font-family

    family: "xxx","xxxx","xxxxxxxx",sans-serif

               serif 

    1. color : #999999; /*文字颜色*/
    2. font-family : 宋体,sans-serif; /*文字字体*/
    3. font-size : 9pt; /*文字大小*/
    4. font-style:italic; /*文字斜体*/
    5. font-variant:small-caps; /*小字体*/
    6. letter-spacing : 1pt; /*字间距离*/
    7. line-height : 200%; /*设置行高*/
    8. font-weight:bold; /*文字粗体*/
    9. vertical-align:sub; /*下标字*/
    10. vertical-align:super; /*上标字*/
    11. text-decoration:line-through; /*加删除线*/
    12. text-decoration:overline; /*加顶线*/
    13. text-decoration:underline; /*加下划线*/
    14. text-decoration:none; /*删除链接下划线*/
    15. text-transform : capitalize; /*首字大写*/
    16. text-transform : uppercase; /*英文大写*/
    17. text-transform : lowercase; /*英文小写*/
    18. text-align:right; /*文字右对齐*/
    19. text-align:left; /*文字左对齐*/
    20. text-align:center; /*文字居中对齐*/
    21. text-align:justify; /*文字分散对齐*/
    22. vertical-align属性
    23. vertical-align:top; /*垂直向上对齐*/
    24. vertical-align:bottom; /*垂直向下对齐*/
    25. vertical-align:middle; /*垂直居中对齐*/
    26. vertical-align:text-top; /*文字垂直向上对齐*/
    27. vertical-align:text-bottom; /*文字垂直向下对齐*/

    --

  • 相关阅读:
    敏感信息脱敏实现
    SpringBoot集成Swagger2
    CSS三大特性
    background
    background-attachment
    background-position
    background-repeat
    background-image
    background-color
    CSS元素显示模式
  • 原文地址:https://www.cnblogs.com/zy2012/p/3728014.html
Copyright © 2011-2022 走看看