/*登录右侧大框*/

.lg-right{
    border-radius: 2px;
}

/*登录右侧大框内的输入框*/
.tab2 .long_input{
    border-radius: 2px;
}
/*登录左侧图片*/

.lg-left img{
     border-radius: 2px;
}
/*登录右侧大框内的按钮*/
.btn{
    border-radius:2px !important;
}

/*首页左侧部分*/
.space_userinfo{
    border-radius: 2px;
}
.teacher_eval{
    border-radius: 2px;
}

/*首页右侧通知和事务提醒大框*/
.tea_right .tea_notice{
    border-radius: 2px;
}
.tea_right .tea_warn{
    border-radius:2px
}

/*主要导航栏*/
.nav-green > li.active > a, .nav-green > li.active > a:hover, .nav-green > li.active > a:focus{
    border-radius: 2px;
}
.nav-green > li > a:hover {
    border-radius: 2px;
}


/*我的部门左侧栏*/
.userinfo{
    margin-bottom: 1px;
    border-radius: 2px;
}
.nav-greenleft > li > a {
    border-radius: 2px;
}
.snav-greenleft > li > a {
    border-radius: 2px;
}

/*我的部分左侧栏。。。扩展按钮*/
.nav1 .dropdown-toggle{
    border-radius: 2px;
}

/*所有按钮*/
button{
    border-radius: 2px !important;
}
/*我的班级班级信息的内框建议前往/school/grade/classView/ClassList.jsp中寻找，本质为组件样式写在组件中,此处有一部分*/
.space-right{
    border-radius: 2px;
}

.JQ-slide-nav a li{
    border-radius: 2px;
}
#list_temp .JQ-slide-nav li{
    margin-right: 9px;
    padding-left: 0;
}
#list_temp .JQ-slide-nav li.on{
    margin-right: 9px;
    padding-left: 0;
}
.nav.clearfix{
    border-radius: 2px;
}
.mult.mr-5{
    border-radius:2px;
}
.teach.mr-5{
    border-radius: 2px;
}
.space-main .space-right .nav .nav_right .nav_btn{
    border-radius: 2px;
}
.main_topic_left img{
    border-radius: 2px;
}
.main_topic_right .right_content{
    border-radius: 2px;
}
.plug_comment .plug_content input{
    border-radius: 2px;

}

/*我的班级班级信息大框*/
.box.form-green{
    border-radius: 2px;
}
/*我的班级 班级空间 中左侧两个灰色小框*/
.clearfix a div{
    border-radius: 2px;
}



/*我的部门-教务处-选修课-选秀审核*/
select.input-sm{
    border-radius: 2px;

}

.bs-example{
    border-radius:2px
}

/*专项空间按钮圆角*/
.checkonBox{
    border-radius: 2px;
}

/*专项空间内部左侧栏圆角*/
.space-main .space-left .user-info{
    border-radius: 2px;
}
.space-main .space-left .cur-news{
    border-radius: 2px;
}
/*所有绿色tab改编为圆角*/
.navgreen3 .nav-tabs .active  a {
    border-top: 6px solid transparent;
    border-radius: 2px;
    font-weight: bold;
    color: var(--mainGreen);
    padding-top: 4px;
    position: relative;
}
.navgreen3 .nav-tabs .active a::before{
    content: '';
    position: absolute;
    top: -6px; /* 将伪元素定位到上边框的位置 */
    left: 0;
    width: 100%;
    height: 6px; /* 设置伪元素的高度等于 border-top 的宽度 */
    border-radius: 2px; /* 设置圆角 */
    background-color: var(--mainGreen); /* 与 border-top 相同的颜色 */

}
.navgreen3 .nav-tabs li a:hover {
    color:  var(--mainGreen);
    background: #f4faf3;
    border: none;
    border-top: 6px solid var(--mainGreen);
    background: none;
    padding-top: 7px;
}
.navgreen2 .nav-tabs .active a{
    border-bottom: 5px solid transparent;
    border-radius: 2px;

}
.navgreen2 .nav-tabs .active a::before{
    content: '';
    position: absolute;
    bottom: -6px; /* 将伪元素定位到上边框的位置 */
    left: 0;
    width: 100%;
    height: 5px; /* 设置伪元素的高度等于 border-top 的宽度 */
    border-radius: 2px; /* 设置圆角 */
    background-color: #00a3e4; /* 与 border-top 相同的颜色 */

}
.navgreen2 .nav-tabs li a:hover{
    border-bottom: 6px solid transparent;
}
.navgreen3 .nav-tabs li a:hover{
    border-top: 6px solid transparent;
}
/*所有表格改为圆角*/
table{
    border-radius: 2px !important;
}
/*三种空间互相跳转按钮*/
.space-main .space-right .top-info .hcenter .total-info .classes{
    border-radius: 2px;
}
.space-main .space-right .top-info .hcenter .total-info .teach{
    border-radius: 2px;
}
.space-main .space-right .top-info .hcenter .total-info .mult{
    border-radius: 2px;
}
.spacetab ::before{

    content: '';
    position: absolute;
    bottom: -6px; /* 将伪元素定位到上边框的位置 */
    left: 0;
    width: 100%;
    height: 6px; /* 设置伪元素的高度等于 border-top 的宽度 */
    border-radius: 2px; /* 设置圆角 */
    background-color: var(--mainGreen);
}
.spacetab::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px; /* 下边框厚度 */
    background-color: var(--mainGreen); /* 下边框颜色 */
    border-radius: 2px; /* 圆角半径 */
}
.spacetab{
    font-size: 16px;
    color:  var(--mainGreen);
    font-weight: bold;
    float: left;
    padding: 0 0 6px 0;
    position: relative;
    margin-left: 40px;

}
.my_course a:hover{

    position: relative;
    border-bottom:6px solid transparent !important;
}

