SOURCE

console 命令行工具 X clear

                    
>
console
<!DOCTYPE html>
<html>
    <head>
    </head>
    <body>
        <a style="
        font-size: 16px;
        font-family: Arial;
        /* font-weight: bold; */
        /* font-style: italic; */
        height: 16px;
        width: 31px;
        border-radius: 28px;
        border: 1px solid rgb(24, 171, 41);
        /* box-shadow: rgb(61, 194, 27) 0px 0px 0px 0px ; */
        text-shadow: rgb(47, 102, 39) 0 1px 0;
        ">123</a>

        <a style="
        font-size: 16px;
        font-family: Arial;
        /* font-weight: bold; */
        /* font-style: italic; */
        height: 16px;
        width: 31px;
        border-radius: 28px;
        border: 1px solid rgb(24, 171, 41);
        /* box-shadow: rgb(61, 194, 27) 0px 0px 0px 0px ; */
        text-shadow: rgb(47, 102, 39) 0 1px 0;
        /* 补上其他调试面板上的没有展示出来的属性 */
        display: inline-block;
        background-color: rgb(68, 199, 103);
        color: rgb(255, 255, 255);
        padding: 12px 28px;
        text-decoration: none;
        cursor: pointer;
        ">123</a>
    </body>
</html>