index.css 275 B

12345678910111213
  1. .user-update {
  2. position: fixed;
  3. bottom: 0;
  4. width: 100%;
  5. text-align: center;
  6. font-size: 16px;
  7. border-top: 1px solid #F3F3F3;
  8. height: 50px;
  9. line-height: 50px;
  10. box-shadow: 3px -1px 1px #ebedf0;
  11. background-color: #f44;
  12. color: white;
  13. }