searchInput.wxss 423 B

1234567891011121314151617181920212223
  1. .search_input {
  2. width: 105rpx;
  3. height: 40rpx;
  4. overflow: hidden;
  5. }
  6. .search_input .pic{
  7. width: 30rpx;
  8. height: 30rpx;
  9. margin-right: 5rpx;
  10. /* float: left; */
  11. }
  12. .search_input .navi {
  13. width: 105rpx;
  14. height: 40rpx;
  15. display: flex;
  16. justify-content: center;
  17. align-items: center;
  18. background-color: rgb(228, 226, 226);
  19. font-size: 22rpx;
  20. border-radius: 40rpx;
  21. color: black;
  22. }