CSS
语言:
CSSSCSS
确定
body {
background-color:#FFFFFF;
}
#container {
width:1220px;
margin: 0 auto;
height:100px;
position:relative;
}
#box1 {
width:300px;
height:300px;
position:absolute;
background-color:#FAFAFA;
border: 1px solid #DDDDDD;
top:30px;
left:-35px;
transition: all 0.2s ease-in-out 0s;
cursor:move;
}
#box1 h4 {
position:absolute;
color:grey;
font-family:arial;
text-align:center;
font-size:16px;
left:74px;
top:30px;
}
#box1 h3 {
position:absolute;
color:grey;
font-family:arial;
text-align:center;
font-size:85px;
color:#666;
left:68px;
}
#box1 h2 {
color:grey;
font-family:arial;
text-align:center;
font-size:35px;
color:#d14836;
position:absolute;
top:165px;
left:40px;
cursor:pointer;
}
#search input {
height:40px;
width:600px;
background-color:#FAFAFA;
top:30px;
onFocus="this.value=''
float:left;
border:1px solid #CECECE;
position:absolute;
left:290px;
color:#A4A4A4;
padding-left:20px;
}
#box2 {