You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

46 lines
650 B

  1. .notice{
  2. padding: 10px 12px;
  3. background: #fff;
  4. }
  5. .noticeT{
  6. font-size: 20px;
  7. line-height: 26px;
  8. text-align: center;
  9. }
  10. .noticeTitle {
  11. font-size: 16px;
  12. /* border-top: 10px #f9f9f9 solid; */
  13. /* margin: 0 -12px; */
  14. margin: 15px 0 10px;
  15. }
  16. .noticeBox{
  17. margin: 10px 0;
  18. padding: 12px;
  19. background: #f9f9f9;
  20. border-radius: 14px;
  21. }
  22. .noticeBox .noticeTitle:first-child{
  23. margin-top: 0;
  24. }
  25. .noticeTxt,.noticeText{
  26. font-size: 14px;
  27. line-height: 24px;
  28. overflow: hidden;
  29. margin: 5px 0;
  30. }
  31. .noticeText{
  32. text-align: right;
  33. }
  34. .noticeTxt > *:last-child{
  35. float: right;
  36. }
  37. .noticeLine{
  38. height: 1px;
  39. margin: 10px 0;
  40. background: #e4e4e4;
  41. }