老系统对接

This commit is contained in:
2018-07-12 14:08:55 +08:00
commit 5f41fe5df1
420 changed files with 50883 additions and 0 deletions

View File

@ -0,0 +1,81 @@
* {
margin: 0;
padding: 0;
outline: 0
}
body {
width: 100%;
font-family: Hiragino Sans GB, Arial, Helvetica, "<22><><EFBFBD><EFBFBD>", 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;
}