好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

纯CSS实现箭头,圆点,三角形。_html/css_WEB-ITnose

箭头:

.goback {      position: absolute;      top: 18px;      left: 18px;      border: 10px solid transparent;      border-right: 10px solid #ccc;    }        .goback:hover {      border-right: 10px solid #808080;    }        .goback:after {      content: '';      position: absolute;      top: -10px;      left: -7px;      border: 10px solid transparent;      border-right: 10px solid #fff;    } 

查看更多关于纯CSS实现箭头,圆点,三角形。_html/css_WEB-ITnose的详细内容...

  阅读:30次