921 lines
16 KiB
CSS
921 lines
16 KiB
CSS
html,
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #fff;
|
|
font-family: 'Microsoft YaHei';
|
|
}
|
|
|
|
.layout {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: start;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.model-title {
|
|
width: 100%;
|
|
height: 40px;
|
|
}
|
|
|
|
.model-title p:nth-child(1) {
|
|
width: 14px;
|
|
height: 8px;
|
|
border: 1px solid #2F82FB;
|
|
background-color: #2F82FB;
|
|
border-radius: 14px 14px 0 0;
|
|
-webkit-transform: rotate(90deg);
|
|
margin: 2px 0 0 -3px;
|
|
-webkit-border-radius: 14px 14px 0 0;
|
|
-moz-border-radius: 14px 14px 0 0;
|
|
-ms-border-radius: 14px 14px 0 0;
|
|
-o-border-radius: 14px 14px 0 0;
|
|
}
|
|
|
|
.model-title p:nth-child(2),
|
|
.model-title p:nth-child(3) {
|
|
color: #262626;
|
|
font-size: 18px;
|
|
margin: 0 0 0 3px;
|
|
}
|
|
|
|
.content {
|
|
width: 100%;
|
|
height: calc(100% - 60px);
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
/*left-box 样式设置start*/
|
|
.left-box {
|
|
width: 20%;
|
|
height: 98%;
|
|
padding: 0 1% 1% 1%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.search-form {
|
|
width: 100%;
|
|
height: 48px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.date-box {
|
|
width: 100%;
|
|
height: calc(100% - 48px);
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow-y: auto;
|
|
padding: 0 2% 0 0;
|
|
}
|
|
|
|
.date-box p {
|
|
width: 100%;
|
|
height: 50px;
|
|
font-size: 16px;
|
|
color: #262626;
|
|
margin-bottom: 10px;
|
|
line-height: 50px;
|
|
letter-spacing: 1px;
|
|
border-top: 1px solid transparent;
|
|
border-left: 1px solid transparent;
|
|
border-right: 1px solid transparent;
|
|
border-bottom: 1px solid #bdbdbd;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
cursor: pointer;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.date-box p:hover,
|
|
.date-box p:focus {
|
|
border: 1px solid rgb(47, 130, 251);
|
|
color: rgb(47, 130, 251);
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.p-checked {
|
|
border: 1px solid rgb(47, 130, 251) !important;
|
|
color: rgb(47, 130, 251) !important;
|
|
}
|
|
|
|
/*left-box 样式设置end*/
|
|
|
|
/*right-box 样式设置start*/
|
|
.right-box {
|
|
width: 76%;
|
|
height: 98%;
|
|
padding: 0 1% 1% 1%;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: start;
|
|
align-items: center;
|
|
}
|
|
|
|
.btn-box {
|
|
width: 100%;
|
|
height: 48px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.btn {
|
|
width: 100px;
|
|
height: 40px;
|
|
cursor: pointer;
|
|
font-size: 16px;
|
|
color: #262626;
|
|
}
|
|
|
|
.daily-box {
|
|
width: 84%;
|
|
height: calc(100% - 128px);
|
|
overflow-y: auto;
|
|
box-sizing: border-box;
|
|
margin-right: 14%;
|
|
color: #262626;
|
|
font-size: 18px;
|
|
letter-spacing: 2px;
|
|
font-family: SimSun;
|
|
padding: 0% 7%;
|
|
}
|
|
|
|
.daily-title,
|
|
.daily-date {
|
|
width: 100%;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
font-size: 18.7px;
|
|
letter-spacing: 2px;
|
|
font-weight: bold;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
hr {
|
|
margin: 5px 0;
|
|
border-bottom: 4px solid #ff0000 !important;
|
|
}
|
|
|
|
.module-title {
|
|
width: 100%;
|
|
font-weight: bold;
|
|
text-indent: 36px;
|
|
/*首行缩进*/
|
|
line-height: 36px;
|
|
/*字体间距*/
|
|
}
|
|
|
|
.module-content {
|
|
width: 100%;
|
|
text-indent: 36px;
|
|
/*首行缩进*/
|
|
line-height: 36px;
|
|
/*字体间距*/
|
|
}
|
|
|
|
.general-voi-box {
|
|
width: 98%;
|
|
padding: 10px 1%;
|
|
}
|
|
|
|
.general-voi {
|
|
width: 100%;
|
|
table-layout: fixed;
|
|
text-align: center;
|
|
border-collapse: collapse;
|
|
border-spacing: 1px;
|
|
box-sizing: border-box;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.general-voi tr td {
|
|
height: 50px;
|
|
box-sizing: border-box;
|
|
border: 1px solid #262626;
|
|
padding: 10px 20px;
|
|
}
|
|
|
|
.general-voi:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.data-table {
|
|
width: 98%;
|
|
margin: 0 1%;
|
|
word-break: break-all;
|
|
text-align: center;
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.data-table tbody {
|
|
display: block;
|
|
}
|
|
|
|
.data-table thead,
|
|
.data-table tbody tr {
|
|
display: table;
|
|
width: 100%;
|
|
table-layout: fixed;
|
|
}
|
|
|
|
.data-table tbody tr td,
|
|
.data-table thead tr td {
|
|
height: 48px;
|
|
font-size: 18px;
|
|
color: #262626;
|
|
border: 1px solid #262626;
|
|
}
|
|
|
|
.data-table thead tr td,
|
|
.data-table tbody tr td {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.data-table tbody tr:last-of-type td {
|
|
border-bottom: 1px solid #262626;
|
|
}
|
|
|
|
.nine-table{
|
|
width: 98%;
|
|
margin: 0 1%;
|
|
}
|
|
|
|
.nine-table tbody tr div:nth-child(1) {
|
|
width: 90%;
|
|
height: 90%;
|
|
margin: 3% 5%;
|
|
justify-content: center;
|
|
}
|
|
|
|
.nine-table tbody tr div.qk {
|
|
width: 88%;
|
|
height: 90%;
|
|
margin: 1% 0% 1% 1%;
|
|
justify-content: center;
|
|
}
|
|
|
|
.nine-table tr td{
|
|
/* width: 16.6%; */
|
|
height: 48px;
|
|
border: 1px solid #262626;
|
|
text-align: center;
|
|
}
|
|
|
|
.nine-table tr td:nth-child(1){
|
|
width: 8%;
|
|
}
|
|
|
|
.nine-table tr td:nth-child(2){
|
|
width: 10%;
|
|
}
|
|
|
|
.nine-table tr td:nth-child(3){
|
|
width: 22%;
|
|
}
|
|
|
|
.nine-table tr td:nth-child(4){
|
|
width: 12%;
|
|
}
|
|
|
|
.nine-table tr td:nth-child(5){
|
|
width: 40%;
|
|
}
|
|
|
|
.nine-table tr td:nth-child(6){
|
|
width: 8%;
|
|
}
|
|
|
|
.one-cell tbody tr td,
|
|
.one-cell thead tr td {
|
|
width: 19%;
|
|
}
|
|
|
|
.one-cell thead tr td:nth-of-type(1),
|
|
.one-cell tbody tr td:nth-of-type(1),
|
|
.three-cell thead tr td:nth-of-type(1),
|
|
.three-cell tbody tr td:nth-of-type(1) {
|
|
width: 5%;
|
|
}
|
|
|
|
.three-cell tbody tr td,
|
|
.three-cell thead tr td {
|
|
width: 20%;
|
|
}
|
|
|
|
.three-cell thead tr td:nth-of-type(2),
|
|
.three-cell tbody tr td:nth-of-type(2) {
|
|
width: 55%;
|
|
}
|
|
|
|
.four-cell tbody tr td,
|
|
.four-cell thead tr td {
|
|
width: 20%;
|
|
}
|
|
|
|
.four-cell thead tr td:nth-of-type(2),
|
|
.four-cell tbody tr td:nth-of-type(2) {
|
|
width: 35%;
|
|
}
|
|
.nine-cell colgroup{
|
|
width: 100%;
|
|
}
|
|
.nine-cell colgroup col:nth-child(1){
|
|
width: 5%;
|
|
}
|
|
|
|
.nine-cell colgroup col:nth-child(2){
|
|
width: 10%;
|
|
}
|
|
|
|
.nine-cell colgroup col:nth-child(3){
|
|
width: 30%;
|
|
}
|
|
|
|
.nine-cell colgroup col:nth-child(4){
|
|
width: 15%;
|
|
}
|
|
|
|
.nine-cell colgroup col:nth-child(5){
|
|
width: 30%;
|
|
}
|
|
|
|
.nine-cell colgroup col:nth-child(6){
|
|
width: 10%;
|
|
}
|
|
|
|
.nine-cell thead tr td:nth-of-type(1),
|
|
.nine-cell tbody tr td:nth-of-type(1) {
|
|
width: 5%;
|
|
}
|
|
|
|
.nine-cell thead tr td:nth-of-type(2),
|
|
.nine-cell tbody tr td:nth-of-type(2) {
|
|
width: 10%;
|
|
}
|
|
|
|
.nine-cell thead tr td:nth-of-type(3),
|
|
.nine-cell tbody tr td:nth-of-type(3) {
|
|
width: 30%;
|
|
}
|
|
|
|
.nine-cell thead tr td:nth-of-type(4),
|
|
.nine-cell tbody tr td:nth-of-type(4) {
|
|
width: 15%;
|
|
}
|
|
|
|
.nine-cell thead tr td:nth-of-type(5),
|
|
.nine-cell tbody tr td:nth-of-type(5) {
|
|
width: 30%;
|
|
}
|
|
|
|
.nine-cell thead tr td:nth-of-type(6),
|
|
.nine-cell tbody tr td:nth-of-type(6) {
|
|
width: 10%;
|
|
}
|
|
|
|
.nine-cell2 thead tr td:nth-of-type(1),
|
|
.nine-cell2 tbody tr td:nth-of-type(1) {
|
|
width: 5%;
|
|
}
|
|
|
|
.nine-cell2 thead tr td:nth-of-type(2),
|
|
.nine-cell2 tbody tr td:nth-of-type(2) {
|
|
width: 10%;
|
|
}
|
|
|
|
.nine-cell2 thead tr td:nth-of-type(3),
|
|
.nine-cell2 tbody tr td:nth-of-type(3) {
|
|
width: 20%;
|
|
}
|
|
|
|
.nine-cell2 thead tr td:nth-of-type(4),
|
|
.nine-cell2 tbody tr td:nth-of-type(4) {
|
|
width: 15%;
|
|
}
|
|
|
|
.nine-cell2 thead tr td:nth-of-type(5),
|
|
.nine-cell2 tbody tr td:nth-of-type(5) {
|
|
width: 15%;
|
|
}
|
|
|
|
.nine-cell2 thead tr td:nth-of-type(6),
|
|
.nine-cell2 tbody tr td:nth-of-type(6) {
|
|
width: 15%;
|
|
}
|
|
|
|
.nine-cell2 thead tr td:nth-of-type(7),
|
|
.nine-cell2 tbody tr td:nth-of-type(7) {
|
|
width: 20%;
|
|
}
|
|
|
|
.nine-cell3 thead tr td,
|
|
.nine-cell3 tbody tr td {
|
|
width: 14%;
|
|
}
|
|
|
|
.nine-cell3 thead tr td:nth-of-type(1),
|
|
.nine-cell3 tbody tr td:nth-of-type(1) {
|
|
width: 16%;
|
|
}
|
|
|
|
.nine-cell4 thead tr td,
|
|
.nine-cell4 tbody tr td {
|
|
width: 12.5%;
|
|
}
|
|
|
|
.nine-cell5 thead tr td,
|
|
.nine-cell5 tbody tr td {
|
|
width: 16.6%;
|
|
}
|
|
|
|
|
|
|
|
.ten-cell thead tr td:nth-of-type(1),
|
|
.ten-cell tbody tr td:nth-of-type(1) {
|
|
width: 5%;
|
|
}
|
|
|
|
.ten-cell thead tr td:nth-of-type(2),
|
|
.ten-cell tbody tr td:nth-of-type(2) {
|
|
width: 30%;
|
|
}
|
|
|
|
.ten-cell thead tr td:nth-of-type(3),
|
|
.ten-cell tbody tr td:nth-of-type(3) {
|
|
width: 30%;
|
|
}
|
|
|
|
.ten-cell thead tr td:nth-of-type(4),
|
|
.ten-cell tbody tr td:nth-of-type(4) {
|
|
width: 15%;
|
|
}
|
|
|
|
.ten-cell thead tr td:nth-of-type(5),
|
|
.ten-cell tbody tr td:nth-of-type(5) {
|
|
width: 10%;
|
|
}
|
|
|
|
.ten-cell thead tr td:nth-of-type(6),
|
|
.ten-cell tbody tr td:nth-of-type(6) {
|
|
width: 10%;
|
|
}
|
|
|
|
.ele-cell thead tr td:nth-of-type(1),
|
|
.ele-cell tbody tr td:nth-of-type(1) {
|
|
width: 5%;
|
|
}
|
|
|
|
.ele-cell thead tr td:nth-of-type(2),
|
|
.ele-cell tbody tr td:nth-of-type(2) {
|
|
width: 10%;
|
|
}
|
|
|
|
.ele-cell thead tr td:nth-of-type(3),
|
|
.ele-cell tbody tr td:nth-of-type(3) {
|
|
width: 15%;
|
|
}
|
|
|
|
.ele-cell thead tr td:nth-of-type(4),
|
|
.ele-cell tbody tr td:nth-of-type(4) {
|
|
width: 10%;
|
|
}
|
|
|
|
.ele-cell thead tr td:nth-of-type(5),
|
|
.ele-cell tbody tr td:nth-of-type(5) {
|
|
width: 15%;
|
|
}
|
|
|
|
.ele-cell thead tr td:nth-of-type(6),
|
|
.ele-cell tbody tr td:nth-of-type(6) {
|
|
width: 15%;
|
|
}
|
|
|
|
.ele-cell thead tr td:nth-of-type(7),
|
|
.ele-cell tbody tr td:nth-of-type(7) {
|
|
width: 15%;
|
|
}
|
|
|
|
.ele-cell thead tr td:nth-of-type(8),
|
|
.ele-cell tbody tr td:nth-of-type(8) {
|
|
width: 10%;
|
|
}
|
|
|
|
.ele-cell thead tr td:nth-of-type(9),
|
|
.ele-cell tbody tr td:nth-of-type(9) {
|
|
width: 5%;
|
|
}
|
|
|
|
.twe-cell thead tr td:nth-of-type(1),
|
|
.twe-cell tbody tr td:nth-of-type(1) {
|
|
width: 5%;
|
|
}
|
|
|
|
.twe-cell thead tr td:nth-of-type(2),
|
|
.twe-cell tbody tr td:nth-of-type(2) {
|
|
width: 10%;
|
|
}
|
|
|
|
.twe-cell thead tr td:nth-of-type(3),
|
|
.twe-cell tbody tr td:nth-of-type(3) {
|
|
width: 20%;
|
|
}
|
|
|
|
.twe-cell thead tr td:nth-of-type(4),
|
|
.twe-cell tbody tr td:nth-of-type(4) {
|
|
width: 15%;
|
|
}
|
|
|
|
.twe-cell thead tr td:nth-of-type(5),
|
|
.twe-cell tbody tr td:nth-of-type(5) {
|
|
width: 25%;
|
|
}
|
|
|
|
.twe-cell thead tr td:nth-of-type(6),
|
|
.twe-cell tbody tr td:nth-of-type(6) {
|
|
width: 20%;
|
|
}
|
|
|
|
.twe-cell thead tr td:nth-of-type(7),
|
|
.twe-cell tbody tr td:nth-of-type(7) {
|
|
width: 5%;
|
|
}
|
|
|
|
|
|
.one-cell thead tr td:nth-of-type(1),
|
|
.one-cell tbody tr td:nth-of-type(1) {
|
|
width: 10%;
|
|
}
|
|
|
|
.one-cell thead tr td:nth-of-type(2),
|
|
.one-cell tbody tr td:nth-of-type(2) {
|
|
width: 30%;
|
|
}
|
|
|
|
.one-cell thead tr td:nth-of-type(3),
|
|
.one-cell tbody tr td:nth-of-type(3) {
|
|
width: 15%;
|
|
}
|
|
|
|
.one-cell thead tr td:nth-of-type(4),
|
|
.one-cell tbody tr td:nth-of-type(4) {
|
|
width: 15%;
|
|
}
|
|
|
|
.one-cell thead tr td:nth-of-type(5),
|
|
.one-cell tbody tr td:nth-of-type(5) {
|
|
width: 30%;
|
|
}
|
|
|
|
.one-cell thead tr td:nth-of-type(6),
|
|
.one-cell tbody tr td:nth-of-type(6) {
|
|
width: 10%;
|
|
}
|
|
|
|
.nine-cell7 thead tr td:nth-of-type(1),
|
|
.nine-cell7 tbody tr td:nth-of-type(1) {
|
|
width: 5%;
|
|
}
|
|
|
|
.nine-cell7 thead tr td:nth-of-type(2),
|
|
.nine-cell7 tbody tr td:nth-of-type(2) {
|
|
width: 15%;
|
|
}
|
|
|
|
.nine-cell7 thead tr td:nth-of-type(3),
|
|
.nine-cell7 tbody tr td:nth-of-type(3) {
|
|
width: 20%;
|
|
}
|
|
|
|
.nine-cell7 thead tr td:nth-of-type(4),
|
|
.nine-cell7 tbody tr td:nth-of-type(4) {
|
|
width: 50%;
|
|
}
|
|
|
|
.nine-cell7 thead tr td:nth-of-type(5),
|
|
.nine-cell7 tbody tr td:nth-of-type(5) {
|
|
width: 10%;
|
|
}
|
|
|
|
.nine-cell8 thead tr td:nth-of-type(1),
|
|
.nine-cell8 tbody tr td:nth-of-type(1) {
|
|
width: 5%;
|
|
}
|
|
|
|
.nine-cell8 thead tr td:nth-of-type(2),
|
|
.nine-cell8 tbody tr td:nth-of-type(2) {
|
|
width: 10%;
|
|
}
|
|
|
|
.nine-cell8 thead tr td:nth-of-type(3),
|
|
.nine-cell8 tbody tr td:nth-of-type(3) {
|
|
width: 15%;
|
|
}
|
|
|
|
.nine-cell8 thead tr td:nth-of-type(4),
|
|
.nine-cell8 tbody tr td:nth-of-type(4) {
|
|
width: 10%;
|
|
}
|
|
|
|
.nine-cell8 thead tr td:nth-of-type(5),
|
|
.nine-cell8 tbody tr td:nth-of-type(5) {
|
|
width: 20%;
|
|
}
|
|
|
|
.nine-cell8 thead tr td:nth-of-type(6),
|
|
.nine-cell8 tbody tr td:nth-of-type(6) {
|
|
width: 15%;
|
|
}
|
|
|
|
.nine-cell8 thead tr td:nth-of-type(7),
|
|
.nine-cell8 tbody tr td:nth-of-type(7) {
|
|
width: 20%;
|
|
}
|
|
|
|
.nine-cell8 thead tr td:nth-of-type(8),
|
|
.nine-cell8 tbody tr td:nth-of-type(8) {
|
|
width: 5%;
|
|
}
|
|
|
|
.nine-cell9 thead tr td:nth-of-type(1),
|
|
.nine-cell9 tbody tr td:nth-of-type(1) {
|
|
width: 5%;
|
|
}
|
|
|
|
.nine-cell9 thead tr td:nth-of-type(2),
|
|
.nine-cell9 tbody tr td:nth-of-type(2) {
|
|
width: 15%;
|
|
}
|
|
|
|
.nine-cell9 thead tr td:nth-of-type(3),
|
|
.nine-cell9 tbody tr td:nth-of-type(3) {
|
|
width: 50%;
|
|
}
|
|
|
|
.nine-cell9 thead tr td:nth-of-type(4),
|
|
.nine-cell9 tbody tr td:nth-of-type(4) {
|
|
width: 20%;
|
|
}
|
|
|
|
.nine-cell9 thead tr td:nth-of-type(5),
|
|
.nine-cell9 tbody tr td:nth-of-type(5) {
|
|
width: 10%;
|
|
}
|
|
|
|
.layui-form-select {
|
|
width: 100%;
|
|
}
|
|
.layui-form-select .layui-edge {
|
|
right: 30px;
|
|
}
|
|
|
|
|
|
.voi-echarts-box {
|
|
width: 95%;
|
|
margin: 10px 2.5%;
|
|
height: 400px;
|
|
}
|
|
|
|
#voi-echarts {
|
|
width: 920px;
|
|
height: 400px;
|
|
}
|
|
|
|
.module-end {
|
|
width: 80%;
|
|
height: 40px;
|
|
font-weight: bold;
|
|
display: flex;
|
|
align-content: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.module-end p:first-child {
|
|
text-indent: 36px;
|
|
}
|
|
|
|
.module-content span {
|
|
font-weight: bold;
|
|
margin: 0 5px;
|
|
}
|
|
|
|
/*right-box 样式设置start*/
|
|
|
|
.layui-form-item,
|
|
.layui-inline {
|
|
display: flex;
|
|
justify-content: start;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.layui-form-item .layui-inline {
|
|
margin-bottom: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.layui-form-item .layui-input-inline {
|
|
float: left;
|
|
width: 160px;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.layui-input {
|
|
color: #262626 !important;
|
|
border: 1px solid #999 !important;
|
|
height: 32px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.layui-textarea {
|
|
color: #262626 !important;
|
|
border: 1px solid #999 !important;
|
|
font-size: 16px;
|
|
}
|
|
|
|
/* .layui-input:hover {
|
|
border: 1px solid #262626 !important;
|
|
}
|
|
|
|
.layui-input:focus {
|
|
border: 1px solid #262626 !important;
|
|
} */
|
|
|
|
.layui-form-label {
|
|
font-size: 18px;
|
|
color: #262626;
|
|
}
|
|
|
|
.layui-form-mid {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.edit-span {
|
|
display: inline-block;
|
|
width: 70px !important;
|
|
margin: 0 5px;
|
|
}
|
|
|
|
.add_data {
|
|
justify-content: center;
|
|
}
|
|
|
|
.add_data img {
|
|
margin-top: 10px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.leaderDynamics,
|
|
.customizes {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.leaderDynamics>p,
|
|
.customizes>p {
|
|
width: 5%;
|
|
text-align: center;
|
|
}
|
|
|
|
.leaderDynamics>textarea,
|
|
.customizes>textarea {
|
|
width: calc(95% - 32px) !important;
|
|
min-height: 60px !important;
|
|
}
|
|
|
|
.leaderDynamics>img,
|
|
.customizes>img,
|
|
.checkSituations img,
|
|
.noStartRisk img {
|
|
width: 32px;
|
|
height: 32px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.checkSituations,
|
|
.noStartRisk {
|
|
margin-top: 20px;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.checkSituations>p,
|
|
.noStartRisk>p {
|
|
margin-left: 40px;
|
|
}
|
|
|
|
#scene,
|
|
.checkSituations-edit {
|
|
width: 350px !important;
|
|
}
|
|
|
|
.data-table img {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.data-table tbody tr div:nth-child(1) {
|
|
width: 90%;
|
|
height: 90%;
|
|
margin: 5%;
|
|
justify-content: center;
|
|
}
|
|
|
|
|
|
.data-table tbody tr div textarea {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.view-btn {
|
|
border: 1px solid #bdbdbd;
|
|
width: 120px;
|
|
}
|
|
|
|
.edit-btn {
|
|
border: 1px solid #bdbdbd;
|
|
width: 120px;
|
|
}
|
|
|
|
.save-btn {
|
|
border: 1px solid #bdbdbd;
|
|
}
|
|
|
|
.download-btn {
|
|
border: 1px solid #bdbdbd;
|
|
}
|
|
|
|
.prompt {
|
|
height: 80px;
|
|
flex-direction: column;
|
|
justify-content: space-evenly;
|
|
letter-spacing: 1px;
|
|
margin-right: 220px;
|
|
font-family: SimSun;
|
|
}
|
|
|
|
.prompt p:nth-child(1),
|
|
.prompt p:nth-child(2) {
|
|
color: red;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.prompt p:nth-child(3) {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.show-img-box {
|
|
justify-content: center;
|
|
}
|
|
|
|
.show-img-box img {
|
|
margin: 5px 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#mainTitle {
|
|
color: red;
|
|
font-size: 18px;
|
|
font-family: SimSun;
|
|
margin: 0 10px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
/*表格公共样式 end*/
|
|
|
|
/*滚动条样式start*/
|
|
/* ::-webkit-scrollbar {
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background: #dadee8;
|
|
cursor: pointer;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
border-radius: 14px;
|
|
border-style: dashed;
|
|
border-color: transparent;
|
|
border-width: 10px;
|
|
background-color: #dadee8;
|
|
background-clip: padding-box;
|
|
}
|
|
|
|
::-webkit-scrollbar-corner {
|
|
background-color: transparent;
|
|
} */
|
|
|
|
/*滚动条样式end*/ |