You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
187 lines
5.5 KiB
187 lines
5.5 KiB
.bigbox { |
|
width: 100%; |
|
height: 100%; |
|
transform: translate(0, 0); |
|
background: #f2f4f5; |
|
.redspan { |
|
color: red; |
|
} |
|
.titlebox { |
|
width: 100%; |
|
height: 50px; |
|
background-color: white; |
|
position: fixed; |
|
top: 8px; |
|
display: flex; |
|
justify-content: center; |
|
align-items: center; |
|
.titleitembox { |
|
display: flex; |
|
.item { |
|
cursor: pointer; |
|
height: 36px; |
|
line-height: 36px; |
|
background: #e8e9e9; |
|
border-radius: 40px; |
|
color: #8b8c8c; |
|
margin: 0 3px; |
|
text-align: center; |
|
box-sizing: border-box; |
|
padding: 0 10px; |
|
font-size: 14px; |
|
} |
|
.item:hover { |
|
background: #e8f4fe; |
|
color: #2196f3; |
|
} |
|
.selectedItem { |
|
background: #e8f4fe; |
|
color: #2196f3; |
|
} |
|
} |
|
.btnbox { |
|
position: absolute; |
|
right: 24px; |
|
top: 7px; |
|
button { |
|
margin-left: 10px; |
|
mat-icon { |
|
font-size: 21px; |
|
width: 22px; |
|
height: 22px; |
|
} |
|
} |
|
} |
|
} |
|
.contentbox { |
|
height: 100%; |
|
box-sizing: border-box; |
|
padding-top: 66px; |
|
overflow-y: auto; |
|
|
|
.leftbox { |
|
position: fixed; |
|
width: 14%; |
|
height: 85%; |
|
background-color: white; |
|
top: 66px; |
|
} |
|
.mainbox { |
|
background-color: white; |
|
width: 745px; |
|
margin: 0 auto; |
|
min-height: 97%; |
|
box-sizing: border-box; |
|
padding: 10px 10px 0; |
|
.cover { |
|
width: 100%; |
|
input, |
|
select { |
|
border: 1px solid #ebebeb; |
|
border-radius: 4px; |
|
height: 28px; |
|
line-height: 28px; |
|
} |
|
p { |
|
height: 28px; |
|
line-height: 28px; |
|
} |
|
h1 { |
|
font-size: 46px; |
|
color: #2196f3; |
|
text-align: center; |
|
font-weight: 600; |
|
height: 230px; |
|
display: flex; |
|
justify-content: center; |
|
align-items: center; |
|
} |
|
li { |
|
width: 100%; |
|
display: flex; |
|
div { |
|
height: 38px; |
|
line-height: 38px; |
|
nz-select { |
|
width: 150px; |
|
height: 33px; |
|
} |
|
} |
|
div:first-child { |
|
width: 45%; |
|
text-align: right; |
|
} |
|
div:last-child { |
|
width: 55%; |
|
text-align: left; |
|
} |
|
} |
|
} |
|
.centerBox { |
|
width: 100%; |
|
height: 100%; |
|
.paneltitle { |
|
width: 100%; |
|
font-size: 16px; |
|
color: #2196f3; |
|
display: flex; |
|
} |
|
} |
|
.keyImg { |
|
div { |
|
width: 100%; |
|
} |
|
.keyImgItem { |
|
border: 1px solid #e8e9e9; |
|
.keyImgTitle { |
|
height: 30px; |
|
border-left: 1px solid #2196F3; |
|
position: relative; |
|
input { |
|
width: 100%; |
|
height: 100%; |
|
background: #e8f4fe; |
|
color: #2196f3; |
|
border: 0; |
|
box-sizing: border-box; |
|
padding: 0 5px; |
|
} |
|
.deleteItem{ |
|
position: absolute; |
|
right: 5px; |
|
top: 3px; |
|
cursor: pointer; |
|
color: #292c2c; |
|
} |
|
.deleteItem:hover{ |
|
color: red; |
|
} |
|
} |
|
.keyImgImg { |
|
.uploadBtn{ |
|
display: flex; |
|
justify-content: center; |
|
margin: 50px 0; |
|
position: relative; |
|
input{ |
|
width: 112px; |
|
height: 36px; |
|
position: absolute; |
|
left: 50%; |
|
top: 50%; |
|
transform: translate(-50%,-50%); |
|
opacity: 0; |
|
cursor: pointer; |
|
} |
|
} |
|
} |
|
} |
|
.addkeyImgItem{ |
|
display: flex; |
|
justify-content: center; |
|
margin: 10px 0; |
|
} |
|
} |
|
} |
|
} |
|
}
|
|
|