Init Repo

This commit is contained in:
2019-09-06 10:45:33 +08:00
commit c64195c218
558 changed files with 91198 additions and 0 deletions

48
css/editAddress.css Normal file
View File

@ -0,0 +1,48 @@
.row{
width: 100%;
height: 42px;
border-bottom: 1px solid #E6E6E6;
line-height: 41px;
background: white;
margin-bottom: 5px;
}
.row input{
border: none;
margin: 0;
}
.row input::-webkit-input-placeholder{
font-size: 16px
}
.row select{
float: left;
margin: 0;
width: 33%;
text-align: center;
font-size: 18px;
}
.row select option{
text-align: center;
}
textarea{
border-top: none;
font-size: 17px;
}
.row textarea::-webkit-input-placeholder{
font-size: 16px
}
.bc_btn{
margin: 0 auto;
left: 5%;
right: 5%;
/*position: absolute;*/
width: 90%;
height: 42px;
border: none;
background: #F02C43;
color: white;
font-size: 17px;
}
.add_info,.isdef{
padding: 0 15px;
font-size: 18px;
}