4 changed files with 868 additions and 752 deletions
@ -1,334 +1,421 @@
|
||||
.box{ |
||||
.box { |
||||
height: 100%; |
||||
width: 100%; |
||||
display: flex; |
||||
|
||||
.boxleft { |
||||
height: 100%; |
||||
width: 100%; |
||||
width: 45%; |
||||
overflow-y: auto; |
||||
background-color: #FFFFFF; |
||||
display: flex; |
||||
.boxleft{ |
||||
height: 100%; |
||||
width: 45%; |
||||
overflow-y: auto; |
||||
background-color: #FFFFFF; |
||||
flex-direction: column; |
||||
|
||||
.lefthead { |
||||
display: flex; |
||||
flex-direction: column; |
||||
|
||||
.headdiv { |
||||
@media screen and (min-device-width:1400px) { |
||||
margin: 30px 0 0 28px; |
||||
} |
||||
|
||||
@media screen and (max-device-width:1200px) { |
||||
margin-top: 10px; |
||||
} |
||||
|
||||
@media screen and (max-device-width:1400px) and (min-device-width:1200px) { |
||||
margin: 20px 0 0 15px; |
||||
} |
||||
|
||||
height: 40px; |
||||
display: flex; |
||||
flex-direction: column; |
||||
.lefthead{ |
||||
display: flex; |
||||
flex-direction: column; |
||||
.headdiv{ |
||||
@media screen and (min-device-width:1400px){ |
||||
margin: 30px 0 0 28px; |
||||
} |
||||
@media screen and (max-device-width:1200px){ |
||||
margin-top: 10px; |
||||
} |
||||
@media screen and (max-device-width:1400px) and (min-device-width:1200px){ |
||||
margin: 20px 0 0 15px; |
||||
} |
||||
height: 40px; |
||||
display: flex; |
||||
flex-direction: row; |
||||
span{ |
||||
@media screen and (min-device-width:1400px){ |
||||
font-size: 16px; |
||||
} |
||||
@media screen and (max-device-width:1200px){ |
||||
font-size: 13px; |
||||
} |
||||
@media screen and (max-device-width:1400px) and (min-device-width:1200px){ |
||||
font-size: 16px; |
||||
} |
||||
margin-left: 3px; |
||||
} |
||||
input{ |
||||
@media screen and (min-device-width:1400px){ |
||||
margin-left: 50px; |
||||
top: 6px; |
||||
} |
||||
@media screen and (max-device-width:1200px){ |
||||
margin-left: 12px; |
||||
top: 3px; |
||||
} |
||||
@media screen and (max-device-width:1400px) and (min-device-width:1200px){ |
||||
margin-left: 12px; |
||||
top: 6px; |
||||
} |
||||
position: relative; |
||||
|
||||
} |
||||
.count{ |
||||
@media screen and (min-device-width:1400px){ |
||||
margin-left: 110px; |
||||
} |
||||
@media screen and (max-device-width:1200px){ |
||||
margin-left: 20px; |
||||
position: relative; |
||||
bottom: 4px; |
||||
} |
||||
@media screen and (max-device-width:1400px) and (min-device-width:1200px){ |
||||
margin-left: 20px; |
||||
} |
||||
} |
||||
} |
||||
.headdivtwo{ |
||||
@media screen and (min-device-width:1400px){ |
||||
margin: 0 0 0 28px; |
||||
} |
||||
@media screen and (max-device-width:1200px){ |
||||
margin-left: 0; |
||||
} |
||||
@media screen and (max-device-width:1400px) and (min-device-width:1200px){ |
||||
margin: 0 0 0 15px; |
||||
} |
||||
//height: 40px; |
||||
display: flex; |
||||
flex-direction: row; |
||||
span{ |
||||
@media screen and (min-device-width:1200px){ |
||||
font-size: 16px; |
||||
} |
||||
@media screen and (max-device-width:1200px){ |
||||
font-size: 13px; |
||||
} |
||||
|
||||
margin-left: 3px; |
||||
} |
||||
input{ |
||||
@media screen and (min-device-width:1400px){ |
||||
margin-left: 50px; |
||||
top: 5px; |
||||
} |
||||
@media screen and (max-device-width:1200px){ |
||||
margin-left: 0; |
||||
top: 3px; |
||||
} |
||||
@media screen and (max-device-width:1400px) and (min-device-width:1200px){ |
||||
margin-left: 0; |
||||
top: 5px; |
||||
} |
||||
position: relative; |
||||
|
||||
|
||||
left: 2px; |
||||
} |
||||
.count{ |
||||
@media screen and (min-device-width:1400px){ |
||||
margin-left: 110px; |
||||
} |
||||
@media screen and (max-device-width:1400px){ |
||||
margin-left: 20px; |
||||
} |
||||
} |
||||
} |
||||
.headthree{ |
||||
|
||||
height: 45px; |
||||
@media screen and (min-device-width:1400px){ |
||||
margin-left: 30px; |
||||
} |
||||
@media screen and (max-device-width:1200px){ |
||||
font-size: 13px; |
||||
mat-form-field{ |
||||
width: 50px; |
||||
} |
||||
} |
||||
@media screen and (max-device-width:1400px) and (min-device-width:1200px){ |
||||
margin-left: 15px; |
||||
mat-form-field{ |
||||
width: 50px; |
||||
} |
||||
} |
||||
} |
||||
.headfour{ |
||||
|
||||
@media screen and (max-device-width:1200px){ |
||||
font-size: 13px; |
||||
mat-form-field{ |
||||
width: 80px; |
||||
} |
||||
} |
||||
@media screen and (max-device-width:1400px) and (min-device-width:1200px){ |
||||
margin-left: 15px; |
||||
mat-form-field{ |
||||
width: 80px; |
||||
} |
||||
} |
||||
@media screen and (min-device-width:1400px){ |
||||
margin-left: 30px; |
||||
} |
||||
span{ |
||||
@media screen and (min-device-width:1400px){ |
||||
//margin-left: 30px; |
||||
} |
||||
} |
||||
button{ |
||||
@media screen and (min-device-width:1400px){ |
||||
margin-left: 40px; |
||||
font-size: 16px; |
||||
width: 80px; |
||||
height: 36px; |
||||
} |
||||
@media screen and (max-device-width:1200px){ |
||||
margin-left: 80px; |
||||
} |
||||
@media screen and (max-device-width:1400px) and (min-device-width:1200px){ |
||||
margin-left: 80px; |
||||
} |
||||
} |
||||
img{ |
||||
@media screen and (max-device-width:1400px) and (min-device-width:1200px){ |
||||
height: 14px; |
||||
width: 14px; |
||||
} |
||||
@media screen and (min-device-width:1400px){ |
||||
height: 14px; |
||||
width: 14px; |
||||
} |
||||
@media screen and (max-device-width:1200px){ |
||||
height: 12px; |
||||
width: 12px; |
||||
} |
||||
|
||||
} |
||||
} |
||||
align-items: center; |
||||
flex-direction: row; |
||||
|
||||
span { |
||||
@media screen and (min-device-width:1400px) { |
||||
font-size: 16px; |
||||
} |
||||
|
||||
@media screen and (max-device-width:1200px) { |
||||
font-size: 13px; |
||||
} |
||||
|
||||
@media screen and (max-device-width:1400px) and (min-device-width:1200px) { |
||||
font-size: 16px; |
||||
} |
||||
|
||||
margin-left: 3px; |
||||
} |
||||
|
||||
.tablediv{ |
||||
width: 100%; |
||||
height: 100%; |
||||
padding-bottom: 20px; |
||||
|
||||
.tbodycss{ |
||||
//overflow-y: auto; |
||||
@media screen and (min-device-width:1400px){ |
||||
overflow-y: auto; |
||||
} |
||||
height:550px; |
||||
width: 100%; |
||||
.selectedTr{ |
||||
background-color: #b3d3ee; |
||||
} |
||||
} |
||||
table{ |
||||
//margin: 20px 20px; |
||||
margin-left: 10px; |
||||
margin-right: 10px; |
||||
width: 97.5%; |
||||
//border: 1px solid #2196F3; |
||||
thead{ |
||||
height:48px; |
||||
color: #FFFFFF; |
||||
background-color: #2196F3; |
||||
//font-size: 16px; |
||||
th{ |
||||
font-weight:10; |
||||
@media screen and (min-device-width:1200px){ |
||||
font-size: 16px; |
||||
} |
||||
@media screen and (max-device-width:1200px){ |
||||
font-size: 13px; |
||||
} |
||||
|
||||
} |
||||
} |
||||
|
||||
tr:nth-child(odd){ |
||||
background: #FAFAFA; |
||||
} |
||||
} |
||||
|
||||
input { |
||||
@media screen and (min-device-width:1400px) { |
||||
margin-left:40px; |
||||
|
||||
} |
||||
|
||||
@media screen and (max-device-width:1200px) { |
||||
margin-left: 12px; |
||||
} |
||||
|
||||
@media screen and (max-device-width:1400px) and (min-device-width:1200px) { |
||||
margin-left: 12px; |
||||
|
||||
} |
||||
|
||||
position: relative; |
||||
|
||||
} |
||||
} |
||||
.boxright{ |
||||
height: 100%; |
||||
width: 53%; |
||||
flex: 1; |
||||
background-color: #FFFFFF; |
||||
margin-left: 10px; |
||||
|
||||
.count { |
||||
@media screen and (min-device-width:1400px) { |
||||
margin-left: 110px; |
||||
} |
||||
|
||||
@media screen and (max-device-width:1200px) { |
||||
margin-left: 20px; |
||||
position: relative; |
||||
bottom: 4px; |
||||
} |
||||
|
||||
@media screen and (max-device-width:1400px) and (min-device-width:1200px) { |
||||
margin-left: 20px; |
||||
} |
||||
} |
||||
} |
||||
|
||||
.headdivtwo { |
||||
@media screen and (min-device-width:1400px) { |
||||
margin: 0 0 0 28px; |
||||
} |
||||
|
||||
@media screen and (max-device-width:1200px) { |
||||
margin-left: 0; |
||||
} |
||||
|
||||
@media screen and (max-device-width:1400px) and (min-device-width:1200px) { |
||||
margin: 0 0 0 15px; |
||||
} |
||||
|
||||
//height: 40px; |
||||
display: flex; |
||||
flex-direction: column; |
||||
@media screen and (max-device-width:1300px){ |
||||
overflow-y: auto; |
||||
flex-direction: row; |
||||
align-items: center; |
||||
span { |
||||
@media screen and (min-device-width:1200px) { |
||||
font-size: 16px; |
||||
} |
||||
|
||||
@media screen and (max-device-width:1200px) { |
||||
font-size: 13px; |
||||
} |
||||
|
||||
margin-left: 3px; |
||||
} |
||||
.company{ |
||||
@media screen and (min-device-width:1300px){ |
||||
overflow-y: auto; |
||||
} |
||||
flex: 1; |
||||
//overflow-y: auto; |
||||
margin-top: 10px; |
||||
|
||||
input { |
||||
@media screen and (min-device-width:1400px) { |
||||
margin-left: 40px; |
||||
|
||||
} |
||||
|
||||
@media screen and (max-device-width:1200px) { |
||||
margin-left: 0; |
||||
} |
||||
|
||||
@media screen and (max-device-width:1400px) and (min-device-width:1200px) { |
||||
margin-left: 0; |
||||
|
||||
} |
||||
|
||||
position: relative; |
||||
|
||||
|
||||
left: 2px; |
||||
} |
||||
.word{ |
||||
width: 100%; |
||||
height: 100%; |
||||
.shadow{ |
||||
height: 95%; |
||||
width: 97%; |
||||
margin: 10px 10px 10px 10px; |
||||
/* position:absolute; |
||||
left:0; |
||||
top:0; */ |
||||
z-index:998; |
||||
background-color:#FFFFFF; |
||||
opacity:0.6; |
||||
mat-spinner{ |
||||
position: relative; |
||||
top: 40%; |
||||
left: 40%; |
||||
} |
||||
|
||||
.count { |
||||
@media screen and (min-device-width:1400px) { |
||||
margin-left: 110px; |
||||
} |
||||
|
||||
@media screen and (max-device-width:1400px) { |
||||
margin-left: 20px; |
||||
} |
||||
} |
||||
} |
||||
|
||||
.headthree { |
||||
|
||||
height: 45px; |
||||
|
||||
@media screen and (min-device-width:1400px) { |
||||
margin-left: 30px; |
||||
} |
||||
|
||||
@media screen and (max-device-width:1200px) { |
||||
font-size: 13px; |
||||
|
||||
mat-form-field { |
||||
width: 50px; |
||||
} |
||||
} |
||||
|
||||
@media screen and (max-device-width:1400px) and (min-device-width:1200px) { |
||||
margin-left: 15px; |
||||
|
||||
mat-form-field { |
||||
width: 50px; |
||||
} |
||||
} |
||||
} |
||||
|
||||
.headfour { |
||||
|
||||
@media screen and (max-device-width:1200px) { |
||||
font-size: 13px; |
||||
|
||||
mat-form-field { |
||||
width: 80px; |
||||
} |
||||
} |
||||
|
||||
@media screen and (max-device-width:1400px) and (min-device-width:1200px) { |
||||
margin-left: 15px; |
||||
|
||||
mat-form-field { |
||||
width: 80px; |
||||
} |
||||
} |
||||
|
||||
@media screen and (min-device-width:1400px) { |
||||
margin-left: 30px; |
||||
} |
||||
|
||||
span { |
||||
@media screen and (min-device-width:1400px) { |
||||
//margin-left: 30px; |
||||
} |
||||
} |
||||
|
||||
button { |
||||
@media screen and (min-device-width:1400px) { |
||||
margin-left: 40px; |
||||
font-size: 16px; |
||||
width: 80px; |
||||
height: 36px; |
||||
} |
||||
|
||||
@media screen and (max-device-width:1200px) { |
||||
margin-left: 80px; |
||||
} |
||||
|
||||
@media screen and (max-device-width:1400px) and (min-device-width:1200px) { |
||||
margin-left: 80px; |
||||
} |
||||
} |
||||
|
||||
img { |
||||
@media screen and (max-device-width:1400px) and (min-device-width:1200px) { |
||||
height: 14px; |
||||
width: 14px; |
||||
} |
||||
|
||||
@media screen and (min-device-width:1400px) { |
||||
height: 14px; |
||||
width: 14px; |
||||
} |
||||
|
||||
@media screen and (max-device-width:1200px) { |
||||
height: 12px; |
||||
width: 12px; |
||||
} |
||||
|
||||
} |
||||
} |
||||
} |
||||
|
||||
.tablediv { |
||||
width: 100%; |
||||
height: 100%; |
||||
padding-bottom: 20px; |
||||
|
||||
.tbodycss { |
||||
|
||||
//overflow-y: auto; |
||||
@media screen and (min-device-width:1400px) { |
||||
overflow-y: auto; |
||||
} |
||||
|
||||
height:550px; |
||||
width: 100%; |
||||
|
||||
.selectedTr { |
||||
background-color: #b3d3ee; |
||||
} |
||||
} |
||||
|
||||
table { |
||||
//margin: 20px 20px; |
||||
margin-left: 10px; |
||||
margin-right: 10px; |
||||
width: 97.5%; |
||||
|
||||
//border: 1px solid #2196F3; |
||||
thead { |
||||
height: 48px; |
||||
color: #FFFFFF; |
||||
background-color: #2196F3; |
||||
|
||||
//font-size: 16px; |
||||
th { |
||||
font-weight: 10; |
||||
|
||||
@media screen and (min-device-width:1200px) { |
||||
font-size: 16px; |
||||
} |
||||
iframe{ |
||||
height: 94%; |
||||
width: 97%; |
||||
margin: 10px 10px 10px 10px; |
||||
overflow-y: auto; |
||||
border: medium none; |
||||
|
||||
@media screen and (max-device-width:1200px) { |
||||
font-size: 13px; |
||||
} |
||||
|
||||
} |
||||
} |
||||
#viewer{ |
||||
margin: 30px 10px 10px 10px; |
||||
width: 97%; |
||||
height: 94%; |
||||
|
||||
tr:nth-child(odd) { |
||||
background: #FAFAFA; |
||||
} |
||||
.waterAudit,.fireForceAudit,.LinkageForcesAudit{ |
||||
flex: 1; |
||||
width: 100%; |
||||
height: 100%; |
||||
box-sizing: border-box; |
||||
} |
||||
} |
||||
} |
||||
|
||||
.boxright { |
||||
height: 100%; |
||||
width: 53%; |
||||
flex: 1; |
||||
background-color: #FFFFFF; |
||||
margin-left: 10px; |
||||
display: flex; |
||||
flex-direction: column; |
||||
|
||||
@media screen and (max-device-width:1300px) { |
||||
overflow-y: auto; |
||||
} |
||||
|
||||
.company { |
||||
@media screen and (min-device-width:1300px) { |
||||
overflow-y: auto; |
||||
} |
||||
|
||||
flex: 1; |
||||
//overflow-y: auto; |
||||
margin-top: 10px; |
||||
} |
||||
|
||||
.word { |
||||
width: 100%; |
||||
height: 100%; |
||||
|
||||
.shadow { |
||||
height: 95%; |
||||
width: 97%; |
||||
margin: 10px 10px 10px 10px; |
||||
/* position:absolute; |
||||
left:0; |
||||
top:0; */ |
||||
z-index: 998; |
||||
background-color: #FFFFFF; |
||||
opacity: 0.6; |
||||
|
||||
mat-spinner { |
||||
position: relative; |
||||
top: 40%; |
||||
left: 40%; |
||||
} |
||||
} |
||||
|
||||
iframe { |
||||
height: 94%; |
||||
width: 97%; |
||||
margin: 10px 10px 10px 10px; |
||||
overflow-y: auto; |
||||
border: medium none; |
||||
} |
||||
} |
||||
} |
||||
th,td{ |
||||
height:48px; |
||||
@media screen and (min-device-width:1200px){ |
||||
font-size: 16px; |
||||
|
||||
#viewer { |
||||
margin: 30px 10px 10px 10px; |
||||
width: 97%; |
||||
height: 94%; |
||||
} |
||||
@media screen and (max-device-width:1200px){ |
||||
font-size: 13px; |
||||
|
||||
.waterAudit, |
||||
.fireForceAudit, |
||||
.LinkageForcesAudit { |
||||
flex: 1; |
||||
width: 100%; |
||||
height: 100%; |
||||
box-sizing: border-box; |
||||
} |
||||
text-align: center; |
||||
} |
||||
} |
||||
|
||||
th, |
||||
td { |
||||
height: 48px; |
||||
|
||||
@media screen and (min-device-width:1200px) { |
||||
font-size: 16px; |
||||
} |
||||
|
||||
@media screen and (max-device-width:1200px) { |
||||
font-size: 13px; |
||||
} |
||||
|
||||
text-align: center; |
||||
} |
||||
.green{color: #00C756;} |
||||
.red{color: #FF4D4D;} |
||||
.yellow{color: #FFC94B;} |
||||
|
||||
.green { |
||||
color: #00C756; |
||||
} |
||||
|
||||
.red { |
||||
color: #FF4D4D; |
||||
} |
||||
|
||||
.yellow { |
||||
color: #FFC94B; |
||||
} |
||||
|
||||
.twoD { |
||||
width: 100%; |
||||
box-sizing: border-box; |
||||
display: flex; |
||||
flex-direction: column; |
||||
align-items: left; |
||||
.planBox { |
||||
margin: 30px 30px; |
||||
color: black; |
||||
:first-child {margin-right: 10px;} |
||||
width: 100%; |
||||
box-sizing: border-box; |
||||
display: flex; |
||||
flex-direction: column; |
||||
align-items: left; |
||||
|
||||
.planBox { |
||||
margin: 30px 30px; |
||||
color: black; |
||||
|
||||
:first-child { |
||||
margin-right: 10px; |
||||
} |
||||
} |
||||
} |
||||
|
||||
//滚动条样式 |
||||
::-webkit-scrollbar{ |
||||
margin-right: 3px; |
||||
width: 6px; |
||||
background-color: white; |
||||
} |
||||
::-webkit-scrollbar-thumb{ |
||||
background-color: #2196F3; |
||||
} |
||||
.mat-form-field-infix{ |
||||
width: 100px; |
||||
} |
||||
::-webkit-scrollbar { |
||||
margin-right: 3px; |
||||
width: 6px; |
||||
background-color: white; |
||||
} |
||||
|
||||
::-webkit-scrollbar-thumb { |
||||
background-color: #2196F3; |
||||
} |
||||
|
||||
.mat-form-field-infix { |
||||
width: 100px; |
||||
} |
||||
|
Loading…
Reference in new issue