
.circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #1E90FF;
    display:inline-block;
    border: solid;
    border-width: 1px;
    border-color: #1e90ff;
}

.circle-text {
    font-family: "Arial", "Microsoft YaHei" ;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    color: white;
}