.childContent{ width: 100%; height: 100%; overflow: hidden; display: flex; flex-direction: column; font-family: Source Han Sans CN; font-weight: 400; color: #fff; .childCenter{ flex: 1; overflow: hidden; } .childBottom{ width: 100%; height: 50px; line-height: 50px; text-align: center; background: linear-gradient(360deg, #000D21 0%, #003B6E 100%); box-shadow: 0px -2px 6px #36A2FF; button{ width: 35%; height: 32px; line-height: 32px; padding: 0; margin: 0 10px; color: #91CCFF; background: rgba(0, 129, 255, 0.61); border: 1px solid #36A2FF; cursor: pointer; .anticon{ margin-right: 3px; } //字体图标 } } } .publicBox{ width: 100%; height: 100%; overflow-y: auto; padding: 0 20px; } .title{ font-size: 16px; height: 20px; line-height: 20px; margin-bottom: 20px; .anticon{ margin-left: 5px; font-size: 16px; } } //头部header .tableInput{ border: none; outline: none; background-color: transparent; width: 100%; height: 100%; } .tableSelect{ width: 100%; height: 100%; color: #fff; } .baseInfo{ //基本信息 .interval{ margin-top: 10px; border-bottom: 1px solid rgb(197, 226, 245); } //分隔div p{ height: 20px; line-height: 20px; } .titleBotton{ background: #2399FF; border-radius: 3px; height: 20px; line-height: 20px; font-size: 12px; margin-left: 5px; padding: 0 5px; border: none; outline: none; } .text{ font-size: 14px; margin-bottom: 15px; } .textIcon{ width: 20px; height: 20px; vertical-align: top; margin-right: 5px; } .textImage{ margin-bottom: 15px; height: auto; line-height: normal; img{ width: auto; height: 130px; } } } .refueller{ //加油机 .interval{ margin-top: 10px; position: relative; cursor: pointer; } //分隔div .positionLeftTop { position: absolute; width: 10px; height: 10px; left: -5px; top: -5px; border-left: 1px solid #fff; border-top: 1px solid #fff; } //左上角 .positionLeftBottom { position: absolute; width: 10px; height: 10px; left: -5px; bottom: -5px; border-left: 1px solid #fff; border-bottom: 1px solid #fff; } //左下角 .positionRightTop { position: absolute; width: 10px; height: 10px; right: -5px; top: -5px; border-right: 1px solid #fff; border-top: 1px solid #fff; } //右上角 .positionRightBottom { position: absolute; width: 10px; height: 10px; right: -5px; bottom: -5px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; } //右下角 .table{ width: 100%; border: 1px solid #91CCFF; border-bottom: none; display: flex; p{ height: 32px; line-height: 32px; margin: 0px; } .tableImg{ height: 120px; line-height: 120px; img{ max-height: 100px; width: auto; }.uploadImgBox{ margin: 35px 0 0 0; width: 50px; height: 50px; line-height: 50px; text-align: center; } } .tableHeader{ flex: 4; text-align: right; color: #23D9FF; p{ padding-right: 15px; border-right: 1px solid #91CCFF; border-bottom: 1px solid #91CCFF; background: rgba(145, 204, 255, 0.2); } } .tableContent{ flex: 6; text-align: left; p{ padding-left: 20px; border-bottom: 1px solid #91CCFF; } } } } .fireFacilities{ //消防设施 .treeRow{ width: 100%; display: flex; height: 30px; line-height: 30px; p:first-child{ flex: 1; }; p{ margin: 0; padding: 0; .anticon{ margin-right: 5px; font-size: 16px; } } } } .disposalPlan{ //处置预案 .interval{ margin-top: 10px; } //分隔div font-size: 15px; ul,li { width: 100%; } li:before{ content: ""; width: 5px; height: 5px; border-radius: 50%; display: inline-block; vertical-align: 3px; background: #23D9FF; margin-right: 10px; } .publicDisposal{ height: 35px; line-height: 35px; color: #23D9FF; padding-left: 20px; label{ float: right; .anticon{ margin-right: 15px; font-size: 18px; cursor: pointer; } } span{ cursor: pointer; } } .disposalContent { color: #fff; .anticon{ color: #23D9FF; } } .disposalHeader { background: rgba(35, 153, 255, 0.41); border: 1px solid rgba(35, 217, 255, 0.4); } .selectNode{ color: red; } //选中节点样式 } //弹窗 .submitBottom{ button { cursor: pointer; padding: 0; width: 150px; height: 30px; line-height: 30px; box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%); background: #e2e8f0; color: #000; border: none; outline: none; } display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-evenly; /* 水平居中 */ }