doum
2025-09-26 9057e04efad1b7d61c77a72e5c37a504d0aee935
web/assets/common.css
@@ -68,6 +68,111 @@
}
ul li a {
    display: block;
    position: relative;
}
ul li:hover .drop-down {
    display: block;
}
.fa {
    position: fixed !important;
    left: 0 !important;
    width: 100vw !important;
    height: calc(100vh - 70px) !important;
    overflow-y: scroll !important;
    padding: 30px 0 !important;
    box-sizing: border-box !important;
}
.fa-content {
    width: 1200px;
    margin: 0 auto;
}
.fa-content-item {
    width: 100%;
}
.fa-content-item-label {
    display: inline;
    font-weight: 600;
    font-size: 18px;
    color: #191B1F;
    cursor: pointer;
}
.fa-content-item-label:hover {
    color: #FF7900 !important;
}
.fa-content-item-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fa-content-item-list-zw {
    width: 250px;
    height: 0;
}
.fa-content-item-list-row:hover {
    background: rgba(255,121,0,0.06) !important;
}
.fa-content-item-list-row:hover .fa-content-item-list-row-info span:nth-child(1) {
    color: #FF7900 !important;
    font-weight: 500 !important;
}
.fa-content-item-list-row {
    width: 250px;
    height: 60px;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.06);
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}
.fa-content-item-list-row img {
    width: 36px;
    height: 36px;
    margin-right: 12px;
}
.fa-content-item-list-row-info {
    display: flex;
    flex-direction: column;
}
.fa-content-item-list-row-info span:nth-child(1) {
    font-weight: 400;
    font-size: 14px;
    color: #191B1F;
    line-height: normal;
}
.fa-content-item-list-row-info span:nth-child(2) {
    font-weight: 400;
    font-size: 12px;
    color: #7B7F87;
    line-height: normal;
}
.drop-down {
    position: absolute;
    top: 70px;
    left: -50px;
    width: 164px;
    display: none;
    background: #FFFFFF;
    box-shadow: 0 7px 20px 0 rgba(0,0,0,0.1);
}
.drop-down-item {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    cursor: pointer;
}
.drop-down-item:hover {
    font-weight: 500;
    color: #FF7900;
}
ul li {
    margin-right: 50px;