searchbar.wxss 164 B

12345678910
  1. .searchbar {
  2. display: flex;
  3. align-items: center;
  4. justify-content: space-around;
  5. }
  6. .btn {
  7. display: flex;
  8. align-items: center;
  9. justify-content: center;
  10. }