bottom.less 234 B

1234567891011
  1. .account-bottom {
  2. width: 100%;
  3. color: #d5e4f7;
  4. background: #212831;
  5. position: fixed;
  6. bottom: 0;
  7. left: 0;
  8. z-index: 1;
  9. text-align: center;
  10. padding: 6px 0;
  11. }