searc-list.scss 517 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .search-wrapper {
  2. display: flex;
  3. align-items: center;
  4. margin: 12px;
  5. padding: 4px 8px;
  6. border: 1px solid #34A76B;
  7. border-radius: 8px;
  8. .search-icon {
  9. flex: none;
  10. margin-right: 4px;
  11. }
  12. .search-input {
  13. flex: auto;
  14. color: #fff;
  15. }
  16. }
  17. page {
  18. display: flex;
  19. flex-direction: column;
  20. height: 100vh;
  21. }
  22. .scrollable {
  23. height: 100%;
  24. }
  25. .list-wrapper {
  26. .list-title {
  27. font-size: 16px;
  28. color: #34A76B;
  29. }
  30. }
  31. .tips {
  32. text-align: center;
  33. font-size: 12px;
  34. color: #A2AFB2;
  35. }