component-search.wxss 471 B

1234567891011121314151617181920212223242526
  1. /* components/components-search.wxss */
  2. .wrapper{
  3. padding: 30rpx 44rpx;
  4. position: relative;
  5. height: calc(100% - 60rpx)
  6. }
  7. .search-wrapper{
  8. display: flex;
  9. align-items: center;
  10. height: 100%;
  11. border: 1px solid #888888;
  12. padding-left: 30rpx;
  13. border-radius: 15rpx;
  14. }
  15. .iconfont {
  16. font-size: 32rpx;
  17. margin-right: 15rpx;
  18. }
  19. .search-text{
  20. font-size: 24rpx;
  21. color: #707070;
  22. }
  23. .icon-sousuo {
  24. font-size: 30rpx;
  25. color: #707070;
  26. }