index.less 256 B

12345678910111213141516171819202122
  1. @import '../../app.less';
  2. #footer {
  3. background: #6865FD;
  4. text-align: center;
  5. color: #fff;
  6. font-size: 16px;
  7. height: 60px;
  8. line-height: 60px;
  9. a {
  10. color: #fff;
  11. }
  12. a:hover {
  13. color: #fff;
  14. }
  15. .division {
  16. padding: 0 30px;
  17. }
  18. }