search.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /* pages/search/search.wxss */
  2. .content{
  3. }
  4. .search{
  5. display: block;
  6. height: 78rpx;
  7. background: #fede18;
  8. }
  9. .search_input_b{
  10. display: inline-block;
  11. height: 52rpx;
  12. width:600rpx;
  13. margin-left:38rpx;
  14. background: white;
  15. border-radius: 10rpx;
  16. line-height: 52rpx;
  17. font-size: 24rpx;
  18. position: relative;
  19. }
  20. .search_input_ic{
  21. width:22rpx;
  22. height:22rpx;
  23. position: absolute;
  24. top:15rpx;
  25. left:30rpx;
  26. }
  27. .search_input{
  28. margin-left:70rpx;
  29. }
  30. .search_input_holder{
  31. color: rgba(183, 183, 183, 1);
  32. }
  33. .cancle_search{
  34. float:right;
  35. margin-right: 26rpx;
  36. height: 52rpx;
  37. line-height: 52rpx;
  38. color: rgba(56, 55, 53, 1);
  39. font-size: 26rpx;
  40. font-family: NotoSansHans-DemiLight;
  41. }
  42. /*************hotsearch**************/
  43. .hot_search{
  44. margin-top: 30px;
  45. }
  46. .hot_search_t{
  47. text-indent: 38rpx;
  48. height: 33rpx;
  49. line-height: 33rpx;
  50. color: rgba(56, 55, 53, 1);
  51. font-size: 22rpx;
  52. }
  53. .hot_search_w{
  54. width:702rpx;
  55. margin-left:18rpx;
  56. display: flex;
  57. flex-wrap:wrap;
  58. }
  59. .hot_search_i{
  60. display: block;
  61. width:142rpx;
  62. height: 52rpx;
  63. margin-top:30rpx;
  64. margin-left:28rpx;
  65. border-radius: 6rpx;
  66. border: 1px solid rgba(235, 235, 235, 1);
  67. line-height: 52rpx;
  68. color: rgba(56, 55, 53, 1);
  69. font-size: 24rpx;
  70. text-align: center;
  71. font-family: NotoSansHans-Regular;
  72. }