﻿

.tj-title {
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
  
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size:14px
}
    .tj-title  .tj-time {
       
        color: #999;
    }
.tj-title span{
    font-size:16px
}

    .tj-title:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        color: #1890ff;
    }
/*PDF预览滚动条样式*/

#pdf-view ::-webkit-scrollbar-track-piece {
    background-color:black;
}
#pdf-view ::-webkit-scrollbar {
   width:9px;
    height: 9px;
}
#pdf-view ::-webkit-scrollbar-thumb {
   background-color:#dddddd;
    background-clip: padding-box;
    min-height: 28px;
}
    #pdf-view ::-webkit-scrollbar-thumb:hover {
        background-color: #bbb;
    }
#viewOutline{
    display:none
}
#sidebarContainer{
    display:none
}
#sidebarToggle{
    display:none
}