在元素前面添加一个伪元素下边框

 

dd:hover:before {
              content: "";
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              width: 32px;
              height: 3px;
              background-color: #ff733c;
              margin: 0 auto;
            }

 

posted @ 2019-06-27 18:07  阳光‘  阅读(538)  评论(0)    收藏  举报