295 lines
4.8 KiB
CSS
295 lines
4.8 KiB
CSS
* {
|
|
font-family: 'Noto Sans SC';
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
/* 标题样式 start */
|
|
#title {
|
|
width: 100%;
|
|
height: 60px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
#title p {
|
|
font-size: 20px;
|
|
color: #262626;
|
|
margin: 10px;
|
|
}
|
|
|
|
#title span {
|
|
color: #2F82FB;
|
|
font-weight: 900;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
/* 标题样式 end */
|
|
|
|
/* 内容样式 start */
|
|
#content-box {
|
|
width: 100%;
|
|
height: calc(100% - 60px);
|
|
overflow-y: auto;
|
|
}
|
|
|
|
/* 工程详情样式 start */
|
|
#prodetail-box {
|
|
width: 100%;
|
|
height: 510px;
|
|
}
|
|
|
|
.model-title {
|
|
width: 100%;
|
|
height: 50px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
hr {
|
|
background-color: #D9D9D9;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
.layui-input, .layui-textarea, .layui-select, .xm-select-parent .xm-select {
|
|
border: 1px solid #000;
|
|
}
|
|
|
|
.model-title p:nth-child(2) {
|
|
color: #262626;
|
|
font-size: 18px;
|
|
margin-left: 6px;
|
|
}
|
|
|
|
.model-content {
|
|
width: 100%;
|
|
height: calc(100% - 50px);
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: start;
|
|
}
|
|
|
|
.model-content p {
|
|
margin: 9px 10px 9px 18px;
|
|
font-size: 16px;
|
|
color: #595959;
|
|
}
|
|
|
|
.multiseriate {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.multiseriate .first-column {
|
|
width: 60%;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.multiseriate .last-column {
|
|
width: 40%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.number {
|
|
color: #1890FF;
|
|
}
|
|
|
|
#progress-box {
|
|
width: 100%;
|
|
height: 180px;
|
|
}
|
|
|
|
#person-info-box,
|
|
#sub-info-box {
|
|
width: 100%;
|
|
height: 140px;
|
|
}
|
|
|
|
#day-work-ticket-box,#day-class-meeting-box{
|
|
width: 100%;
|
|
min-height: 200px;
|
|
}
|
|
.search-box{
|
|
width: 96%;
|
|
height: 60px;
|
|
margin: 0 2%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.table-box {
|
|
width: 96%;
|
|
height: calc(100% - 60px);
|
|
padding: 0 2%;
|
|
}
|
|
#proTable {
|
|
width: 100%;
|
|
overflow-x: auto;
|
|
cursor: pointer;
|
|
table-layout: fixed !important;
|
|
word-break: break-all;
|
|
}
|
|
|
|
.layui-table-cell a {
|
|
color: #2F82FB;
|
|
font-size: 16px;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.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;
|
|
height: 50px;
|
|
}
|
|
|
|
.layui-table-view .layui-table td {
|
|
font-size: 16px;
|
|
color: #595959;
|
|
}
|
|
|
|
.layui-table thead tr {
|
|
background-color: #F0F0F0;
|
|
}
|
|
|
|
.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-box{
|
|
overflow: hidden !important;
|
|
}
|
|
.layui-table-cell{
|
|
height: auto;
|
|
}
|
|
/* 内容样式 end */
|
|
|
|
/* layui 样式设置 start */
|
|
.layui-form-label {
|
|
font-size: 16px;
|
|
/* width: 100px; */
|
|
color: #595959;
|
|
}
|
|
|
|
.layui-form-item .layui-inline {
|
|
margin: 0;
|
|
}
|
|
|
|
.oper-btn {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.layui-btn+.layui-btn {
|
|
margin-left: 20px;
|
|
font-size: 16px !important;
|
|
}
|
|
|
|
.layui-form-item,
|
|
.layui-inline {
|
|
display: flex;
|
|
justify-content: start;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.layui-input,
|
|
.layui-select,
|
|
.layui-textarea {
|
|
color: #595959 !important;
|
|
border: 1px solid #D9D9D9 !important;
|
|
height: 38px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.layui-input:hover,
|
|
.layui-select:hover,
|
|
.layui-textarea:hover {
|
|
border: 1px solid #D9D9D9 !important;
|
|
}
|
|
|
|
.layui-input:focus,
|
|
.layui-select:focus,
|
|
.layui-textarea:focus {
|
|
border: 1px solid #D9D9D9 !important;
|
|
}
|
|
.layui-form-item .layui-input-inline {
|
|
width: 240px;
|
|
}
|
|
|
|
/* layui 样式设置 end */
|
|
|
|
/*滚动条样式start*/
|
|
::-webkit-scrollbar {
|
|
width: 5px;
|
|
height: 10px;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
background: #e7e7f1 !important;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background: rgba(94, 96, 97, 0.43) !important;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background: rgba(94, 96, 97, 0.43) !important;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:active {
|
|
background: rgba(94, 96, 97, 0.43) !important;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
/*滚动条样式end*/ |