qlg.frontend/css/editAddress.css
2019-09-06 10:45:33 +08:00

49 lines
708 B
CSS

.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;
}