.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; } } }