#
luxiaotao1123
2023-03-21 059270c12f452fcc3344b826f35295fd7c20906e
static/css/main.css
@@ -1,3 +1,18 @@
#label {
    position: absolute;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
    color: #212121;
    font-family: "黑体", serif;
    border-radius: 5px;
    display:none;
    z-index: 99;
    line-height: 130%;
    max-height: 350px;
    overflow-y: scroll;
}
#sidebar{
    /*定位*/
    position: absolute;