index.scss 535 B

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