home.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /*首页*/
  2. #home .title{
  3. text-align: center;
  4. padding-top: 196px;
  5. }
  6. #home .input>p{
  7. height: 50px;
  8. text-align: center;
  9. margin: 0 auto;
  10. width: 38.5%;
  11. margin-top: 63px;
  12. }
  13. #home .input p>input{
  14. background:#ffffff;
  15. border:1px solid #c8ccd5;
  16. width:658px;
  17. height:50px;
  18. float:left;
  19. text-indent: 1em;
  20. }
  21. #home .input p>span{
  22. background: url(../img/search_icon_white.svg) no-repeat;
  23. float: left;
  24. display: inline-block;
  25. width: 71px;
  26. height: 50px;
  27. border-radius: 1px;
  28. line-height: 50px;
  29. border-left: 0;
  30. background-color: #00c400;
  31. background-position: 50% 50%;
  32. }
  33. #home .input .hot{
  34. text-align: left;
  35. width: 38.5%;
  36. margin: 0 auto;
  37. margin-top: 20px;
  38. }
  39. #home .input .hot .tit{
  40. margin: 0
  41. }
  42. #home .carousel{
  43. height: 275px;
  44. text-align: center;
  45. margin-top: 82px;
  46. }
  47. #home .carousel .main{
  48. text-align: center;
  49. }
  50. #home .carousel>span{
  51. display: inline-block;
  52. width: 30px;
  53. height: 100%;
  54. }
  55. #home .carousel ul{
  56. display: inline-block;
  57. }
  58. #home .carousel ul li{
  59. list-style: none;
  60. float:left;
  61. width: 80px;
  62. height: 120px;
  63. border: 1px solid #999;
  64. }