老系统对接
This commit is contained in:
81
webapp/css/updatePhone.css
Normal file
81
webapp/css/updatePhone.css
Normal 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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user