#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;
}it