search.wxss 464 B

1234567891011121314151617181920212223242526
  1. /***********search************/
  2. .search{
  3. display: block;
  4. height: 78rpx;
  5. background: #fede18;
  6. overflow: hidden;
  7. }
  8. .search_input{
  9. height: 52rpx;
  10. width:674rpx;
  11. margin: 13rpx auto 0rpx;
  12. background: white;
  13. border-radius: 10rpx;
  14. text-align: center;
  15. line-height: 52rpx;
  16. color: rgba(183, 183, 183, 1);
  17. font-size: 24rpx;
  18. position: relative;
  19. }
  20. .search_input_icon{
  21. width:22rpx;
  22. height:22rpx;
  23. position: absolute;
  24. top:15rpx;
  25. left:285rpx;
  26. }