美文网首页
右侧 (>) 的after css

右侧 (>) 的after css

作者: 演员的自我修养_4618 | 来源:发表于2018-07-20 11:09 被阅读0次

    .weui-cell_access .weui-cell__ft:after {

        content: " ";

        display: inline-block;

        height: 6px;

        width: 6px;

        border-width: 2px 2px 0 0;

        border-color: #C8C8CD;

        border-style: solid;

        -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);

        transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);

        position: relative;

        top: -2px;

        position: absolute;

        top: 50%;

        margin-top: -4px;

        right: 2px;

    }

    相关文章

      网友评论

          本文标题:右侧 (>) 的after css

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