index.less 521 Bytes
Newer Older
duanledexianxianxian's avatar
sync  
duanledexianxianxian committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
.root {
  height: 100%;
  background:rgba(247,247,247,1);
  padding: 16px;
  .item {
    min-height: 121px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 24px 16px;
    .title{
      color: #202030;
      font-size: 16px;
      font-weight:600;
      margin-bottom: 8px;
    }
    .content{
      color: #909096;
      font-size: 12px;
      line-height: 1.5;
    }
    .noticeTime{
      text-align: right;
      color: #CCCCCC;
      font-size: 12px;
    }
  }
}