search.wxss 390 B

1234567891011121314151617181920
  1. /* 搜索框 */
  2. .search{
  3. width: 90%;
  4. height: 50rpx;
  5. margin: 0rpx auto;
  6. padding: 10rpx;
  7. border-radius: 10rpx;
  8. font-size: 25rpx;
  9. display: flex;
  10. justify-content: center;
  11. align-items: center;
  12. background-color: rgb(240, 240, 240);
  13. margin-bottom: 20rpx;
  14. }
  15. .search-item{
  16. width: 95%;
  17. height: 100%;
  18. color: #aaa;
  19. line-height: 50rpx;
  20. }