/*
 * @Author: iowen
 * @Author URI: https://www.iowen.cn/
 * @Date: 2024-01-03 00:15:11
 * @LastEditors: iowen
 * @LastEditTime: 2024-01-13 11:05:39
 * @FilePath: \onenavsub\assets\css\sub-style.css
 * @Description: 自定义样式
 */
/* 隐藏 tag 图标 */
i.iconfont.icon-tag,
.tab-title i.icon-tag {
    display: none !important;
}

/* 去掉左侧菜单图标隐藏后的文字左边距 */
.aside-ul .aside-btn > span.ml-2 {
    margin-left: 0 !important;
}

/* 分组标题：生态入口 / 软件工具 / 跨境服务 */
.aside-ul > .aside-item > a[href="#term-323372"],
.aside-ul > .aside-item > a[href="#term-323375"],
.aside-ul > .aside-item > a[href="#term-323374"] {
    color: #3867f6 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    background: transparent !important;
    border-left: none !important;
    padding-top: 18px !important;
    padding-bottom: 10px !important;
    margin-top: 8px !important;
    position: relative;
}

/* 给分组标题加一个小装饰线 */
.aside-ul > .aside-item > a[href="#term-323372"]::before,
.aside-ul > .aside-item > a[href="#term-323375"]::before,
.aside-ul > .aside-item > a[href="#term-323374"]::before {
    content: "";
    width: 4px;
    height: 18px;
    border-radius: 10px;
    background: #3867f6;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-35%);
}

/* 分组标题文字稍微右移，给装饰线留空间 */
.aside-ul > .aside-item > a[href="#term-323372"] span,
.aside-ul > .aside-item > a[href="#term-323375"] span,
.aside-ul > .aside-item > a[href="#term-323374"] span {
    padding-left: 12px;
}


