星火官网,前端页面(前台)
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

comm.css 486B

1234567891011121314151617181920212223242526
  1. html,
  2. body {
  3. margin: 0;
  4. padding: 0;
  5. font-size: 100px;
  6. line-height: 1;
  7. font-family: "Microsoft YaHei", "微软雅黑" !important;
  8. color: #333;
  9. box-sizing: border-box;
  10. background-color: #F5F7F9;
  11. user-select: none;
  12. }
  13. .header_root {
  14. position: fixed;
  15. width: 100%;
  16. color: #fff;
  17. background-color: transparent;
  18. }
  19. .header_root.bg_white {
  20. color: #333;
  21. background-color: #fff;
  22. }
  23. .header_root:hover {
  24. color: #333;
  25. background-color: #fff;
  26. }