12345678910111213141516171819202122 |
- @import '../../app.less';
- #footer {
- background: #6865FD;
- text-align: center;
- color: #fff;
- font-size: 16px;
- height: 60px;
- line-height: 60px;
- a {
- color: #fff;
- }
- a:hover {
- color: #fff;
- }
- .division {
- padding: 0 30px;
- }
- }
|