210 lines
3.5 KiB
Plaintext
210 lines
3.5 KiB
Plaintext
html,
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: 'Microsoft YaHei';
|
|
color: #262626;
|
|
}
|
|
|
|
.layout {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: start;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.close {
|
|
width: 100%;
|
|
height: 48px;
|
|
justify-content: start;
|
|
padding: 0 4% 0 2%;
|
|
background-color: #F0F0F0;
|
|
}
|
|
|
|
.close p {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.title-style {
|
|
width: 4px;
|
|
height: 20px;
|
|
background-color: #2F82FB;
|
|
}
|
|
|
|
.content {
|
|
width: 100%;
|
|
height: calc(100% - 50px);
|
|
padding: 0 2%;
|
|
overflow-y: auto;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
/*违章整改通知单 start*/
|
|
.voi-rect-notice {
|
|
margin-bottom: 20px
|
|
}
|
|
|
|
.voi-rect-notice-title,
|
|
.voi-rect-feedback-title,
|
|
.voi-rect-img-title {
|
|
width: 100%;
|
|
height: 40px;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
justify-content: center;
|
|
}
|
|
|
|
.voi-rect-notice-no,
|
|
.voi-rect-feedback-no {
|
|
width: 100%;
|
|
height: 30px;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
justify-content: end;
|
|
}
|
|
|
|
.voi-rect-notice-table colgroup col {
|
|
width: 20%;
|
|
}
|
|
|
|
.classTable table {
|
|
width: 100%;
|
|
table-layout: fixed;
|
|
text-align: center;
|
|
border-collapse: collapse;
|
|
border-spacing: 1px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.classTable tr td {
|
|
height: 50px;
|
|
box-sizing: border-box;
|
|
border: 1px solid #262626;
|
|
padding: 10px 20px;
|
|
}
|
|
|
|
.voi-img img {
|
|
width: 530px;
|
|
height: 350px;
|
|
}
|
|
|
|
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) */
|
|
}
|
|
|
|
/*违章整改通知单 end*/
|
|
|
|
/*违章整改通知单 start*/
|
|
.voi-rect-feedback-table.classTable tr td {
|
|
padding: 5px 10px;
|
|
}
|
|
|
|
.voi-rect-img-title {
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
justify-content: start;
|
|
}
|
|
|
|
.issue-img img,
|
|
.rect-img img {
|
|
width: 300px;
|
|
height: 200px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.download-btn {
|
|
width: 80px;
|
|
height: 36px;
|
|
cursor: pointer;
|
|
border: 1px solid #262626;
|
|
margin-left: 60%;
|
|
border-radius: 3px;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.file-box {
|
|
width: 300px;
|
|
height: 120px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
background-color: #f6f6f6;
|
|
margin: 0 0 10px 16px;
|
|
}
|
|
|
|
.file-download {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: end;
|
|
width: 100%;
|
|
}
|
|
|
|
.file-download button {
|
|
width: 45px;
|
|
border: 1px solid #999;
|
|
background-color: transparent;
|
|
cursor: pointer;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.file-box img {
|
|
width: 64px;
|
|
height: 64px;
|
|
}
|
|
|
|
.file-box p {
|
|
font-size: 12px;
|
|
width: 100%;
|
|
}
|
|
|
|
.btn-box {
|
|
margin: 20px 0;
|
|
justify-content: center;
|
|
}
|
|
|
|
#checkRemarkDiv {
|
|
height: 50px;
|
|
}
|
|
|
|
/*违章整改通知单 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*/ |