#
luxiaotao1123
2022-06-14 640f03fe47bef87dae2105339a55dd593c71e521
static/css/main.css
@@ -1,5 +1,19 @@
#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{
    display: none;
    /*定位*/
    position: absolute;
    top: 51%;