search-bar.wxss 328 B

1234567891011121314151617181920
  1. .search-bar {
  2. position: relative;
  3. color: #909090;
  4. }
  5. .search-bar input {
  6. font-size: 30rpx;
  7. color: #131D34;
  8. padding: 0 20rpx 0 66rpx;
  9. border: 2rpx solid #e5e5e5;
  10. border-radius: 8rpx;
  11. height: 80rpx;
  12. line-height: 80rpx;
  13. }
  14. .icon {
  15. position: absolute;
  16. left: 28rpx;
  17. top: 50%;
  18. transform: translateY(-50%);
  19. }