zoukankan      html  css  js  c++  java
  • CSS属性,可以完成99%的页面编写

    border:
        border:4px dotted red;
                宽度 样式 颜色 solid(实线)
        border-style:
            -none:
                无边框
            -hidder:
                隐藏边框
            -dotted:
                点组成
            -dashed:
                短线组成
            -solid:
                实线
            -double:
                双实线
            -groove:
                立体感的沟槽
            -ridge:
                脊形
            -inset:
                内嵌一个立体边框
            -outset:
                外钳一个立体边框
    background_color:
        背景颜色
    top.tottom.left.right:
        上下左右
    font:
        字体
        -size:
            大小
        -family:
            字体的名称
        -style:
            字体样式,如斜体,粗体,常规
    height.
        高宽
    line-height:
        两行之间的距离
    margin:
        上下左右边距
        -bottom:
            下边距宽度
        -left:
            左边距宽度
        -right:
            右边距宽度
        -top:
            上边距宽度
    padding:
        内边距
    scrollbar3d-light-color:
        滚动条上滚按钮和滑块按钮的左上颜色
    scrollbar-arrow-color:
        滚动箭头标识的颜色
    scrollbar-base-color:
        滚动条的主要颜色


  • 相关阅读:
    readonly const
    多线程的安全性
    【C++】operator运算符重载
    C++ 多态的实现及原理(转载)
    C语言宽字符处理函数对照表
    UTF8编码规则(转)
    PE文件结构(转)
    C语言中宏定义
    汇编语言移位指令
    数组指针应该结合二维数组多维数组来理解
  • 原文地址:https://www.cnblogs.com/weimin1314/p/8260499.html
Copyright © 2011-2022 走看看