You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
43
static/app2/css/editAddress.css
Executable file
43
static/app2/css/editAddress.css
Executable file
@ -0,0 +1,43 @@
|
||||
.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: 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;
|
||||
}
|
Reference in New Issue
Block a user