css

作者: 季嘉聊跨境 | 来源:发表于2017-01-09 16:32 被阅读0次

    疑问:
    div垂直居中
    选择带有id的子div
    兼容

    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 0 10px 4px rgba(130, 165, 66, .15);
    

    筛选第一个和最后一个元素

    tr:not(:first-child):hover { background: #ffffdd; }
    tr:not(:last-child):hover { background: #ffffdd; }
    

    自由无阻碍的互联网https://github.com/getlantern/forum#%E8%93%9D%E7%81%AFlantern%E6%9C%80%E6%96%B0%E7%89%88%E6%9C%AC%E4%B8%8B%E8%BD%BD

    相关文章

      网友评论

          本文标题:css

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