index.css 560 B

1234567891011121314151617181920212223242526272829303132333435
  1. .app-list {
  2. display: flex;
  3. padding: 80px 20px 0 20px;
  4. justify-content: center;
  5. }
  6. .app-list a {
  7. width: 68px;
  8. }
  9. .app-list h3 {
  10. width: 68px;
  11. height: 68px;
  12. }
  13. .app-list h3.mszx {
  14. background: url("../images/icon-mszx.png") center no-repeat;
  15. background-size: 68px 68px;
  16. }
  17. .app-list h3.tskc {
  18. background: url("../images/icon-tskc.png") center no-repeat;
  19. background-size: 68px 68px;
  20. }
  21. .footer {
  22. position: fixed;
  23. left: 0;
  24. bottom: 0;
  25. width: 100%;
  26. background: #f7f7f7;
  27. padding: 20px 0;
  28. color: #AFAFB0;
  29. }
  30. .footer a {
  31. color: #2A60FF;
  32. }