search.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. /***********search************/
  2. /*.search{
  3. display: block;
  4. height: 78rpx;
  5. background: #fede18;
  6. overflow: hidden;
  7. }
  8. .search_input{
  9. height: 52rpx;
  10. width:674rpx;
  11. margin: 13rpx auto 0rpx;
  12. background: white;
  13. border-radius: 10rpx;
  14. text-align: center;
  15. line-height: 52rpx;
  16. color: rgba(183, 183, 183, 1);
  17. font-size: 24rpx;
  18. position: relative;
  19. }
  20. .search_input_icon{
  21. width:22rpx;
  22. height:22rpx;
  23. position: absolute;
  24. top:15rpx;
  25. left:285rpx;
  26. }*/
  27. /* pages/search/search.wxss */
  28. .content{
  29. }
  30. .search_space{
  31. height: 78rpx;
  32. }
  33. .search{
  34. display: block;
  35. height: 78rpx;
  36. background: #fede18;
  37. width:100%;
  38. position: fixed;
  39. z-index: 10;
  40. }
  41. .search_input_b{
  42. position: absolute;
  43. height: 52rpx;
  44. width:600rpx;
  45. top:13rpx;
  46. left:75rpx;
  47. background: white;
  48. border-radius: 10rpx;
  49. transition:all 0.5s;
  50. }
  51. .search_input_ani{
  52. position: absolute;
  53. top:13rpx;
  54. left:315rpx;
  55. display: flex;
  56. transition:all 0.5s;
  57. }
  58. .search_input_ic{
  59. width:22rpx;
  60. height:22rpx;
  61. margin-top:14rpx;
  62. }
  63. .search_input{
  64. margin-left:15rpx;
  65. width:500rpx;
  66. line-height: 52rpx;
  67. font-size: 24rpx;
  68. font-family: PingFangSC-Regular, sans-serif;
  69. }
  70. .search_input_holder{
  71. color: rgba(183, 183, 183, 1);
  72. }
  73. .cancel_search{
  74. margin-left:60rpx;
  75. top:13rpx;
  76. height: 52rpx;
  77. line-height: 52rpx;
  78. color: rgba(56, 55, 53, 1);
  79. font-size: 26rpx;
  80. font-family: NotoSansHans-DemiLight;
  81. }
  82. .input_supernatant{
  83. position: absolute;
  84. top: 13rpx;
  85. height: 52rpx;
  86. width: 100%;
  87. background: rgba(235, 235, 235, 0);
  88. z-index: 1;
  89. }
  90. .inputbind_focus{
  91. height: 52rpx;
  92. width:600rpx;
  93. margin-left:75rpx;
  94. }
  95. /*************hotsearch**************/
  96. .hot_search{
  97. position: absolute;
  98. top:78rpx;
  99. left: 100%;
  100. width:100%;
  101. padding-top: 30px;
  102. background:white;
  103. transition:all 0.5s;
  104. }
  105. .hot_search_t{
  106. text-indent: 38rpx;
  107. height: 33rpx;
  108. line-height: 33rpx;
  109. color: rgba(56, 55, 53, 1);
  110. font-size: 22rpx;
  111. }
  112. .hot_search_w{
  113. width:702rpx;
  114. margin-left:18rpx;
  115. display: flex;
  116. flex-wrap:wrap;
  117. }
  118. .hot_search_i{
  119. display: block;
  120. width:142rpx;
  121. height: 52rpx;
  122. margin-top:30rpx;
  123. margin-left:28rpx;
  124. border-radius: 6rpx;
  125. border: 1px solid rgba(235, 235, 235, 1);
  126. line-height: 52rpx;
  127. color: rgba(56, 55, 53, 1);
  128. font-size: 24rpx;
  129. text-align: center;
  130. font-family: NotoSansHans-Regular;
  131. }
  132. /*******focus*******/
  133. .search_focus .search_input_b{
  134. left:38rpx;
  135. }
  136. .search_focus .search_input_ani{
  137. left:75rpx;
  138. }
  139. .search_focus .hot_search{
  140. left:0rpx;
  141. }