#
luxiaotao1123
2023-03-21 059270c12f452fcc3344b826f35295fd7c20906e
static/css/main.css
@@ -1,8 +1,24 @@
#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;
    top: 51%;
    left: 1%;
    left: -20%;
    /*left: 1%;*/
    transform: translateY(-50%);
    width: 20%;
    height: 90%;
@@ -104,8 +120,8 @@
.task-confirm {
    float: right;
    width: 20%;
    background-color: #eaeaea;
    box-shadow: 2px 5px 10px rgb(193, 193, 193) inset;
    background-color: #353B43;
    /*box-shadow: 2px 5px 10px rgb(193, 193, 193) inset;*/
    border-radius: 50px;
    text-align: center;
    height: 40px;
@@ -115,14 +131,14 @@
    transition:all 300ms;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 50% 50%;;
    background-size: 40% 55%;;
    background-position-x: center;
    background-position-y: center;
    background-image: url("../img/out_btn.png");
    /*background-image: linear-gradient(to bottom, red , yellow);*/
}
.task-confirm:hover {
    opacity: 0.9;
    opacity: 0.8;
}