You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
116
static/app2/css/properties.css
Executable file
116
static/app2/css/properties.css
Executable file
@ -0,0 +1,116 @@
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
background:#10B5AF;
|
||||
/* height: 50px; */
|
||||
position: relative;
|
||||
/* padding: 0px 7px; */
|
||||
width: 98%;
|
||||
margin: 5px auto;
|
||||
padding: 10px;
|
||||
flex: 1;
|
||||
border: 1px solid #10B5AF;
|
||||
}
|
||||
|
||||
.row label {
|
||||
max-width: 200px;
|
||||
font-size: 16px;
|
||||
color: #fff;
|
||||
|
||||
}
|
||||
|
||||
.caozuo {
|
||||
width: 25%;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
align-items: space-between;
|
||||
}
|
||||
|
||||
.caozuo span {
|
||||
display: inline-block;
|
||||
/* width: 28%; */
|
||||
}
|
||||
.caozuo .mui-icon{
|
||||
font-size: 32px;
|
||||
}
|
||||
.caozuo span img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
/* color: #000; */
|
||||
}
|
||||
.row input {
|
||||
width:180px;
|
||||
border: 1px solid #CECECE;
|
||||
margin: 0px;
|
||||
padding: 0px 2px;
|
||||
height: 26px;
|
||||
text-align: right;
|
||||
}
|
||||
.row input::-webkit-input-placeholder{
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.addproperties-content {
|
||||
width: 100%;
|
||||
}
|
||||
.add1{
|
||||
width: 96%;
|
||||
margin: 5px auto;
|
||||
height: 63px;
|
||||
background:#C9C9C9;
|
||||
border:1px solid #C9C9C9;
|
||||
border-radius: 5px;
|
||||
display:flex;
|
||||
justify-content: center;
|
||||
align-items:center ;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.addimg{
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
.add1 img {
|
||||
/* position: absolute; */
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.addproperties-img {
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
text-align: center;
|
||||
background: #fff;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.addproperties-img .mui-icon {
|
||||
width: 70px;
|
||||
height: 30px;
|
||||
font-size: 40px;
|
||||
margin-bottom: 15px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.save {
|
||||
text-align: center;
|
||||
margin: 50px auto 5px;
|
||||
}
|
||||
|
||||
.mui-btn {
|
||||
width: 50%;
|
||||
}
|
||||
.bc_btn {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
width: 70%;
|
||||
margin: 30px auto;
|
||||
color: #fff;
|
||||
background: #FF1A03;
|
||||
border-radius: 15px;
|
||||
}
|
Reference in New Issue
Block a user