You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
355 lines
5.8 KiB
SCSS
355 lines
5.8 KiB
SCSS
1 year ago
|
@import "./common/variables.scss";
|
||
|
@import "./common/mixins.scss";
|
||
|
@import "./common/reset.scss";
|
||
|
body {
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
|
||
|
.layui-fluid {
|
||
|
position: relative;
|
||
|
margin: 0 auto;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.layui-fluid {
|
||
|
background: $right-blcok-bg;
|
||
|
box-shadow: none;
|
||
|
}
|
||
|
|
||
|
.table-box {
|
||
|
padding: 20px;
|
||
|
}
|
||
|
|
||
|
.right-unfold-box {
|
||
|
display: flex;
|
||
|
justify-content: flex-start;
|
||
|
align-items: center;
|
||
|
font-size: 14px;
|
||
|
color: $right-text-color;
|
||
|
margin: 14px 20px;
|
||
|
}
|
||
|
|
||
|
.form-card {
|
||
|
// height: 64px;
|
||
|
line-height: 64px;
|
||
|
}
|
||
|
|
||
|
.layui-form {
|
||
|
.layui-form-label {
|
||
|
font-weight: 400;
|
||
|
text-align: right;
|
||
|
color: $form-label-text-color;
|
||
|
padding-right: 10px;
|
||
|
}
|
||
|
.form-btn {
|
||
|
height: 32px;
|
||
|
line-height: 32px;
|
||
|
padding: 0 26px;
|
||
|
background-color: $form-button-bg;
|
||
|
border: none;
|
||
|
border-radius: 4px;
|
||
|
color: $form-text-color;
|
||
|
cursor: pointer;
|
||
|
text-align: center;
|
||
|
font-size: 14px;
|
||
|
white-space: nowrap;
|
||
|
text-align: center;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
.submit-btn {
|
||
|
color: $form-text-color;
|
||
|
background-color: $form-submit-button-bg;
|
||
|
}
|
||
|
.reset-btn {
|
||
|
color: $button-reset-color;
|
||
|
background-color: $form-reset-button-bg;
|
||
|
border: 1px solid $button-reset-border-color;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.form-box {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
flex-wrap: wrap;
|
||
|
font-size: 14px;
|
||
|
.form-label {
|
||
|
margin: 0 10px;
|
||
|
color: $form-label-text-color;
|
||
|
}
|
||
|
.form-input {
|
||
|
width: 248px;
|
||
|
height: 32px;
|
||
|
padding: 0 5px;
|
||
|
background: $form-input-bg;
|
||
|
box-shadow: 0px 2px 6px 0px rgba(68, 70, 74, 0.05);
|
||
|
border-radius: 4px;
|
||
|
border: 1px solid $form-input-border-color;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.layui-iframe {
|
||
|
padding: 20px;
|
||
|
}
|
||
|
|
||
|
.dialog-form {
|
||
|
.layui-form-label {
|
||
|
width: 100px;
|
||
|
}
|
||
|
.layui-input-inline {
|
||
|
width: 340px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.layui-form-btn {
|
||
|
padding: 0 26px;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.dialog-form {
|
||
|
// padding-top: 30px;
|
||
|
}
|
||
|
|
||
|
.display-block {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.display-none {
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
.display-flex {
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
.left-230 {
|
||
|
left: 230px;
|
||
|
}
|
||
|
|
||
|
.left-0 {
|
||
|
left: 0 !important;
|
||
|
}
|
||
|
|
||
|
.left-fold-box {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
position: relative;
|
||
|
width: 134px;
|
||
|
margin: 15px 48px;
|
||
|
.logo {
|
||
|
width: 134px;
|
||
|
height: 24px;
|
||
|
color: $left-logo-color;
|
||
|
font-size: 20px;
|
||
|
font-weight: 400;
|
||
|
text-align: center;
|
||
|
img {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
}
|
||
|
.fold {
|
||
|
position: absolute;
|
||
|
right: -35px;
|
||
|
width: 14px;
|
||
|
height: 14px;
|
||
|
background: url(../img/fold@2x.png) no-repeat center/cover;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.right-fold-box {
|
||
|
display: flex;
|
||
|
justify-content: flex-start;
|
||
|
align-items: center;
|
||
|
// height: 50px;
|
||
|
margin-bottom: 20px;
|
||
|
font-size: 14px;
|
||
|
color: $right-text-color;
|
||
|
.breadcrumb {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
font-size: 14px;
|
||
|
.icon {
|
||
|
width: 4px;
|
||
|
height: 18px;
|
||
|
background-color: $table-main-color;
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
}
|
||
|
.logo {
|
||
|
// width: 134px;
|
||
|
// height: 20px;
|
||
|
// margin-right: 20px;
|
||
|
width: 100px;
|
||
|
height: 20px;
|
||
|
font-size: 24px;
|
||
|
height: 40px;
|
||
|
color: $table-main-color;
|
||
|
font-weight: 400;
|
||
|
img {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
}
|
||
|
.unfold {
|
||
|
width: 14px;
|
||
|
height: 14px;
|
||
|
margin-right: 35px;
|
||
|
background: url(./../img/unfold@2x.png) no-repeat center/cover;
|
||
|
}
|
||
|
span {
|
||
|
cursor: pointer;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
.back {
|
||
|
background: rgba(18, 137, 255, 1);
|
||
|
border-radius: 4px;
|
||
|
color: #fff;
|
||
|
padding: 6px 9px;
|
||
|
position: absolute;
|
||
|
right: 20px;
|
||
|
top: 11px;
|
||
|
a,
|
||
|
a:hover,
|
||
|
a:link,
|
||
|
a:active {
|
||
|
font-size: 14px;
|
||
|
color: rgba(255, 255, 255, 1);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.more-box {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
position: relative;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.more-box .icon {
|
||
|
width: 24px;
|
||
|
height: 24px;
|
||
|
background: url(../img/more@2x.png) no-repeat center/cover;
|
||
|
}
|
||
|
|
||
|
.tips-box {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
position: absolute;
|
||
|
right: 60px;
|
||
|
width: 160px;
|
||
|
padding: 10px;
|
||
|
margin-top: 15px;
|
||
|
font-size: 14px;
|
||
|
color: #454b50;
|
||
|
background: white;
|
||
|
-webkit-box-shadow: 0px 4px 24px 0px rgba(69, 75, 80, 0.16);
|
||
|
box-shadow: 0px 4px 24px 0px rgba(69, 75, 80, 0.16);
|
||
|
border-radius: 4px;
|
||
|
z-index: 1000;
|
||
|
li {
|
||
|
width: 100%;
|
||
|
height: 40px;
|
||
|
line-height: 40px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
li:hover {
|
||
|
background: #f6f8f9;
|
||
|
}
|
||
|
li:active {
|
||
|
background: rgba(220, 224, 228, 1);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
配置
|
||
|
*/
|
||
|
|
||
|
.ml-10 {
|
||
|
margin-left: 10px;
|
||
|
}
|
||
|
|
||
|
.mr-10 {
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
|
||
|
.blue-title {
|
||
|
color: #1289ff;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.layui-layer-btn-r {
|
||
|
position: absolute;
|
||
|
bottom: 0;
|
||
|
right: 0;
|
||
|
}
|
||
|
|
||
|
thead .layui-table-col-special {
|
||
|
background: rgba(250, 251, 252, 1);
|
||
|
}
|
||
|
|
||
|
.layui-table-col-special {
|
||
|
box-shadow: -1px 0px 0px 0px rgba(220, 224, 228, 1);
|
||
|
}
|
||
|
|
||
|
.form-button-fixed {
|
||
|
position: absolute;
|
||
|
right: 20px;
|
||
|
}
|
||
|
|
||
|
.layui-form-select .layui-edge {
|
||
|
width: 16px;
|
||
|
height: 16px;
|
||
|
background: url(../img/xl@2x.png) no-repeat center/cover;
|
||
|
margin-top: -6px;
|
||
|
border-width: 0;
|
||
|
}
|
||
|
|
||
|
.layui-table-sort .layui-table-sort-asc {
|
||
|
width: 10px;
|
||
|
height: 10px;
|
||
|
background: url(../img/down@2x.png) no-repeat center/cover;
|
||
|
border-width: 0;
|
||
|
top: 10px;
|
||
|
}
|
||
|
|
||
|
.layui-table-sort .layui-table-sort-desc {
|
||
|
width: 10px;
|
||
|
height: 10px;
|
||
|
background: url(../img/up@2x.png) no-repeat center/cover;
|
||
|
border-width: 0;
|
||
|
bottom: 10px;
|
||
|
}
|
||
|
|
||
|
.layui-layer .layui-layer-btn-r {
|
||
|
// width: 90vh;
|
||
|
// box-shadow: 0px -1px 0px 0px rgba(237, 239, 241, 1);
|
||
|
}
|
||
|
|
||
|
.layui-table-cell {
|
||
|
height: 44px;
|
||
|
white-space: normal;
|
||
|
line-height: 44px;
|
||
|
}
|
||
|
|
||
|
.layui-form-select dl {
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.layui-table-click {
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
.layui-input-block {
|
||
|
margin: 0;
|
||
|
}
|
||
|
.layui-btn {
|
||
|
background-color: $form-bg;
|
||
|
}
|
||
|
.form-card {
|
||
|
padding: 10px;
|
||
|
}
|