美文网首页
向上-向下箭头

向上-向下箭头

作者: 提笔忘字_波 | 来源:发表于2019-05-21 09:12 被阅读0次

    /* 箭头 */
    .chooseRightArrow {
    position: absolute;
    right: 16px;
    //top: 5px; // 位置 顶部
    width: 50px;
    height: 50px;
    margin-top: 5px;
    text-align: center;
    line-height: 20px;
    }
    .chooseRightArrow:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #bbb;
    border-width: 1px 0 0 1px;
    transform: rotate(-225deg);
    top: 20px;
    right: 5px;
    }
    }

    相关文章

      网友评论

          本文标题:向上-向下箭头

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