12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- /*首页*/
- #home .title{
- text-align: center;
- padding-top: 196px;
- }
- #home .input>p{
- height: 50px;
- text-align: center;
- margin: 0 auto;
- width: 38.5%;
- margin-top: 63px;
- }
- #home .input p>input{
- background:#ffffff;
- border:1px solid #c8ccd5;
- width:658px;
- height:50px;
- float:left;
- text-indent: 1em;
- }
- #home .input p>span{
- background: url(../img/search_icon_white.svg) no-repeat;
- float: left;
- display: inline-block;
- width: 71px;
- height: 50px;
- border-radius: 1px;
- line-height: 50px;
- border-left: 0;
- background-color: #00c400;
- background-position: 50% 50%;
- }
- #home .input .hot{
- text-align: left;
- width: 38.5%;
- margin: 0 auto;
- margin-top: 20px;
- }
- #home .input .hot .tit{
- margin: 0
- }
- #home .carousel{
- height: 275px;
- text-align: center;
- margin-top: 82px;
- }
- #home .carousel .main{
- text-align: center;
- }
- #home .carousel>span{
- display: inline-block;
- width: 30px;
- height: 100%;
- }
- #home .carousel ul{
- display: inline-block;
- }
- #home .carousel ul li{
- list-style: none;
- float:left;
- width: 80px;
- height: 120px;
- border: 1px solid #999;
- }
|