component-search.wxss 467 B

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