202 lines
3.7 KiB
CSS
202 lines
3.7 KiB
CSS
|
|
html,
|
||
|
|
body{
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
float: left;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
#left{
|
||
|
|
width: 12%;
|
||
|
|
height: 100%;
|
||
|
|
float: left;
|
||
|
|
background-color: #F9F9F9;
|
||
|
|
}
|
||
|
|
#content{
|
||
|
|
width: 88%;
|
||
|
|
height: 100%;
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
#title{
|
||
|
|
width: 98%;
|
||
|
|
height: 22%;
|
||
|
|
border-left: 1px solid #E4E4E4;
|
||
|
|
}
|
||
|
|
#title>div:nth-child(1){
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
margin-top: 16px;
|
||
|
|
}
|
||
|
|
#title>div:nth-child(1)>div:nth-child(2){
|
||
|
|
margin-left: 20px;
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-around;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
#title>div:nth-child(1)>div:nth-child(2)>div:nth-child(1){
|
||
|
|
color: #666666;
|
||
|
|
font-weight: 600;
|
||
|
|
font-size: 16px;
|
||
|
|
margin-left: 10px;
|
||
|
|
}
|
||
|
|
#title>div:nth-child(1)>div:nth-child(2)>div:nth-child(2){
|
||
|
|
color: #666666;
|
||
|
|
margin-left: 20px;
|
||
|
|
}
|
||
|
|
#title>div:nth-child(2){
|
||
|
|
margin-top: 14px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
#title>div:nth-child(2)>textarea{
|
||
|
|
border: 1px solid #E4E4E4;
|
||
|
|
border-radius: 5px;
|
||
|
|
margin-left: 10px;
|
||
|
|
}
|
||
|
|
#abnormalDescribe{
|
||
|
|
color: #F56C6C;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
#perInfo{
|
||
|
|
width: 100%;
|
||
|
|
height: 74%;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
#perInfo>div{
|
||
|
|
width: 100%;
|
||
|
|
border: 1px solid #E9E9E9;
|
||
|
|
border-radius: 9px;
|
||
|
|
overflow: auto;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
#perInfo>div>div{
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#checkTitle,
|
||
|
|
#fileCheckTitle{
|
||
|
|
color: #333333;
|
||
|
|
font-size: 16px;
|
||
|
|
padding: 15px 20px;
|
||
|
|
font-weight: 600;
|
||
|
|
border-bottom: 1px solid #E9E9E9;
|
||
|
|
}
|
||
|
|
.inforTypeTitle{
|
||
|
|
padding: 20px 32px;
|
||
|
|
background-color: #F9F9F9;
|
||
|
|
}
|
||
|
|
.inforTypeTitle>div{
|
||
|
|
border-left: 6px solid #409EFF;
|
||
|
|
color: #666666;
|
||
|
|
font-weight: 600;
|
||
|
|
text-indent: 6px;
|
||
|
|
}
|
||
|
|
#more{
|
||
|
|
border: 1px solid #E4E4E4;
|
||
|
|
cursor: pointer;
|
||
|
|
padding: 14px 0;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
font-size: 18px;
|
||
|
|
color: #409EFF;
|
||
|
|
margin-top: 100px;
|
||
|
|
margin-bottom: 0 !important;
|
||
|
|
}
|
||
|
|
#more:hover{
|
||
|
|
color: #2B85E4;
|
||
|
|
}
|
||
|
|
|
||
|
|
table{
|
||
|
|
border: 1px solid #E9E9E9;
|
||
|
|
border-radius: 3px;
|
||
|
|
}
|
||
|
|
tr{
|
||
|
|
height: 47px;
|
||
|
|
color: #666666;
|
||
|
|
}
|
||
|
|
table tr:nth-child(odd){
|
||
|
|
background-color: #F7F8FC;
|
||
|
|
}
|
||
|
|
table tr>td{
|
||
|
|
border-bottom: 1px solid #E9E9E9;
|
||
|
|
border-right: 1px solid #E9E9E9;
|
||
|
|
width: 8%;
|
||
|
|
}
|
||
|
|
table tr>td:last-child{
|
||
|
|
border-right: 0!important;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
.layui-timeline-axis{
|
||
|
|
color: #409EFF !important;
|
||
|
|
font-weight: 800 !important;
|
||
|
|
font-size: 10px !important;
|
||
|
|
top: -5px !important;
|
||
|
|
}
|
||
|
|
.layui-timeline-title{
|
||
|
|
color: #999999 !important;
|
||
|
|
font-size: 12px !important;
|
||
|
|
}
|
||
|
|
.layui-timeline-content>div{
|
||
|
|
box-shadow: 0 0 5px rgba(0,0,0,0.2) !important;
|
||
|
|
border-radius: 10px !important;
|
||
|
|
padding: 10px 20px 10px 20px !important;
|
||
|
|
width: 96.5%;
|
||
|
|
margin-left: 18px;
|
||
|
|
margin-top: 16px;
|
||
|
|
}
|
||
|
|
.layui-timeline-content>div>div{
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.layui-timeline-content>div>div>span{
|
||
|
|
margin-left: 10px;
|
||
|
|
}
|
||
|
|
.layui-timeline-content>div>div>span:last-child{
|
||
|
|
color: #999999;
|
||
|
|
font-size: 12px;
|
||
|
|
}
|
||
|
|
.layui-form-label {
|
||
|
|
float: left;
|
||
|
|
display: block;
|
||
|
|
padding: 9px 15px;
|
||
|
|
width: 100px;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 20px;
|
||
|
|
text-align: right;
|
||
|
|
}
|
||
|
|
.layui-form-select dl { max-height:200px; max-width: 600px;}
|
||
|
|
/* chrome下的滚动条样式 */
|
||
|
|
|
||
|
|
::-webkit-scrollbar {
|
||
|
|
width: 5px;
|
||
|
|
height: 5px;
|
||
|
|
}
|
||
|
|
/* 滚动槽 */
|
||
|
|
|
||
|
|
::-webkit-scrollbar-track {
|
||
|
|
-webkit-box-shadow: inset 0 0 5px #e8eceb;
|
||
|
|
border-radius: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* 滚动条滑块 */
|
||
|
|
|
||
|
|
::-webkit-scrollbar-thumb {
|
||
|
|
border-radius: 10px;
|
||
|
|
background: #ffffff;
|
||
|
|
-webkit-box-shadow: inset 0 0 6px #cbb7b7;
|
||
|
|
}
|
||
|
|
|
||
|
|
::-webkit-scrollbar-thumb:window-inactive {
|
||
|
|
background: #e8eceb;
|
||
|
|
}
|
||
|
|
|
||
|
|
::-webkit-scrollbar-corner {
|
||
|
|
background-color: #e8eceb;
|
||
|
|
// 颜色
|
||
|
|
}
|