2024-11-08 16:53:56 +08:00
|
|
|
html {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
margin: 15px 15px 15px 15px;
|
|
|
|
|
background: #f2f2f2;
|
|
|
|
|
font-family: 'Alibaba PuHuiTi R';
|
|
|
|
|
height: 98%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layuimini-container {
|
|
|
|
|
border: 1px solid #f2f2f2;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
height: 98%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layuimini-main {
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin: 10px 10px 10px 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**必填红点 */
|
|
|
|
|
.layuimini-form>.layui-form-item>.required:after {
|
|
|
|
|
content: '*';
|
|
|
|
|
color: red;
|
|
|
|
|
position: absolute;
|
|
|
|
|
margin-left: 4px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
line-height: 1.8em;
|
|
|
|
|
top: 6px;
|
|
|
|
|
right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layuimini-form>.layui-form-item>.layui-form-label {
|
|
|
|
|
width: 120px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layuimini-form>.layui-form-item>.layui-input-block {
|
|
|
|
|
margin-left: 150px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layuimini-form>.layui-form-item>.layui-input-block>tip {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
line-height: 10px;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
color: #a29c9c;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**搜索框*/
|
|
|
|
|
.layuimini-container .table-search-fieldset {
|
|
|
|
|
margin: 0;
|
|
|
|
|
border: 1px solid #e6e6e6;
|
|
|
|
|
padding: 10px 20px 5px 20px;
|
|
|
|
|
color: #6b6b6b;
|
|
|
|
|
margin: 10px 0 10px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 表格样式 start */
|
|
|
|
|
.table {
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow-x: auto;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
table-layout: fixed !important;
|
|
|
|
|
word-break: break-all;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-table-cell {
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-table-cell a {
|
|
|
|
|
color: #2F82FB;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.splitLine {
|
|
|
|
|
color: #D9D9D9;
|
|
|
|
|
margin: 0 6px;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-table-view .layui-table th {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
color: #262626;
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-table,
|
|
|
|
|
.layui-table-view {
|
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-table-view .layui-table td {
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
color: #262626;
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-table thead tr {
|
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
|
height: 50px;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
color: #262626 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-table-header {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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 tbody tr {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#layui-table-page1 {
|
|
|
|
|
float: right !important;
|
|
|
|
|
}
|
|
|
|
|
|
2024-11-16 13:36:06 +08:00
|
|
|
#layui-table-page2 {
|
|
|
|
|
float: right !important;
|
|
|
|
|
}
|
|
|
|
|
|
2024-11-08 16:53:56 +08:00
|
|
|
.layui-laypage .layui-laypage-curr .layui-laypage-em {
|
|
|
|
|
background-color: #1890FF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-laypage a:hover {
|
|
|
|
|
color: #1890FF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-laypage input:focus,
|
|
|
|
|
.layui-laypage select:focus {
|
|
|
|
|
border-color: #1890FF !important
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-laypage-default a,
|
|
|
|
|
.layui-laypage-default span {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #262626 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-table-page select {
|
|
|
|
|
height: 24px;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-laypage input,
|
|
|
|
|
.layui-laypage select {
|
|
|
|
|
border-color: #d9d9d9 !important;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
color: #262626 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-table-page .layui-laypage button {
|
|
|
|
|
background: transparent;
|
|
|
|
|
color: #262626;
|
|
|
|
|
border: 1px solid #d9d9d9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-table-body {
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-table-cell {
|
|
|
|
|
height: auto;
|
|
|
|
|
white-space: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 表格样式 end */
|
2024-11-13 14:54:59 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
.layui-upload {
|
|
|
|
|
padding: 0 39px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.upload-file {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
width: 200px;
|
|
|
|
|
height: 120px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#test2 {
|
|
|
|
|
width: 120px;
|
|
|
|
|
height: 100px;
|
|
|
|
|
background-color: rgb(240, 240, 240);
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
|
2024-11-08 16:53:56 +08:00
|
|
|
/**自定义滚动条样式 */
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
|
width: 6px;
|
|
|
|
|
height: 6px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
-webkit-border-radius: 2em;
|
|
|
|
|
-moz-border-radius: 2em;
|
|
|
|
|
border-radius: 2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
|
background-color: #9c9da0;
|
|
|
|
|
-webkit-border-radius: 2em;
|
|
|
|
|
-moz-border-radius: 2em;
|
|
|
|
|
border-radius: 2em
|
|
|
|
|
}
|