1209CSS学习笔记

来源:互联网 发布:php 大端 big endian 编辑:程序博客网 时间:2024/05/29 12:38
  溢出隐藏:

   overflow:hidden;

 图层优先级:

   z-index:0    /*  默认为0*/

 动画效果(CSS3):

    transition: all 1s 0.5s;     /*动画效果 all: 属性 ;1s :所花时间; 0.5s :延时*/

0 0