search.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. .search {
  2. display: flex;
  3. justify-content: space-between;
  4. align-items: center;
  5. height: 80rpx;
  6. padding-left: 20rpx;
  7. padding-right: 20rpx;
  8. }
  9. .search-inside {
  10. border-radius: 20rpx;
  11. }
  12. .search-input {
  13. font-size: 30rpx;
  14. }
  15. .cancel-button {
  16. height: 80rpx;
  17. width: 100rpx;
  18. line-height: 80rpx;
  19. font-size: 30rpx;
  20. text-align: center;
  21. opacity: 0;
  22. }
  23. .hot-tag-block {
  24. display: flex;
  25. flex-direction: column;
  26. align-items: flex-start;
  27. margin-bottom: 10rpx;
  28. }
  29. .hot-tag-title {
  30. font-size: 30rpx;
  31. margin-top: 20rpx;
  32. margin-left: 50rpx;
  33. }
  34. .hot-tags {
  35. margin: 0rpx 40rpx;
  36. }
  37. .hot-tag {
  38. font-size: 24rpx;
  39. display: inline-block;
  40. margin-bottom: 10rpx;
  41. margin: 10rpx 10rpx;
  42. }
  43. .hot-bar-block {
  44. background-color: #ffffff;
  45. border-radius: 24rpx;
  46. margin: 60rpx 40rpx 0rpx 40rpx;
  47. box-shadow: 5rpx 5rpx 8rpx 0rpx rgba(0, 0, 0, 0.16);
  48. padding-bottom: 10rpx;
  49. }
  50. .hot-bar-title {
  51. font-size: 30rpx;
  52. border-radius: 24rpx;
  53. position: relative;
  54. top: -25rpx;
  55. margin: 20rpx 20rpx 0rpx 20rpx;
  56. padding: 8rpx 30rpx 8rpx 30rpx;
  57. box-shadow: 5rpx 5rpx 8rpx 0rpx rgba(0, 0, 0, 0.16);
  58. }
  59. .hot-bar {
  60. height: 50rpx;
  61. margin: 10rpx 40rpx;
  62. font-size: 24rpx;
  63. display: flex;
  64. justify-content: space-between;
  65. }
  66. .hot-bar-text {
  67. display: flex;
  68. }
  69. .hot-block {
  70. position: absolute;
  71. top: 80rpx;
  72. bottom: 0rpx;
  73. }
  74. .search-block {
  75. position: absolute;
  76. top: 80rpx;
  77. bottom: 0rpx;
  78. opacity: 0;
  79. }
  80. .result-bar {
  81. margin-top: 20rpx;
  82. display: flex;
  83. flex-direction: column;
  84. align-items: center;
  85. }
  86. .search-history {
  87. display: flex;
  88. justify-content: space-between;
  89. font-size: 35rpx;
  90. padding: 25rpx 40rpx;
  91. }
  92. .more {
  93. width: 30rpx;
  94. height: 30rpx;
  95. }