392 lines
6.3 KiB
CSS
392 lines
6.3 KiB
CSS
|
|
html, body {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
font-family: 'Microsoft YaHei';
|
||
|
|
color: #262626;
|
||
|
|
}
|
||
|
|
|
||
|
|
p {
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layout {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: start;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
.close {
|
||
|
|
width: 100%;
|
||
|
|
height: 48px;
|
||
|
|
justify-content: space-between;
|
||
|
|
padding: 0 4% 0 2%;
|
||
|
|
background-color: #F0F0F0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.title-style div {
|
||
|
|
width: 4px;
|
||
|
|
height: 20px;
|
||
|
|
background-color: #2F82FB;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.close p {
|
||
|
|
font-size: 20px;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.rectify-status {
|
||
|
|
width: 100%;
|
||
|
|
height: 40px;
|
||
|
|
font-size: 18px;
|
||
|
|
padding: 0 1%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content {
|
||
|
|
width: 100%;
|
||
|
|
height: calc(100% - 50px);
|
||
|
|
overflow-y: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.model-title {
|
||
|
|
width: 100%;
|
||
|
|
height: 40px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
padding: 0 2%;
|
||
|
|
box-sizing: border-box;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.model-title div {
|
||
|
|
width: 4px;
|
||
|
|
height: 16px;
|
||
|
|
background-color: #2F82FB;
|
||
|
|
}
|
||
|
|
|
||
|
|
.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) {
|
||
|
|
color: #262626;
|
||
|
|
font-size: 16px;
|
||
|
|
margin-left: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
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;
|
||
|
|
}
|
||
|
|
|
||
|
|
.vio-content, .rect-appeal-feedback {
|
||
|
|
width: 100%;
|
||
|
|
min-height: 400px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.basic-content {
|
||
|
|
width: 100%;
|
||
|
|
padding: 0 3.5%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-p {
|
||
|
|
width: 33.333%;
|
||
|
|
font-size: 16px;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-p p {
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-p:nth-of-type(2),
|
||
|
|
.content-p:nth-of-type(3) {
|
||
|
|
justify-content: start;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-textarea, .content-input {
|
||
|
|
width: 100%;
|
||
|
|
padding: 0 3.5%;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-textarea p:nth-of-type(1) {
|
||
|
|
width: 82px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-textarea p:nth-of-type(2) {
|
||
|
|
width: calc(100% - 82px);
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-textarea {
|
||
|
|
align-items: revert;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-input p {
|
||
|
|
width: 50%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.choose-rectify-type {
|
||
|
|
padding: 0 1%;
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.supervision, .rect-info-img {
|
||
|
|
width: 100%;
|
||
|
|
padding: 0 3.5%;
|
||
|
|
align-items: start;
|
||
|
|
}
|
||
|
|
|
||
|
|
.rect-info-img {
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.supervision p, .rect-info-img p {
|
||
|
|
width: 4.5%;
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.supervision-img, .rect-img {
|
||
|
|
width: 90%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.supervision-img img, .rect-img img {
|
||
|
|
width: 150px;
|
||
|
|
height: 120px;
|
||
|
|
margin: 0 10px 10px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.check-p {
|
||
|
|
width: 100%;
|
||
|
|
padding: 0 1%;
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
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) */
|
||
|
|
}
|
||
|
|
|
||
|
|
blockquote {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
#test2 {
|
||
|
|
width: 115px;
|
||
|
|
height: 100px;
|
||
|
|
background-color: rgb(240, 240, 240);
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.uploader-list {
|
||
|
|
margin-left: -15px;
|
||
|
|
max-width: calc(100% - 200px);
|
||
|
|
}
|
||
|
|
|
||
|
|
.uploader-list .handle {
|
||
|
|
position: relative;
|
||
|
|
background-color: red;
|
||
|
|
color: white;
|
||
|
|
filter: alpha(Opacity=80);
|
||
|
|
-moz-opacity: 0.5;
|
||
|
|
opacity: 1;
|
||
|
|
/*width: 212px;*/
|
||
|
|
text-align: right;
|
||
|
|
height: 18px;
|
||
|
|
width: 18px;
|
||
|
|
border-radius: 18px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
left: 87%;
|
||
|
|
margin-bottom: -12px;
|
||
|
|
/*display: none;*/
|
||
|
|
}
|
||
|
|
|
||
|
|
.uploader-list .handle p {
|
||
|
|
font-size: 18px;
|
||
|
|
color: #fff;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.uploader-list .handle i {
|
||
|
|
margin-right: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.uploader-list .handle i:hover {
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.uploader-list .file-iteme {
|
||
|
|
margin: 0 0 0 10px;
|
||
|
|
padding: 1px;
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-upload-list {
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.btn-box {
|
||
|
|
width: 100%;
|
||
|
|
height: 80px;
|
||
|
|
box-sizing: border-box;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.rect-content, .rect-content-info {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.rect-content-info {
|
||
|
|
padding: 0 4.5%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-label {
|
||
|
|
width: 110px;
|
||
|
|
text-align: left;
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input,
|
||
|
|
.layui-select,
|
||
|
|
.layui-textarea {
|
||
|
|
color: #595959 !important;
|
||
|
|
border: 1px solid #d9d9d9 !important;
|
||
|
|
height: 40px;
|
||
|
|
font-size: 16px;
|
||
|
|
background-color: transparent;
|
||
|
|
padding: 3px 6px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.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-form-item .layui-input-inline {
|
||
|
|
width: 300px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.file-div {
|
||
|
|
width: 130px;
|
||
|
|
height: 100px;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
.file-div p {
|
||
|
|
font-size: 12px;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.file-box {
|
||
|
|
width: 150px;
|
||
|
|
height: 120px;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
text-align: center;
|
||
|
|
float: left;
|
||
|
|
background-color: #f6f6f6;
|
||
|
|
margin: 0 10px 10px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.file-box img {
|
||
|
|
width: 64px;
|
||
|
|
height: 64px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.file-box p {
|
||
|
|
font-size: 12px;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.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;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*滚动条样式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*/
|