.my_course a:hover::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 6px; /* 下边框厚度 */
    background-color:  var(--mainGreen); /* 下边框颜色 */
    border-radius: 2px; /* 圆角半径 */
}
.top_nav .top_on{
    border-bottom: 6px solid transparent !important;
    position: relative;
}
.top_nav .top_on::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 6px; /* 下边框厚度 */
    background-color: var(--mainGreen); /* 下边框颜色 */
    border-radius: 2px;
}
.top_nav .top{
    border-bottom: 6px solid transparent !important;
    position: relative;
}
.top_nav .top:hover::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 6px; /* 下边框厚度 */
    background-color:  var(--mainGreen); /* 下边框颜色 */
    border-radius: 2px;
}
.topGreen{
    margin-right: 40px;
    font-size: 16px;
    display: block;
    float: left;

}
.topGreen a{
    text-decoration: none;
    color: #666666
}
.top_on_top{
    border-top: 7px solid transparent !important;
    border-bottom: 0px solid transparent !important;
    position: relative;

}
.top_on_top::before{
    content: '';
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 7px; /* 下边框厚度 */
    background-color:  var(--mainGreen); /* 下边框颜色 */
    border-radius: 2px;
}
.top_off_top{
    border-top: 7px solid transparent !important;
    border-bottom: 0px solid transparent !important;
    position: relative;
}
.top_off_top:hover::before{
    content: '';
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 7px; /* 下边框厚度 */
    background-color: var(--mainGreen); /* 下边框颜色 */
    border-radius: 2px;
}
/*.top a:HOVER{
    position: relative;
    border-bottom:6px solid transparent !important;
}
.top a:HOVER::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 6px; !* 下边框厚度 *!
    background-color: #48B319; !* 下边框颜色 *!
    border-radius: 2px; !* 圆角半径 *!
}*/
.spacetag2{
    font-size: 16px;
    color:  var(--mainGreen);
    font-weight: bold;
    float: left;
    padding: 0 0 6px 0;

    margin-right: 40px;
    position: relative;

}
.spacetag2::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px; /* 下边框厚度 */
    background-color:  var(--mainGreen); /* 下边框颜色 */
    border-radius: 2px; /* 圆角半径 */
}
/*我的部门基础设置班年级信息*/
.class-sig{
    border-radius: 2px;
}
/*我的部门办公室学校设置学校结构文印室二室部门简介输入框圆角*/
.form-green .form-control{
    border-radius: 2px !important;
}
/*首页第二版中的修改，包含我的日程小行部分的圆角,通知小行的圆角，事务提醒的圆角*/

.tea_notice .dept{
    border-radius: 2px !important;
}
.clearfix{
    border-radius: 2px !important;
}
/*base页色块圆角*/
.colorBlock{
    border-radius:2px !important;
}
/*我的部门-教务处-学生管理*/
.open>.dropdown-menu{
    border-radius: 7px;
}

/*英才榜圆角*/
.elite-list{
    border-radius: 2px;
}
/*el表格圆角*/
.el-table{
    border-radius: 2px !important;
}
/*输入框圆角*/
.ipt_text, .ipt_text1{
    border-radius:2px
}
#pagination .prev {
    border-radius: 2px  0  0 2px;
}
#pagination .next{
    border-radius:   0 2px 2px 0 ;
}

#pagination .first{
    border-radius:   0 2px 2px 0 ;
}
#pagination .last{
    border-radius: 2px  0  0 2px;
}
.pagination .jump_page{
    border-radius:  2px 0 0 2px;
}
.pagination .jump{
    border-radius:   0 2px 2px 0;
}
.paginationgreen .pagination > li:first-child > a, .paginationgreen .pagination > li:first-child > span{
    border-radius:2px 0px  0px 2px;
}
.paginationgreen .pagination > li:last-child > a, .paginationgreen .pagination > li:last-child > span{
    border-radius: 0px 2px 2px 0px ;
}
