You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
23
static/app2/css/shopsetting.css
Executable file
23
static/app2/css/shopsetting.css
Executable file
@ -0,0 +1,23 @@
|
||||
.row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
background: #fff;
|
||||
height: 50px;
|
||||
position: relative;
|
||||
padding: 0px 7px;
|
||||
width: 98%;
|
||||
margin: 0 auto;
|
||||
flex: 1;
|
||||
}
|
||||
.row label {
|
||||
flex: 1;
|
||||
font-size: 13px;
|
||||
color: #363636;
|
||||
}
|
||||
.sl-img{
|
||||
flex: 1;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user