qlg.tsgz.moe/static/app/css/editAddress.css
2019-09-06 23:53:10 +08:00

43 lines
631 B
CSS
Executable File

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