h5.scss 634 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .tui-search-container-h5 {
  2. width: 100%;
  3. height: 100%;
  4. overflow: hidden;
  5. margin: 0;
  6. padding: 0;
  7. display: flex;
  8. flex-direction: column;
  9. .tui-search-container-h5-main {
  10. width: 100%;
  11. height: 100%;
  12. overflow: hidden;
  13. display: flex;
  14. flex-direction: column;
  15. .tui-search-tabs {
  16. .tui-search-tabs-item {
  17. cursor: none;
  18. }
  19. }
  20. .tui-search-time {
  21. background-color: #f4f4f4;
  22. .tui-search-time-item {
  23. cursor: none;
  24. background-color: #fff;
  25. }
  26. .tui-search-time-item-selected {
  27. background-color: rgba(0,122,255,0.2);
  28. }
  29. }
  30. }
  31. }