美文网首页
#CSS#tips during coding

#CSS#tips during coding

作者: a5c0a9d9ccb8 | 来源:发表于2016-06-24 11:47 被阅读13次

    1、命名规范
    2、对于每个独立的CSS类而言,都应该只包含一个功能。例:

    .zhou{position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
    .zhou-content{ background: #eee; color: #333; padding: 30px;}
    

    参考:
    说说CSS学习中的瓶颈
    提升你的CSS姿势

    相关文章

      网友评论

          本文标题:#CSS#tips during coding

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