Skip to content
workshop.css 1.02 KiB
Newer Older
zhangyudan's avatar
11
zhangyudan committed
.padding_box {
    padding: 3.5rem 2rem 0;
}

.flex-box {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.menu_box {
    width: 10rem;
}

.menu_title_box {
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #fff;
}

.tab_list ul {
    display: block;
    width: 100%;
}

.tab_list ul li {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    background: rgb(0 35 105 / 70%);
    margin: 0.4rem 0;
    border-radius: 0.2rem;
    line-height: 2rem;
}

.tab_list ul li div {
    font-size: 0.6rem;
    justify-content: space-around;
}

.monitor {
    font-size: 0.5rem;
}

.monitor span {
    background: #006aec;
    padding: 0.1rem 0.4rem;
    border-radius: 2rem;
    margin-left: 0.1rem;
}

.tab_list ul li a {
    color: #a84c47;
}

.tab_list ul li.current {
    line-height: 2rem;
    border: none;
    background: #006aec;
    font-weight: normal;
}

.tab_list ul li.current .monitor span {
    background: #0055bd;
}

.content_box {
    flex: 1;
}