IntelligentRecognition/ah-jjsp-web/.svn/pristine/c1/c1e2a3760bf9c83369461aff73d...

159 lines
2.6 KiB
Plaintext
Raw Permalink Normal View History

2024-05-24 16:09:40 +08:00
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;
}
#main-box {
width: 100%;
height: calc(100% - 80px);
overflow-y: auto;
}
.btn-box {
width: 100%;
height: 80px;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
}
.layui-form-label {
width: 100px;
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;
}
blockquote {
display: flex;
align-items: center;
}
#test2 {
background-color: transparent;
color: #2F82FB;
display: flex;
align-items: center;
justify-content: center;
border: 0;
cursor: pointer;
}
.save{
background-color: #1698d5;
}
.uploader-list {
margin-left: -15px;
max-width: calc(100% - 90px);
}
.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: 83%;
margin-bottom: -10px;
/*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 15px;
padding: 1px;
float: left;
}
.layui-upload-list {
margin: 0;
}
/*滚动条样式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*/