search.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /*搜索页面样式*/
  2. .lin-search-ipt {
  3. height: 45px;
  4. padding: 8px 10px;
  5. background-color: #17b3ec;
  6. display: -webkit-box;
  7. box-sizing: border-box;
  8. }
  9. .lin-search-ipt div {
  10. border-radius: 5px;
  11. line-height: 29px;
  12. background-color: #fff;
  13. color: #999;
  14. text-align: left;
  15. -webkit-box-flex: 1;
  16. }
  17. .lin-search-ipt input {
  18. background-color: #fff;
  19. border-radius: 5px;
  20. height: 30px;
  21. color: #323232;
  22. text-align: left;
  23. background: url(../../../images/sousuo_icon.png) no-repeat;
  24. background-size: 30px 30px;
  25. width: calc(100% - 30px);
  26. box-sizing: border-box;
  27. margin-bottom: 0;
  28. padding: 0 0 0 30px;
  29. border: none;
  30. }
  31. .lin-search-ipt a {
  32. font-size: 16px;
  33. display: block;
  34. padding: 4px 6px 4px 12px;
  35. color: #fff;
  36. }
  37. .lin-search-ipt .searchbar-clear{
  38. position: absolute;
  39. padding: 0;
  40. top: 5px;
  41. right: 5px;
  42. width: 18px;
  43. height: 18px;
  44. background: url(../images/guanbi_btn.png) no-repeat;
  45. background-size: 100% 100%;
  46. display: none;
  47. }
  48. .searchValWrap{
  49. height: 40px;
  50. font-size: 18px;
  51. line-height: 40px;
  52. padding: 0px 15px;
  53. color: #17b3ec;
  54. display: none;
  55. }