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.
629 lines
22 KiB
629 lines
22 KiB
* { |
|
-webkit-touch-callout: none; |
|
-webkit-user-select: none; |
|
-khtml-user-select: none; |
|
-moz-user-select: none; |
|
-ms-user-select: none; |
|
user-select: none; |
|
scrollbar-width: none; /* Firefox */ |
|
} |
|
::-webkit-scrollbar { |
|
display: none; /* Chrome Safari */ |
|
} |
|
.bigbox { |
|
width: 100%; |
|
height: 100%; |
|
transform: translate(0, 0); |
|
background: #f2f4f5; |
|
.redspan { |
|
color: red; |
|
} |
|
.titlebox { |
|
z-index: 100; |
|
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; |
|
min-width: 268px; |
|
overflow-y: auto; |
|
.leftKeyImg { |
|
.keyImgTitle { |
|
width: 100%; |
|
height: 33px; |
|
line-height: 33px; |
|
text-align: center; |
|
font-size: 15px; |
|
color: #2196f3; |
|
background: #e8f4fe; |
|
} |
|
.planlist { |
|
width: 100%; |
|
height: 100%; |
|
overflow-y: auto; |
|
} |
|
.content { |
|
box-sizing: border-box; |
|
padding: 15px; |
|
display: flex; |
|
flex-wrap: wrap; |
|
justify-content: flex-start; |
|
.realPictureItem { |
|
width: 100%; |
|
display: flex; |
|
flex-wrap: wrap; |
|
justify-content: flex-start; |
|
} |
|
.realPictureTitle { |
|
width: 100%; |
|
font-size: 14px; |
|
height: 33px; |
|
line-height: 33px; |
|
text-align: center; |
|
margin-bottom: 5px; |
|
} |
|
.contentitem { |
|
margin-right: 15px; |
|
div { |
|
width: 100px; |
|
height: 100px; |
|
border-radius: 10px; |
|
border: 1px solid #2196f3; |
|
overflow: hidden; |
|
img { |
|
width: 100%; |
|
height: 100%; |
|
cursor: pointer; |
|
} |
|
} |
|
p { |
|
text-align: center; |
|
font-size: 13px; |
|
margin: 5px 0; |
|
width: 100px; |
|
} |
|
} |
|
.realPictureImgItem { |
|
position: relative; |
|
img { |
|
cursor: default !important; |
|
} |
|
.realPictureImgItemBtn { |
|
position: absolute; |
|
left: 50%; |
|
transform: translateX(-50%); |
|
width: 66px; |
|
height: 30px; |
|
line-height: 30px; |
|
text-align: center; |
|
color: white; |
|
background: #2196f3; |
|
display: none; |
|
border-radius: 8px; |
|
cursor: pointer; |
|
font-size: 12px; |
|
} |
|
.realPictureImgItemBtn1 { |
|
top: 15px; |
|
} |
|
.realPictureImgItemBtn2 { |
|
top: 55px; |
|
} |
|
} |
|
.realPictureImgItem:hover { |
|
// background: rgba(0,0,0,0.2); |
|
.realPictureImgItemBtn { |
|
display: block; |
|
} |
|
} |
|
} |
|
} |
|
.leftBuilding{ |
|
width: 100%; |
|
height: 100%; |
|
display: flex; |
|
flex-direction: column; |
|
} |
|
.buildingHead{ |
|
height: 40px; |
|
width: 100%; |
|
background-color: #e8f4fe; |
|
text-align: center; |
|
span{ |
|
line-height: 40px; |
|
color: #2196f3; |
|
font-size: 16px; |
|
} |
|
} |
|
.buildingBody{ |
|
width: 100%; |
|
height: 100%; |
|
display: flex; |
|
flex-direction: column; |
|
.selectedTr { |
|
background-color: #b3d3ee; |
|
} |
|
.buildName{ |
|
cursor: pointer; |
|
height: 40px; |
|
width: 100%; |
|
border-bottom: 1px solid #F2F4F5; |
|
.example-margin { |
|
width: 14px; |
|
height: 14px; |
|
margin-left: 30px; |
|
margin-bottom: 7px; |
|
position: relative; |
|
bottom: 1px; |
|
} |
|
span{ |
|
line-height: 40px; |
|
font-size: 16px; |
|
margin-left: 5px; |
|
} |
|
} |
|
} |
|
} |
|
.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%; |
|
display: flex; |
|
flex-direction: column; |
|
overflow-y: auto; |
|
.boxHead { |
|
height: 40px; |
|
width: 100%; |
|
background-color: #e8f4fe; |
|
//opacity: 0.1; |
|
span { |
|
margin-left: 20px; |
|
font-size: 16px; |
|
color: #2196f3; |
|
opacity: 1; |
|
height: 40px; |
|
line-height: 40px; |
|
} |
|
} |
|
.boxBody { |
|
height: 100%; |
|
width: 100%; |
|
display: flex; |
|
flex-direction: column; |
|
.boxBodyHead { |
|
width: 100%; |
|
height: 40px; |
|
background-color: #ffd91d; |
|
text-align: center; |
|
span { |
|
font-size: 16px; |
|
text-align: center; |
|
height: 40px; |
|
line-height: 40px; |
|
color: #b99a00; |
|
} |
|
img { |
|
cursor: pointer; |
|
width: 20px; |
|
height: 20px; |
|
float: right; |
|
margin-top: 10px; |
|
margin-right: 10px; |
|
} |
|
} |
|
.body { |
|
width: 100%; |
|
height: 100%; |
|
thead { |
|
width: 100%; |
|
background-color: #e8e9e9; |
|
} |
|
table { |
|
width: 100%; |
|
border-collapse: collapse; |
|
//background-color: #E8E9E9; |
|
} |
|
th { |
|
//background-color: #E8E9E9; |
|
border: 1px solid #999; |
|
height: 40px; |
|
font-size: 16px; |
|
text-align: center; |
|
input { |
|
background-color: #e8e9e9; |
|
text-align: center; |
|
height: 100%; |
|
width: 100%; |
|
font-size: 16px; |
|
border: none; |
|
outline: none; |
|
} |
|
} |
|
td { |
|
border: 1px solid #999; |
|
height: 40px; |
|
font-size: 16px; |
|
text-align: center; |
|
input { |
|
background-color: #ffffff; |
|
text-align: center; |
|
height: 100%; |
|
width: 100%; |
|
font-size: 16px; |
|
border: none; |
|
outline: none; |
|
} |
|
} |
|
.inputtext { |
|
width: 100%; |
|
height: 100%; |
|
display: flex; |
|
flex-direction: column; |
|
input { |
|
//width: 100%; |
|
height: 40px; |
|
font-size: 16px; |
|
border: none; |
|
outline: none; |
|
} |
|
.inputj { |
|
width: 100%; |
|
height: 100%; |
|
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 { |
|
.imgbox { |
|
margin-top: 10px; |
|
text-align: center; |
|
position: relative; |
|
img { |
|
max-width: 100%; |
|
width: auto; |
|
height: auto; |
|
} |
|
.deleteImg { |
|
display: none; |
|
cursor: pointer; |
|
position: absolute; |
|
right: 0px; |
|
top: 0px; |
|
} |
|
} |
|
.imgbox:hover { |
|
.deleteImg { |
|
display: block; |
|
} |
|
} |
|
.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; |
|
} |
|
} |
|
.unit{ |
|
width: 100%; |
|
height: 100%; |
|
display: flex; |
|
flex-direction: column; |
|
overflow-y: auto; |
|
.unithead{ |
|
height: 40px; |
|
width: 100%; |
|
background-color: #e8f4fe; |
|
//opacity: 0.1; |
|
span { |
|
margin-left: 20px; |
|
font-size: 16px; |
|
color: #2196f3; |
|
opacity: 1; |
|
height: 40px; |
|
line-height: 40px; |
|
} |
|
} |
|
.unitbody{ |
|
height: 100%; |
|
width: 100%; |
|
display: flex; |
|
flex-direction: column; |
|
.unitbodyHead{ |
|
width: 100%; |
|
height: 40px; |
|
background-color: #2196F3; |
|
text-align: center; |
|
span { |
|
font-size: 16px; |
|
text-align: center; |
|
height: 40px; |
|
line-height: 40px; |
|
color: #FFFFFF; |
|
} |
|
img { |
|
cursor: pointer; |
|
width: 20px; |
|
height: 20px; |
|
float: right; |
|
margin-top: 10px; |
|
margin-right: 10px; |
|
} |
|
} |
|
.body{ |
|
width: 100%; |
|
height: 100%; |
|
.attack{ |
|
width: 100%; |
|
height: 100%; |
|
.attackhead{ |
|
width: 100%; |
|
height: 40px; |
|
background-color: #ffd91d; |
|
text-align: center; |
|
span { |
|
font-size: 16px; |
|
text-align: center; |
|
height: 40px; |
|
line-height: 40px; |
|
color: #b99a00; |
|
} |
|
img { |
|
cursor: pointer; |
|
width: 20px; |
|
height: 20px; |
|
float: right; |
|
margin-top: 10px; |
|
margin-right: 10px; |
|
} |
|
} |
|
.attackbody{ |
|
width: 100%; |
|
height: 100%; |
|
thead { |
|
width: 100%; |
|
background-color: #e8e9e9; |
|
} |
|
table { |
|
width: 100%; |
|
border-collapse: collapse; |
|
//background-color: #E8E9E9; |
|
} |
|
th { |
|
//background-color: #E8E9E9; |
|
border: 1px solid #999; |
|
height: 40px; |
|
font-size: 16px; |
|
text-align: center; |
|
input { |
|
background-color: #e8e9e9; |
|
text-align: center; |
|
height: 100%; |
|
width: 100%; |
|
font-size: 16px; |
|
border: none; |
|
outline: none; |
|
} |
|
} |
|
td { |
|
border: 1px solid #999; |
|
height: 40px; |
|
font-size: 16px; |
|
text-align: center; |
|
input { |
|
background-color: #ffffff; |
|
text-align: center; |
|
height: 100%; |
|
width: 100%; |
|
font-size: 16px; |
|
border: none; |
|
outline: none; |
|
} |
|
} |
|
} |
|
} |
|
} |
|
} |
|
.disposalPoint { |
|
div { |
|
width: 100%; |
|
} |
|
.disposalPointItem { |
|
border: 1px solid #e8e9e9; |
|
.disposalPointTitle { |
|
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; |
|
} |
|
} |
|
.disposalPointTextarea { |
|
textarea { |
|
width: 100%; |
|
height: 100%; |
|
border: 0; |
|
resize: none; |
|
vertical-align: top; |
|
box-sizing: border-box; |
|
padding: 5px; |
|
} |
|
} |
|
} |
|
.addDisposalPointItem { |
|
display: flex; |
|
justify-content: center; |
|
margin: 10px 0; |
|
} |
|
} |
|
} |
|
} |
|
} |
|
} |