search.wxss 1.9 KB

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