search.less 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .search{
  2. padding: 10px 30px 0 30px;
  3. position: relative;
  4. .searchInput{
  5. width: 690px;
  6. height: 68px;
  7. background: #F8F8F8;
  8. border-radius: 34px;
  9. padding-left: 106px;
  10. box-sizing: border-box;
  11. font-size: 24px;
  12. }
  13. .searchicon{
  14. width: 25px;
  15. height: 25px;
  16. position: absolute;
  17. bottom: 22px;
  18. left: 54px;
  19. }
  20. .lineSearch{
  21. position: absolute;
  22. bottom: 19px;
  23. left: 100px;
  24. width: 1px;
  25. height: 28px;
  26. background: #000000;
  27. opacity: 0.2;
  28. }
  29. }
  30. .content{
  31. padding: 60px 30px;
  32. .hotSearch{
  33. font-size: 34px;
  34. font-weight: bold;
  35. color: #202020;
  36. display: block;
  37. margin: 0 0 60px 0;
  38. }
  39. .hotSearchtip view{
  40. border-radius: 30px;
  41. font-size: 24px;
  42. font-weight: bold;
  43. display: block;
  44. margin:0 40px 40px 0;
  45. padding:19px 25px;
  46. float: left;
  47. color: #666666;
  48. border: 1px solid #999999;
  49. }
  50. .hotSearchtip view:first-child{
  51. border: 2px solid #274190;
  52. border-radius: 30px;
  53. font-size: 24px;
  54. font-weight: bold;
  55. color: #0C297F;
  56. display: block;
  57. margin:0 40px 40px 0;
  58. padding:19px 25px;
  59. float: left;
  60. }
  61. }