body,div,h1,h2,h3,h4,h5,h6,input,header,main,ul,li,footer,p,span,section{ padding: 0; margin: 0; } body{ font-size: 14px; font-family: "microsoft yahei"; } h1{ padding-right: 30px; line-height: 50px; font-size: 30px; float: left; } #weather_search{ margin-top: 10px; float: left; } #weather_search span{ height: 30px; float: left; } #text{ padding: 0 6px 0 6px; background: #fff; font-size: 14px; width: 240px; height: 30px; border: none; outline: none; } #btn{ width: 70px; height: 30px; border: none; background: rgba(255,255,255,0.5); color: #333; outline: none; cursor: pointer; } #btn:hover{ background: rgba(255, 255, 255, 0.3); } section{ padding-top: 90px; } #today_container{ margin: 0 auto; padding: 0px; background: rgba(100,100,100,0.3); overflow: hidden; } #today_container div img { margin: 0 50px 0 40px; float: left; } .info { font-size: 14px; color:#ffffff; } #future_container{ margin: 0px auto 0 auto; text-align: center; overflow: hidden; } #future_container div{ float: left; width: 150px; padding: 15px 0; margin: 0 0px; background: rgba(100, 100, 100, 0.3); } /* #future_container div:hover{ background: rgba(200,200,200,0.5); } */ #future_container div span{ display: block; } footer{ position: absolute; bottom: 0; width: 100%; }