上海预案管理平台
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.
 
 
 
 
 

836 lines
24 KiB

.box {
width: 100%;
height: 100%;
background-color: #f2f4f6;
display: flex;
box-sizing: border-box;
padding: 10px;
font-size: 16px;
font-weight: 400;
color: #000000;
}
.listbox {
width: 400px;
height: 100%;
background-color: #fff;
display: flex;
flex-direction: column;
.topbox {
max-height: 200px;
box-sizing: border-box;
padding: 10px 22px 22px;
.add {
height: 36px;
line-height: 36px;
display: flex;
justify-content: space-between;
}
.searchbox {
.inputbox {
width: 100%;
height: 36px;
font-size: 14px;
line-height: 36px;
margin: 10px 0;
display: flex;
span {
margin-right: 5px;
}
select,
input {
flex: 1;
background-color: #f2f4f6;
border: 0;
border-radius: 5px;
box-sizing: border-box;
padding: 0 8px;
}
.gray {
color: gray;
}
// input::-moz-placeholder {
// color: rgba(90, 83, 83, 0.89);
// opacity: 1;
// }
// input:-ms-input-placeholder {
// color: rgba(90, 83, 83, 0.89);;
// }
// input::-webkit-input-placeholder {
// color: rgba(90, 83, 83, 0.89);;
// }
}
}
}
.contantbox {
flex: 1;
overflow-y: auto;
display: flex;
flex-direction: column;
.title {
display: flex;
justify-content: space-between;
width: 100%;
box-sizing: border-box;
padding: 0 33px 0 22px;
height: 36px;
line-height: 36px;
span {
font-size: 14px;
font-weight: 500;
}
}
.fireForceTree {
flex: 1;
overflow-y: auto;
.nodename {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
}
.integrity {
width: 100px;
height: 16px;
position: relative;
background-color: #f2f4f6;
.integrityNum {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: black;
font-size: 13px;
cursor: default;
}
.integrityColorDiv {
height: 100%;
}
}
.mat-tree-node {
cursor: pointer;
}
.selectedTreeNode {
background-color: #d2eafd;
}
.mat-tree-node:hover {
background-color: #d2eafd;
}
.deletebtn {
width: 26px;
text-align: center;
mat-icon {
width: 20px;
height: 20px;
cursor: pointer;
font-size: 20px;
vertical-align: middle;
color: rgba(49, 46, 46, 0.144);
}
mat-icon:hover {
color: #000;
}
}
}
.fireForceList {
flex: 1;
overflow-y: auto;
li {
cursor: pointer;
width: 100%;
height: 36px;
line-height: 36px;
display: flex;
align-items: center;
font-size: 14px;
div {
float: left;
box-sizing: border-box;
}
.name {
text-align: left;
width: 60%;
padding-left: 22px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.integrity {
height: 58%;
width: 32%;
position: relative;
background-color: #f2f4f6;
.integrityNum {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: black;
font-size: 13px;
cursor: default;
}
.integrityColorDiv {
height: 100%;
}
}
.deletebtn {
flex: 1;
text-align: center;
mat-icon {
width: 20px;
height: 20px;
cursor: pointer;
font-size: 20px;
vertical-align: text-top;
color: rgba(49, 46, 46, 0.144);
}
mat-icon:hover {
color: #000;
}
}
}
li:hover {
background-color: #b3d3ee;
}
.selectedLi {
background-color: #b3d3ee;
}
}
.paginator {
height: 56px;
width: 100%;
}
}
}
.mapbox {
flex: 1;
margin-left: 10px;
background-color: #fff;
display: flex;
flex-direction: column;
.mapcheckbox {
width: 100%;
height: 50px;
line-height: 50px;
mat-checkbox {
margin-right: 60px;
font-size: 15px;
}
mat-checkbox:nth-child(1) {
margin-left: 20px;
}
}
#map {
flex: 1;
position: relative;
#container {
width: 100%;
height: 100%;
}
.gistopbox {
position: absolute;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
border-radius: 5px;
top: 3px;
width: 30%;
height: 40px;
background: #ffffff;
display: flex;
align-items: center;
cursor: default;
.inputBox {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
font-size: 14px;
.positionInput {
border: 0;
border-radius: 6px;
width: 80%;
height: 28px;
background: #f2f2f2;
margin-left: 8px;
box-sizing: border-box;
padding-left: 10px;
}
}
}
.hidden {
opacity: 0;
z-index: -1;
}
.show {
opacity: 1;
z-index: 1;
}
}
.detailsbox {
width: 100%;
height: 500px;
position: relative;
transition: height 0.5s;
.putDown {
position: absolute;
right: 0;
top: -40px;
cursor: pointer;
}
.tabsbox {
// margin-top: 10px;
width: 100%;
height: 40px;
overflow: hidden;
overflow-x: auto;
line-height: 40px;
display: flex;
justify-content: space-between;
font-size: 15px;
.tabs {
div {
float: left;
width: 120px;
text-align: center;
cursor: pointer;
color: #000000;
opacity: 0.4;
border-right: 1px solid #f2f4f6;
}
.selectedBtn {
background-color: #2196f3;
color: #fff;
opacity: 1;
}
}
.btnbox {
display: flex;
align-items: center;
flex: 1;
justify-content: flex-end;
.uploadAttachment {
display: inline-block;
margin-right: 20px;
width: 120px;
text-align: center;
height: 28px;
line-height: 28px;
position: relative;
button {
width: 100%;
height: 28px;
line-height: 28px;
mat-icon {
transform: rotate(25deg);
font-size: 20px;
width: 20px;
height: 20px;
}
}
.a-upload {
display: inline-block;
position: absolute;
left: 0;
top: 0;
display: inline-block;
width: 100%;
height: 100%;
opacity: 0;
input {
width: 100%;
height: 100%;
cursor: pointer;
}
}
}
span {
display: inline-block;
cursor: pointer;
color: #2196f3;
mat-icon {
vertical-align: sub;
font-size: 20px;
width: 20px;
height: 20px;
}
}
.state {
margin-right: 30px;
}
.submitAudit {
margin-right: 30px;
}
.close {
margin-right: 30px;
}
.goback{
cursor: pointer;
display: flex;
align-items: center;
color: #2196f3;
img{
width: 14px;
height: 14px;
margin-right: 5px;
}
margin-right: 12px;
}
}
}
.contant {
width: 100%;
height: 460px;
overflow-y: auto;
p {
color: #2196f3;
background-color: #f2f4f6;
height: 33px;
line-height: 33px;
box-sizing: border-box;
padding-left: 20px;
font-size: 15px;
}
span {
font-size: 15px;
}
input,
select {
height: 30px;
line-height: 30px;
box-sizing: border-box;
padding: 0 12px;
width: 60%;
margin-left: 5px;
border: 1px solid #ebebeb;
border-radius: 5px;
}
textarea {
width: 89%;
margin-left: 5px;
height: 85%;
border: 1px solid #ebebeb;
border-radius: 5px;
}
.longinput {
width: 74%;
}
.unitDiv {
width: 60%;
position: relative;
input,
select {
width: 100%;
box-sizing: border-box;
padding-right: 50px;
}
.unit {
position: absolute;
right: 13px;
top: 4px;
color: #000000;
opacity: 0.4;
}
}
.smallwidth {
width: 30%;
}
// 相关资料
.fileDivBox {
position: relative;
float: left;
border: 1px solid #ebebeb;
width: 160px;
height: 162px;
box-sizing: border-box;
padding: 16px 16px 0;
display: flex;
flex-direction: column;
margin: 12px;
align-items: center;
cursor: pointer;
.imgbox {
width: 134px;
height: 110px;
display: flex;
justify-content: center;
align-items: center;
.thumbnailImg {
width: 134px;
height: 110px;
}
}
span {
width: 100%;
text-align: center;
margin-top: 5px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: gray;
font-size: 14px;
}
.deleteFile {
position: absolute;
right: 0;
top: 0;
width: 18px;
height: 18px;
font-size: 18px;
display: none;
}
.btn {
position: absolute;
height: 30px;
line-height: 30px;
font-size: 14px;
display: none;
}
.btn1 {
top: 37px;
}
.btn2 {
top: 78px;
}
}
.fileDivBox:hover {
border: 1px solid #000;
.deleteFile {
display: block;
}
.deleteFile:hover {
color: red;
}
.btn {
display: block;
}
}
//车辆头部
.cartopbox {
max-height: 200px;
box-sizing: border-box;
padding: 10px 22px;
.add {
height: 36px;
line-height: 36px;
display: flex;
justify-content: space-between;
margin-bottom: 5px;
}
.searchbox {
display: flex;
flex-wrap: wrap;
.inputbox {
width: 50%;
height: 40px;
font-size: 14px;
line-height: 40px;
margin: 5px 0;
display: flex;
justify-content: flex-end;
align-items: center;
span {
margin-right: 5px;
overflow: hidden; /*超出部分隐藏*/
white-space: nowrap; /*不换行*/
text-overflow: ellipsis; /*超出部分文字以...显示*/
}
select,
input {
height: 100%;
width: 85%;
background-color: #f2f4f6;
border: 0;
border-radius: 5px;
box-sizing: border-box;
padding: 0 8px;
}
.shortselect{
width: 68.5%;
}
.searchbtn{
margin-left: 20px;
}
.gray {
color: gray;
}
}
}
}
}
.carcontent{
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
.carList{
flex: 1;
overflow-y: auto;
box-sizing: border-box;
padding: 10px 22px;
border: 1px solid #F2F4F6;
table{
width: 100%;
border-spacing:0px;
tr{
height: 33px;
width: 100%;
td:nth-child(1){
width: 46%;
}
td:nth-child(2){
width: 26%;
}
td:nth-child(3){
width: 26%;
}
td:nth-child(4){
width: 2%;
display: flex;
align-items: center;
height: 33px;
}
td{
border: none;
.integrity {
height: 18px;
width: 95%;
position: relative;
background-color: #f2f4f6;
.integrityNum {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: black;
font-size: 13px;
cursor: default;
}
.integrityColorDiv {
height: 100%;
}
}
.deleteFile{
cursor: pointer;
}
}
.td1,.td2{
color: #2196F3;
}
}
.caritem:hover{
border: 0px;
cursor: default;
background-color: #d2eafd;
}
}
}
.pagingDevice{
width: 100%;
height: 40px;
}
}
.masklayer {
position: absolute;
left: 0;
top: 0;
z-index: 2000;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
span {
font-size: 14px;
margin-top: 5px;
}
.progressbar {
width: 15%;
}
.cancelbtn {
height: 32px;
line-height: 32px;
font-size: 14px;
margin-top: 12px;
}
}
}
.noHeight {
.tabsbox {
margin-top: 10px;
}
height: 0px;
transition: height 0.5s;
}
}
.addWaterBox {
width: 260px;
height: 284px;
display: flex;
flex-direction: column;
.topbox {
width: 100%;
height: 40px;
line-height: 40px;
background-color: #2196f3;
text-align: center;
color: #ffffff;
font-size: 15px;
}
.contant {
flex: 1;
box-sizing: border-box;
padding: 0 30px;
display: flex;
flex-direction: column;
justify-content: space-around;
div {
width: 100%;
height: 36px;
line-height: 36px;
text-align: center;
background-color: #f2f4f6;
font-size: 14px;
cursor: pointer;
border: 1px solid #fff;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
img {
margin-right: 3px;
}
}
.selectedDiv {
background-color: #2196f3;
color: #fff;
border: 1px solid #2196f3;
}
}
.btnbox {
width: 100%;
height: 50px;
box-sizing: border-box;
padding: 0px 30px;
display: flex;
align-items: flex-start;
justify-content: space-between;
button {
width: 80px;
height: 36px;
line-height: 36px;
}
}
}
@media screen and (max-width: 1400px) {
.box {
padding: 5px;
font-size: 14px;
}
.listbox {
width: 310px;
.contantbox {
.waterList {
li {
.address {
width: 50%;
}
.integrity {
width: 36%;
}
}
}
}
}
.mapbox {
.mapcheckbox {
height: 30px;
line-height: 30px;
}
#map {
.gistopbox {
width: 43%;
}
}
.detailsbox {
height: 338px;
transition: height 0.5s;
.tabsbox {
// margin-top: 5px;
height: 38px;
line-height: 38px;
.tabs {
div {
width: 90px;
}
}
.btnbox {
.uploadAttachment {
margin-right: 12px;
width: 80px;
button {
mat-icon {
display: none;
}
}
}
.state {
margin-right: 12px;
}
.submitAudit {
margin-right: 12px;
}
.close {
margin-right: 12px;
}
}
}
.contant {
height: 300px;
p {
padding-left: 20px;
font-size: 14px;
}
span {
font-size: 14px;
}
input,
select {
width: 50%;
}
textarea {
width: 87%;
}
.longinput {
width: 66%;
}
.unitDiv {
width: 50%;
position: relative;
}
.setPositionBtn {
width: 85px;
text-align: center;
margin-right: 8px;
mat-icon {
display: none;
}
}
}
}
.noHeight {
.tabsbox {
margin-top: 10px;
}
height: 0px;
transition: height 0.5s;
}
}
}