IntelligentRecognition/ah-jjsp-web/.svn/pristine/14/144134a28c2dc48a0daae5c0c62...

460 lines
7.6 KiB
Plaintext

html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: transparent;
color: #000000;
}
.content {
width: calc(100% - 10px);
height: calc(100% - 10px);
border: none;
display: flex;
background-color: white;
padding: 5px;
}
.left {
width: calc(20% - 10px);
height: calc(100% - 10px);
padding: 5px;
}
.map {
width: calc(50% - 10px);
height: calc(100% - 10px);
padding: 5px;
}
.right {
width: calc(30% - 10px);
height: calc(100% - 10px);
padding: 5px;
}
.title {
width: 100%;
height: 50px;
display: flex;
align-items: center;
font-size: 18px;
}
.left-top {
width: 100%;
height: 50px;
display: flex;
align-items: center;
font-size: 18px;
}
.left-text {
width: 100%;
height: 50px;
display: flex;
align-items: center;
font-size: 18px;
justify-content: center;
}
.title p:nth-child(1) {
width: 16px;
height: 4px;
/* border: 1px solid #2F82FB; */
background-color: #2F82FB;
/* border-radius: 14px 14px 0 0; */
-webkit-transform: rotate(90deg);
margin: 2px 0 0 2px;
/* -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;
}
.layout {
display: flex;
align-items: center;
justify-content: start;
box-sizing: border-box;
}
.close {
width: 100%;
height: 40px;
justify-content: space-between;
padding: 0 1%;
}
.close p {
font-size: 20px;
}
.center {
width: 49%;
height: 100%;
box-sizing: border-box;
}
.classmeeting-info {
width: 100%;
height: calc(100% - 60px);
overflow-y: auto;
}
.early-waring {
width: 100%;
min-height: 100px;
}
.early-waring-info {
width: 100%;
flex-wrap: wrap;
}
.early-waring p {
color: #f67e7e;
font-size: 13px;
margin: 0 15px 10px 0;
}
.classmeeting-detail {
width: 100%;
min-height: 280px;
}
.classmeeting-detail-info {
width: 100%;
flex-wrap: wrap;
flex-direction: column;
align-items: start;
}
.classmeeting-detail-info p {
color: #333;
font-size: 13px;
margin: 0 15px 10px 0;
}
.work-people {
width: 100%;
min-height: 100px;
}
.work-people-title {
justify-content: space-between;
margin-bottom: 15px;
}
.work-people-circle {
width: 12px;
height: 12px;
border-radius: 12px;
}
.work-people-sign, .temporary-people-photo {
flex-wrap: wrap;
}
.work-people-type, .temporary-people-type {
width: 60px;
height: 60px;
flex-direction: column;
justify-content: space-between;
margin: 0 15px 15px 0;
}
.temporary-people {
width: 100%;
min-height: 100px;
}
.measures-box, .measures-box2 {
width: 100%;
min-height: 100px;
}
.measures-box-title, .measures-box2-title {
margin-bottom: 10px;
}
.measures-box-content, .measures-box2-content {
text-align: center;
margin-bottom: 10px;
}
.classTable {
width: 100%;
table-layout: fixed;
text-align: center;
border-collapse: collapse;
border-spacing: 0;
box-sizing: border-box;
margin-bottom: 10px;
}
.classTable tbody tr td {
font-size: 13px;
border-bottom: 1px solid #d9d9d9;
height: 50px;
color: #262626;
}
.classTable tr:nth-of-type(1) {
background-color: #f0f0f0;
height: 50px;
font-size: 18px;
color: #262626 !important;
}
.on-duty, .key-point, .ticket {
width: 100%;
min-height: 110px;
}
.key-point-photo {
width: 100%;
flex-direction: column;
align-items: start;
}
.key-point-photo-type {
width: 100%;
flex-wrap: wrap;
}
.key-point-photo-type img {
width: 170px;
height: 100px;
margin: 10px 10px 10px 0;
}
/*右侧样式设置end*/
/*模块公共样式 start*/
.model-title {
width: 100%;
height: 40px;
}
.model-title p:nth-child(1) {
width: 16px;
height: 4px;
/* border: 1px solid #2F82FB; */
background-color: #2F82FB;
/* border-radius: 14px 14px 0 0; */
-webkit-transform: rotate(90deg);
margin: 2px 0 0 2px;
/* -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;
}
.model-title p:nth-child(4) {
font-size: 13px;
color: #2F82FB;
margin-left: 15%;
}
hr {
height: 0;
line-height: 0;
margin: 10px 0;
padding: 0;
border: none !important;
border-bottom: 1px solid #c0c4cc !important;
clear: both;
overflow: hidden;
background: 0 0;
}
.layui-input,
.layui-select,
.layui-textarea {
color: #595959 !important;
border: 1px solid #d9d9d9 !important;
height: 40px;
font-size: 16px;
background-color: transparent;
padding: 3px 2px;
}
.layui-input:hover,
.layui-select:hover,
.layui-textarea:hover {
border: 1px solid #595959 !important;
}
.layui-input:focus,
.layui-select:focus,
.layui-textarea:focus {
border: 1px solid #595959 !important;
}
/* layui 样式设置 end */
/*滚动条样式start*/
::-webkit-scrollbar {
width: 5px;
height: 10px;
}
::-webkit-scrollbar-track {
background: #e7e7f1 !important;
border-radius: 0px;
}
::-webkit-scrollbar-thumb {
background: rgba(94, 96, 97, 0.43) !important;
border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(94, 96, 97, 0.43) !important;
border-radius: 0px;
}
::-webkit-scrollbar-thumb:active {
background: rgba(94, 96, 97, 0.43) !important;
border-radius: 0px;
}
/*滚动条样式end*/
/* 表格样式 start */
.table-box {
width: 95%;
padding: 0 2.5%;
height: calc(100% - 90px);
}
.table {
width: 100%;
overflow-x: auto;
cursor: pointer;
table-layout: fixed !important;
word-break: break-all;
}
.layui-table-cell div {
color: #D9D9D9;
margin: 0 6px;
vertical-align: top;
display: inline-block;
}
.layui-table-view .layui-table th {
font-size: 18px;
color: #262626;
}
.layui-table-view .layui-table td {
font-size: 13px;
color: #262626;
}
.layui-table thead tr {
background-color: #f0f0f0;
height: 50px;
font-size: 18px;
color: #262626 !important;
}
.layui-table-header {
background-color: transparent;
}
.layui-table td,
.layui-table th,
.layui-table-col-set,
.layui-table-fixed-r,
.layui-table-grid-down,
.layui-table-header,
.layui-table-page,
.layui-table-tips-main,
.layui-table-tool,
.layui-table-total,
.layui-table-view,
.layui-table[lay-skin="line"],
.layui-table[lay-skin="row"] {
border: none;
}
.layui-table td {
border-bottom: 1px solid #d9d9d9;
}
.layui-table tbody tr {
background-color: #fff;
}
.layui-table-body {
margin-bottom: 0px;
}
.layui-table-box {
overflow: hidden !important;
}
.layui-table-cell {
height: auto;
white-space: normal;
}
.layui-table-view {
margin: 10px 0 0 0;
}
/* 表格样式 end */
img {
image-rendering: -moz-crisp-edges;
/* Firefox */
image-rendering: -o-crisp-edges;
/* Opera */
image-rendering: -webkit-optimize-contrast;
/*Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
/* IE (non-standard property) */
}
button {
width: 88px;
font-size: 16px;
background-color: #2F82FB;
margin-left: 10px;
}
.layui-form-item {
margin-bottom: 0 !important;
}
.layui-btn {
padding: 0;
}
/*模块公共样式 end*/
#tree{
width: auto !important;
}
.laytable-cell-numbers {
width: 70px !important;
}