index.wxss 848 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .search_box {
  2. display: flex;
  3. justify-content: space-between;
  4. align-items: center;
  5. height: 60rpx;
  6. width: 100vw;
  7. padding: 0 24rpx;
  8. box-sizing: border-box;
  9. }
  10. .searc {
  11. flex: 1;
  12. display: flex;
  13. align-items: center;
  14. height: 100%;
  15. opacity: 0.37;
  16. padding-left: 20rpx;
  17. }
  18. .box-flexd {
  19. position: fixed;
  20. top: 0;
  21. left: 0;
  22. }
  23. input {
  24. flex: 1;
  25. text-align: left;
  26. padding-left: 5rpx;
  27. }
  28. .searc_but {
  29. width: 118rpx;
  30. height: 60rpx;
  31. line-height: 60rpx;
  32. text-align: center;
  33. background: #FFB600;
  34. border-radius: 10rpx;
  35. font-size: 28rpx;
  36. font-weight: 500;
  37. color: #FFFFFF;
  38. margin-left: 16rpx;
  39. }
  40. .clear {
  41. display: flex;
  42. justify-content: center;
  43. align-items: center;
  44. width: 50rpx;
  45. height: 100%;
  46. line-height: 100%;
  47. z-index: 999;
  48. }