小程序农机手端

123456789101112131415161718192021222324252627282930313233343536373839
  1. .custom-nav {
  2. display: block;
  3. position: relative;
  4. &-bar {
  5. display: flex;
  6. position: fixed;
  7. width: 100%;
  8. z-index: 1024;
  9. left: 0;
  10. &-action {
  11. flex: none;
  12. box-sizing: border-box;
  13. .goback{
  14. width: 19px;
  15. height: 35px;
  16. position: absolute;
  17. left: 30px;
  18. top: 14.5px;
  19. }
  20. }
  21. &-content {
  22. flex: none;
  23. text-align: center;
  24. font-size: 34px;
  25. font-weight: bold;
  26. color: #333;
  27. cursor: none;
  28. pointer-events: none;
  29. text-overflow: ellipsis;
  30. white-space: nowrap;
  31. overflow: hidden;
  32. box-sizing: border-box;
  33. }
  34. }
  35. }