#key_table table tr td a::before{//这是个a前面的蓝色小圆点
    background: #48A7D9;
    content: "";//这是before元素中的内容
    border-radius: 50%;
    display: inline-block;//这个属性很重要,如果没有这个属性,before元素将不显示
    width: 8px;
    height: 8px;
    position: relative;
    top: -1px;
    margin-right: 8px;

}

posted on 2016-06-27 16:40  杨杨0708  阅读(888)  评论(0编辑  收藏  举报