/* * @Descripttion: * @version: * @Author: sueRimn * @Date: 2021-05-19 15:50:20 * @LastEditors: sueRimn * @LastEditTime: 2021-05-26 16:38:06 */ .box{ height: 97%; width: 100%; padding: 10px; background-color: #F7F8FA; display: flex; .boxleft{ width: 20%; height: 100%; background-color: #FFFFFF; display: flex; flex-direction: column; .lefthead{ height: 50px; width: 100%; display: flex; justify-content: space-between; border-bottom: 1px solid #F7F8FA; span{ font-size: 16px; } .leftheadone{ width: 60%; height: 100%; span{ margin: 10px 10px; height: 50px; line-height: 50px; } } .leftheadtwo{ width: 30%; height: 100%; cursor: pointer; img{ position: relative; top: 2px; } span{ margin-left: 2px; //margin: 10px 10px; height: 50px; line-height: 50px; color: #2196F3; } } } .leftbox{ height: 100%; width: 100%; display: flex; flex-direction: column; .selectedTr{ background-color: #E1F1FF; span{ color: #2196F3; } } .leftbody{ width: 100%; height: 40px; display: flex; justify-content: space-between; cursor: pointer; .bodyname{ height: 40px; width: 70%; span{ font-size: 16px; height: 40px; line-height: 40px; margin-left: 10px; } } .bodycz{ height: 40px; width: 30%; img{ margin-left: 10px; cursor: pointer; } span{ color: #B2BEC7; font-size: 16px; height: 40px; line-height: 40px; //margin-left: 30%; } } } } } .boxright{ margin-left: 10px; height: 100%; width: 78%; background-color: #FFFFFF; display: flex; flex-direction: column; .righthead{ height: 50px; width: 100%; display: flex; justify-content: space-between; border-bottom: 1px solid #F7F8FA; span{ font-size: 16px; } .rightheadone{ width: 50%; height: 100%; span{ margin: 10px 10px; height: 50px; line-height: 50px; } } .rightheadtwo{ width: 50%; height: 100%; button{ //margin-left: 70%; margin-top: 5px; } } } .rightbody{ width: 100%; overflow: auto; .panelhead{ background-color: #E1F1FF; height: 50px; .paneltitle{ width: 100%; font-size: 16px; color: #2196F3; display: flex; //justify-content: space-around; .groupName{ width: 100px; } .addinfo{ height: 100%; width: 75px; margin-left: 75%; span{ position: relative; bottom: 2px; } } .delinfo{ height: 100%; width: 75px; span{ position: relative; bottom: 2px; } } .dwgk{ height: 100%; width: 100%; display: flex; .attname{ height: 100%; width: 40%; span{ font-size: 16px; line-height: 50px; height: 50px; } } .caozuo{ height: 100%; width: 60%; button{ font-size: 16px; width: 80px; height: 34px; //margin-left: 20%; float: right; margin-top: 8px; } img{ position: relative; bottom: 2px; } } } } } .table{ width: 100%; table{ width: 100%; font-size: 16px; th{ height: 40px; font-size: 16px; text-align: center; background-color: #F7F8FA; } } } } } }