code.css 439 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. body,
  2. html {
  3. background: #FFFFFF;
  4. }
  5. .mui-content>div {
  6. padding: 30px;
  7. background: #FFFFFF;
  8. }
  9. .float {
  10. float: left;
  11. }
  12. .code-img {
  13. width: 45px;
  14. height: 45px;
  15. }
  16. img {
  17. width: 100%;
  18. }
  19. .code-word {
  20. padding-left: 10px;
  21. }
  22. .code-word div:first-child {
  23. font-size: 15px;
  24. }
  25. .code-word div:last-child {
  26. font-size: 13px;
  27. margin-top: 10px;
  28. /*color: #018eef;*/
  29. }
  30. .mui-content>.img-box {
  31. width: 100%;
  32. padding: 50px;
  33. padding-top: 0;
  34. }