美文网首页
CSS的规范格式

CSS的规范格式

作者: 额尔齐斯冷 | 来源:发表于2015-09-28 12:45 被阅读0次

    1.位置属性(position, top, right, z-index, display, float等)

    2.大小(width, height, padding, margin)

    3.文字系列(font, line-height, letter-spacing, color- text-align等)

    4.背景(background, border等)

    5.其他(animation, transition等)

    //jQuery 的hover事件用法

    $("#id").hover(

    function(){

    //当鼠标放上去的时候,程序处理

    },

    function(){

    //当鼠标离开的时候,程序处理

    });

    相关文章

      网友评论

          本文标题:CSS的规范格式

          本文链接:https://www.haomeiwen.com/subject/gopwcttx.html