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.

StuPayFee.css 772 B

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