You've already forked qlg.frontend
Init Repo
This commit is contained in:
48
css/editAddress.css
Normal file
48
css/editAddress.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user