#
luxiaotao1123
2022-03-30 e6436b313227cd60aa4c2b95904abf007ca6c816
static/css/main.css
@@ -2,7 +2,8 @@
    /*定位*/
    position: absolute;
    top: 51%;
    left: 1%;
    left: -20%;
    /*left: 1%;*/
    transform: translateY(-50%);
    width: 20%;
    height: 90%;
@@ -15,6 +16,7 @@
}
#sidebar-btn {
    display: none;
    position: absolute;
    top: 37.5%;
    left: 100%;
@@ -103,8 +105,8 @@
.task-confirm {
    float: right;
    width: 20%;
    background-color: #f8f8f8;
    /*box-shadow: 5px 5px 5px #999999 inset;*/
    background-color: #353B43;
    /*box-shadow: 2px 5px 10px rgb(193, 193, 193) inset;*/
    border-radius: 50px;
    text-align: center;
    height: 40px;
@@ -112,9 +114,16 @@
    margin-right: 10px;
    cursor: pointer;
    transition:all 300ms;
    background-repeat: no-repeat;
    background-position: top center;
    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;
}