        *{box-sizing: border-box;}
        * ::before ,::after{box-sizing: border-box;}
        #buttons{
            position: fixed;
            z-index: 10;
            right: 0;
            top: 0;
            display: flex;
            flex-direction: column;
            margin-top: 10px;
            margin-right: 10px;
        }
        #buttons > button{
            margin-bottom: 10px;
            padding: 4px 8px;
        }
        /* 代码输出过程中，让皮卡丘固定在一面上 */
        #html{
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50vh;
        }
        #demo2{
            display: none;
        }
        #demo{
            position: fixed;
            height: 50vh;
            top: 0;
            left: 0;
            width: 100%;
            overflow-y: auto;
        }
        /* 隐藏滚动条，但是可以使用滚轮滚动 */
        #demo::-webkit-scrollbar{
            display: none;
        }

/*# sourceMappingURL=test.71c44057.css.map */