老系统对接

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,65 @@
@charset "utf-8";
body {
background: #f6f6f6;
}
.infoWrapper {
}
.myInfo {
background: #FFFFFF;
padding-top: 0.53rem;
}
.myInfo li {
line-height: 3.64rem;
position: relative;
padding: 0 1.35rem;
box-sizing: border-box;
clear: both;
}
.myInfo li:after {
height: 1px;
content: '';
width: 100%;
border-top: 1px solid #eaeaea;
position: absolute;
bottom: -1px;
right: 0;
transform: scaleY(0.5);
-webkit-transform: scaleY(0.5);
}
.rightInfo {
float: right;
height: 3.64rem;
}
.infoItem {
color: #575765;
}
.arrowPosition {
height: 3.64rem;
line-height: 3.84rem;
display: block;
float: right;
}
.arrow {
width: 0.5rem;
margin-left: 0.5rem;
margin-top: 1.4rem;
}
/*.inputWrapper {
padding: 3.44rem 1.55rem 0 1.55rem;
}*/
.loginFormSubmit {
width: 100%;
height: 2.8rem;
background: rgba(96,96,96,0.18);
color: #fff;
font-size: 1rem;
border-radius: 3px;
font-weight: bold;
border-radius: 1.4rem;
/*margin: 3.44rem 1.55rem 0 1.55rem;*/
}
.loginBtnActive {
background: #1589f9;
}