老系统对接

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,64 @@
@charset "utf-8";
body {
background: #FFFFFF;
}
.uploadWrapper {
padding: 0.355rem 1rem 0;
font-size: 0;
}
.uploadTitle {
height: 3.955rem;
line-height: 3.955rem;
padding-left: 0.3rem;
font-size: 1rem;
color: #575765;
/*font-weight:700;*/
}
.inputWrapper {
padding: 4.2rem 0.55rem 0;
}
.loginFormSubmit {
width: 100%;
height: 2.8rem;
background: #1589f9;
color: #fff;
font-size: 1rem;
border-radius: 3px;
font-weight: bold;
border-radius: 1.4rem;
border: 1px solid #1589f9;
color: #FFFFFF;
}
/*.photoWrapper img {
width: 49.5%;
margin-bottom: 1%;
}
.photoWrapper img:nth-child(odd){
margin-right: 0;
}
.photoWrapper img:nth-child(odd){
margin-right: 1%;
}*/
.imgWrapper {
width: 48%;
height: 6.9rem;
text-align: center;
border: 1px solid #ccc;
margin-bottom: 0.25rem;
float: left;
}
.imgWrapper:nth-child(even){
margin-right: 0;
}
.imgWrapper:nth-child(odd){
margin-right: 1%;
}
.imgWrapper img {
max-width: 100%;
max-height: 100%;
height: auto;
width: auto;
}