index.acss 448 字节
Newer Older
D
devil_gong 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
.am-footer-links {
  display: flex;
  justify-content: center;
}

.am-footer-link {
  height: 17px;
  line-height: 17px;
  color: #108ee9;
  font-size: 12px;
}

.am-footer-link::after {
  content: '|';
  padding: 0 5px;
  height: 17px;
  color: #ccc;
}

.am-footer-link:last-child::after {
  display: none;
}

.am-footer-copyright {
  margin-top: 3px;
  height: 17px;
  line-height: 17px;
  color: #ccc;
  font-size: 14px;
  text-align: center;
}