82 lines
1014 B
CSS
82 lines
1014 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
outline: 0
|
|
}
|
|
|
|
|
|
body {
|
|
width: 100%;
|
|
font-family: Hiragino Sans GB, Arial, Helvetica, "ËÎÌå", sans-serif;
|
|
font-size: 14px;
|
|
color: #323232;
|
|
-webkit-touch-callout: inherit;
|
|
-webkit-user-select: auto;
|
|
background-color: white;
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-text-size-adjust: 100%
|
|
}
|
|
|
|
#head{
|
|
height: 50px;
|
|
background-color: #888;
|
|
}
|
|
|
|
#head #p{
|
|
padding-top:17px;
|
|
|
|
}
|
|
|
|
#head #p h3{
|
|
padding-left:20px;
|
|
float: left;
|
|
color: white;
|
|
}
|
|
|
|
#head #p a{
|
|
display: inline-block;
|
|
text-align: center;
|
|
width:60px;
|
|
height:30px;
|
|
line-height: 30px;
|
|
border-radius: 3px;
|
|
font-size:18px;
|
|
text-decoration: none;
|
|
cursor: default;
|
|
background-clip: padding-box;
|
|
margin:-5px 20px;
|
|
float: right;
|
|
background-color: #3FA851;
|
|
color: white;
|
|
}
|
|
|
|
|
|
#form{
|
|
width: 100%;
|
|
height: 500px;
|
|
background-color: white;
|
|
}
|
|
|
|
#phone{
|
|
margin:30px 0 0 30px;
|
|
border: none;
|
|
font-size: 26px;
|
|
}
|
|
|
|
hr{
|
|
margin:5px 5px 0 10px;
|
|
}
|
|
#info{
|
|
margin: 15px 5px 0 30px;
|
|
font-size: 10px;
|
|
color: #999;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|