member.wxss 576 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .search-bar {
  2. padding: 12rpx 25rpx;
  3. background-color: #fff;
  4. width: 100%;
  5. box-sizing: border-box;
  6. }
  7. .search-box {
  8. background-color: #f0f0f0;
  9. height: 56rpx;
  10. line-height: 56rpx;
  11. border-radius: 28rpx;
  12. color: #acacac;
  13. display: flex;
  14. align-content: center;
  15. }
  16. .search-icon {
  17. position: absolute;
  18. left: 20rpx;
  19. margin-left: 25rpx;
  20. margin-right: 12rpx;
  21. }
  22. .search-icon .iconfont {
  23. font-size: 34rpx;
  24. padding-top: 10rpx;
  25. }
  26. .search-box .ipt {
  27. padding: 0 30rpx 0 60rpx;
  28. line-height: 56rpx;
  29. height: 56rpx;
  30. width: 100%;
  31. box-sizing: border-box;
  32. }