王多静

这里是我的记事本

导航

css 写 >箭头

.area-input {
      position: relative;

      .at-input__container::after {
        content: "";
        height: 18px;
        width: 18px;
        top: 36px;
        right: 30px;
        border-width: 2px 2px 0 0;
        border-color: #CCCCCC;
        border-style: solid;
        transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
        position: absolute;
      }
    }

  

 

posted on 2022-10-20 18:17  王多静  阅读(35)  评论(0编辑  收藏  举报