base.css 273 B

123456789101112131415161718192021
  1. html {
  2. word-break: break-word;
  3. }
  4. body {
  5. overflow-y: scroll;
  6. overflow-x: hidden;
  7. }
  8. #foot {
  9. text-align: center;
  10. padding-bottom: 10px;
  11. }
  12. #ICP {
  13. background-color: rgb(255, 255, 255, 60%);
  14. }
  15. #GONG_AN {
  16. background-color: rgb(255, 255, 255, 60%);
  17. }