<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.work {
    font-weight: 500;
    font-size: 1rem;
    color: #000000;
    margin-top: 2rem;
    line-height: calc(56rem / 40);
    position: relative;
}
.banner-container .banner-list {
    justify-content: space-around;
}
.work-num {
    font-size: calc(18rem / 40);
    color: #000000;
    vertical-align: middle;
}
.img-w {
    display: flex;
    flex-wrap: wrap;
}

.add-pic {
    width: calc(400rem / 40);
    height: calc(296rem / 40);
    /*margin-left: calc(72rem / 40);*/
    background: #F6F6F6;
    border-radius: 16px;
    border: 1px solid #DFDFDF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: calc(24rem / 40);
    cursor: pointer;
    flex-direction: column;
}
.pic-container {
    width: calc(400rem / 40);
    height: calc(296rem / 40);
    /* margin-left: calc(72rem / 40); */
    background: #F6F6F6;
    border-radius: 16px;
    /*border: 1px solid #DFDFDF;*/
    display: flex;
    align-items: center;
    margin-top: calc(24rem / 40);
    cursor: pointer;
    margin-right: calc(72rem / 40);
    flex-direction: column;
    margin-right: calc(72rem / 40);
}
.img-list {
    border-radius: 16px 16px 0 0;
    max-width: 100%;
    max-height: calc(248rem / 40);
    min-height: calc(248rem / 40);
}
#pic-list-container  .pic-container + .pic-container + .pic-container {
    margin-right: 0 !important;
}

.pic-info {
    height: calc(48rem / 40);
    line-height: calc(48rem / 40);
    background: #F6F6F6;
    border-radius: 0px 0px 16px 16px;
    width: calc(400rem / 40);
    padding: 0 calc(16rem / 40);
    display: flex;
    justify-content: space-between;
    font-size: calc(18rem / 40);
}
.pic-name {
    display: inline-block;
    width: calc(200rem / 40);
    overflow: hidden;
    text-overflow: ellipsis;
}
.delete-icon,.edit-icon {
    width: calc(24rem / 40);
    height: auto;
    display: inline-block;
    margin-left: 0.5rem;
}
.add-icon {
    width: calc(36rem / 40);
    height: auto;
}
#pic-list-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}


/* é®ç½©å±‚æ&nbsp;·å¼ */
.overlay {
    display: none; /* é»˜è®¤éšè— */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* åŠé€æ˜ŽèƒŒæ™¯ */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* ç¡®è®¤æ¡†æ&nbsp;·å¼ */
.confirm-box {
    background-color: #fff;
    padding: calc(60rem / 40);
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: calc(408rem / 40);
    height: calc(240rem / 40);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ç¡®è®¤æ¡†æ&nbsp;‡é¢˜æ&nbsp;·å¼ */
.confirm-title {
    margin-bottom: calc(44rem / 40);
    font-size: 0.5rem;
    font-weight: 500;
    color: #000000;
}

/* ç¡®è®¤æ¡†æŒ‰é’®æ&nbsp;·å¼ */
.confirm-buttons {
    display: flex;
    justify-content: space-around;
}

.confirm-cancel,
.confirm-confirm {
    font-size: calc(18rem / 40);
    cursor: pointer;
    width: 3rem;
    height: calc(48rem / 40);
    line-height: calc(48rem / 40);
    border-radius: 24px;
    border: 1px solid #DCDFE6;
}

.confirm-cancel {
    background-color: #fff;
    color: #4D4D4D;
}

/*.confirm-cancel:hover {*/
/*    background-color: #aaa;*/
/*}*/

.confirm-confirm {
    background: #C0191F;
    color: #fff;
}

/*.confirm-confirm:hover {*/
/*    background-color: #0056b3;*/
/*}*/
#logout-container {
    /*position: relative;*/
    /*float: right;*/
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: end;
}
#logout-icon {
    width: calc(50rem / 40);
    height: calc(50rem / 40);
}
#logout-container:hover #logout-box{
    display: block !important;
}
#logout-box {
    width: 108px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #DFE1E6;
    cursor: pointer;
    padding: calc(8rem / 40) calc(14rem / 40);
    font-weight: 400;
    border-radius: 4px;
    display: none;
    text-align: center;
    margin-top: calc(8rem / 40);
}
.logout-con {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#logout-text {
    font-weight: 400;
    font-size: calc(14rem / 40);
    color: #4D4D4D;
    line-height: calc(20rem / 40);
    padding-top: 1px;
    margin-left: calc(4rem / 40);
}
#logout-box:hover {
    color: #C0191F;
}
#logout-box:hover #logout-text {
    color: #C0191F;
}
#logout-box:hover #logout-but {
    background-image: url('./../img/mywork/logout-hover.jpg');
}
#logout-but {
    width: calc(20rem / 40);
    height: calc(20rem / 40);
    background-image: url('./../img/mywork/logout.jpg');
    background-position: center center;
    background-size: cover;
}


@media screen and (max-width: 500px) {
    #pic-list-container {
        flex-direction: column;
        width: 100%;
    }
    .pic-container {
        width: 100%;
    }
    .add-pic {
        width: 100%;
    }
    .img-list {
        margin-right: 0;
    }
    .pic-info {
        width: 100%;
    }
}</pre></body></html>