/*
 * @Author: hubinhtb
 * @Author URI: https://www.ai-at.cn/
 * @Date: 2024-01-24 21:30:11
 * @LastEditors: hubinhtb
 * @LastEditTime: 2024-01-24 21:42:11
 * @FilePath: \OneNav-Child\css\child-style.css
 * @Description: 自定义样式
 */


 @import url(../../onenav/css/style.min.css);


 
 .header-big:not(.no-bg) .s-type-list {
    color: #000000 !important
}
/* 修改记录：修改了搜索框上方文字颜色 */


.header-big:not(.no-bg) .s-type-list .anchor {
    background: #8a8a8a !important
}
/* 修改记录：修改了搜索框上方文字条颜色 */


.header-big #search-text {
    border-radius: 50px;
    color: #fff;
    border: 0px solid rgba(255, 255, 255, .05);
    padding: 9px 20px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, .2) !important
}
/* 修改记录：调整了搜索框边框大小，调整了搜索框颜色 */


.header-big .search-type input:checked+label:before {
    content: '';
    border-width: 8px 8px 0px 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .2) transparent transparent;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -8px
}
/* 修改记录：位置-搜索框下方三角箭头，上方 border-color ，原始值为 rgba(0, 0, 0, .6) transparent transparent; */



.header-big:not(.no-bg) .text-muted,
.header-big:not(.no-bg) .search-type .menu-item a,
.header-big:not(.no-bg) .big-title .h1 {
    color: #505050 !important
}
/* 修改记录：修改了搜索框下方文字颜色 */


.header-big .s-type-list label:not(.active) {
    opacity: .5;
    transition: opacity .3s
}
.header-big:not(.no-bg) .search-type label {
    opacity: 1;
}
/* 修改记录：保留了搜索框上方文字透明度和转换效果，调整了下方文字的透明度和转换效果 */



.header-big:not(.no-bg) #bulletin_box .card-body {
    color: #505050 !important;
    background: none;
}
/* 修改记录：修改了公告栏小喇叭颜色，去掉了背景 */


.header-big:not(.no-bg) #bulletin_box a {
    color: #505050
}
/* 修改记录：修改了公告栏文字颜色 */


