themes.scss 224 B

1234567891011121314
  1. $mainColor: #ff6e3e;
  2. $pageBgColor: #f7f7f7;
  3. .handle-fix-box {
  4. width: 100%;
  5. height: 60px;
  6. padding: 10px 15px;
  7. position: fixed;
  8. z-index: 2;
  9. bottom: 0px;
  10. left: 0px;
  11. background-color: #FFFFFF;
  12. box-sizing: border-box;
  13. }