css伪类元素 添加 选中下划线 自定义长度

阅读 124

2022-02-10

        .actived::after {

          content: '';

          position: absolute;

          width: rem(49); // 边框的宽度

          height: rem(6);

          border-radius: rem(3);

          left: 50%; //距离 view 标签的距离

          bottom: rem(-8);

          background-color: #ff4019; //  颜色

          transform: translateX(-50%);

        }

   

精彩评论(0)

0 0 举报