Skip to content
announcementView.scss 710 B
Newer Older
wangqinghua's avatar
wangqinghua committed
page-announcementView {
  td, th{
    border: 1px solid #dddddd;
  }
    .searchToolBar{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        box-sizing: border-box;
    }
    
   .title{
     padding: 0 10px;
   }

   .title-info{
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
     padding: 0 10px;
     margin-bottom: 15px;
   }

   .author{
        font-size: 1.4rem;
        margin-right: 10px;
        color: #30b3fc;
   }

   .date{
      color: #cccccc;
   }

   .back-btn{
    width: 30px;
    height: 30px;
}
  .content{
    border-top: 1px solid #eee;
    padding: 15px 10px;
  }
}