search.wxss 713 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /* pages/portal/search.wxss */
  2. @import "./index.wxss";
  3. .search-box {
  4. display: flex;
  5. align-items: center;
  6. width: 702rpx;
  7. height: 60rpx;
  8. background: rgba(0, 0, 0, 0.05);
  9. border-radius: 30rpx;
  10. margin: 20rpx auto 60rpx;
  11. overflow: hidden;
  12. padding: 0 20rpx;
  13. box-sizing: border-box;
  14. }
  15. .search-box image {
  16. width: 26rpx;
  17. height: 26rpx;
  18. flex-shrink: 0;
  19. margin-right: 10rpx;
  20. }
  21. .search-box input {
  22. flex: 1;
  23. height: 100%;
  24. font-size: 28rpx !important;
  25. }
  26. .placeholder {
  27. font-size: 28rpx !important;
  28. color: #000000 !important;
  29. opacity: .3 !important;
  30. }
  31. /* tabs */
  32. .tabs {
  33. width: 100vw;
  34. padding-left: 40rpx;
  35. box-sizing: border-box;
  36. }