search.wxss 1.8 KB

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