index.wxss 491 B

1234567891011121314151617181920212223242526272829303132
  1. /* 搜索 */
  2. .home-search {
  3. display: flex;
  4. align-items: center;
  5. width: 100vw;
  6. height: 100rpx;
  7. background-color: #FFFFFF;
  8. margin: 20rpx 0 10rpx 0;
  9. padding: 0 24rpx;
  10. box-sizing: border-box;
  11. }
  12. .search-type {
  13. flex-shrink: 0;
  14. font-size: 32rpx;
  15. }
  16. .search-box {
  17. flex: 1;
  18. }
  19. .search-class {
  20. flex: 1;
  21. display: flex;
  22. align-items: center;
  23. height: 60rpx !important;
  24. padding: 0 !important;
  25. }
  26. .inputClass {
  27. width: 390rpx !important;
  28. }