create.less 237 B

1234567891011121314151617
  1. .announce-head {
  2. font-size: 14px;
  3. font-weight: bold;
  4. p {
  5. font-weight: lighter;
  6. }
  7. }
  8. .announce-body {
  9. margin: 10px 0 15px;
  10. p {
  11. margin: 6px 0;
  12. }
  13. }
  14. .announce-foot {
  15. border-top: 1px solid #80b9ff;
  16. padding: 10px 0;
  17. }