search.wxss 715 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. @import "../memberArea/memberArea.wxss";
  2. .serach-container{
  3. margin-left:20rpx;
  4. margin-top:20rpx;
  5. }
  6. .cancle {
  7. position: absolute;
  8. right: 15px;
  9. z-index: 9999;
  10. bottom: 15rpx;
  11. font-size: 30rpx;
  12. }
  13. .list-search {
  14. position: absolute;
  15. top: 0;
  16. left: 0;
  17. display: flex;
  18. align-items: center;
  19. width: 100%;
  20. height: 90rpx;
  21. padding: 10rpx 30rpx;
  22. box-sizing: border-box;
  23. z-index: 20;
  24. background: #fff;
  25. }
  26. .list-search-box {
  27. display: flex;
  28. align-items: center;
  29. padding: 0 30rpx;
  30. width: 83%;
  31. height: 62rpx;
  32. background: #f5f5f5;
  33. border-radius: 90rpx;
  34. font-size: 24rpx;
  35. box-sizing: border-box;
  36. margin-left:7rpx;
  37. }
  38. .list-search-box input {
  39. width: 100%;
  40. padding-left: 13rpx;
  41. }