/** 更新日志部分 **/
.update_detail{padding:10px 60px;height: calc(100% - 18px) !important;overflow-y: auto;width: calc(100% - 118px) !important;}
.layui-layer-content::-webkit-scrollbar,.update_detail::-webkit-scrollbar{width:8px;}
/*::-webkit-scrollbar-track{background-color:#ccc;}*/
.layui-layer-content::-webkit-scrollbar-thumb,.update_detail::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:3px;}
.layui-layer-content::-webkit-scrollbar-thumb:hover,.update_detail::-webkit-scrollbar-thumb:hover {background-color:#ccc}
.layui-layer-content::-webkit-scrollbar-thumb:active,.update_detail::-webkit-scrollbar-thumb:active {background-color:#ccc}

/** 更新日志 附件部分 **/
.module_detail_list li h3{display:inline-block;height:22px;}
.module_detail_list li p{margin-top:10px;padding:10px;background-color: rgba(234,234,234,0.6);color:#a94442;}
.module_detail_list li .attachment_list{margin-top:10px;padding:10px 10px 10px 30px;background-color: rgba(234,234,234,0.6);}
.module_detail_list li .attachment_list li button{float:right;display:none;}
.module_detail_list li .attachment_list li:hover button{display:block;}

/** 角标 **/
.jiaobiao_container{
    position: absolute;
    transform: rotate(-45deg);
    bottom: 40px;
    right: -43px;
    opacity:0.8;
}
.jiaobiao{
    width: 0;
    height: 0;
    border-width: 35px 35px 0;
    border-style: solid;
    border-color: #ff2600 transparent transparent;
    position: absolute;
    bottom: 3px;
    right: 24px;
}
.jiaobiao_text{
    position: absolute;
    color: #fff;
    font-size: 13px;
    bottom: 18px;
    right: 20px;
    width: 58px;
}

