源文件

This commit is contained in:
gyq
2024-05-23 14:39:33 +08:00
commit a1128dd791
2997 changed files with 500069 additions and 0 deletions

View File

@@ -0,0 +1,467 @@
.ant-picker {
height: 32px;
background: #ffffff;
border-radius: 7px;
font-size: 13px;
font-family: PingFang SC, PingFang SC-Medium;
font-weight: 500;
text-align: left;
color: #000000;
}
.ant-input {
height: 32px;
background: #fff;
border-radius: 7px;
}
.ant-switch {
width: 50px;
height: 30px;
}
.ant-switch::after {
margin-top: 2px;
width: 22px;
height: 22px;
}
.ant-switch-checked {
background: #00ccbb;
}
.ant-select:hover {
border: 1px solid #00ccbb;
}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
border-color: #00ccbb;
border-right-width: 1px !important;
outline: 0;
box-shadow: none;
}
.ant-select {
height: 32px;
background-color: #ffffff;
border: 1px solid #d9d9d9;
border-radius: 7px;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
position: relative;
background-color: #ffffff;
border: none;
height: 100%;
}
.ant-table-pagination.ant-pagination {
margin: 30px 0;
}
.ant-pagination-options-size-changer.ant-select {
height: 32px;
}
.ant-btn {
border: none;
}
.ant-btn:hover {
border: none;
}
.ant-btn:focus {
border: none;
}
.ant-btn:active {
border: none;
}
.ant-btn .ant-select-focused {
border: none;
}
.ant-input:focus {
border-color: #00ccbb;
border-right-width: 1px !important;
outline: 0;
box-shadow: 0 0 0 2px rgba(0, 204, 187, 0.26);
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
background-color: #dcfaf5;
transition: 0.3s ease;
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) div {
color: #00ccbb;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
background-color: #00ccbb;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) div {
color: #ffffff;
}
.ant-select-item {
width: 100%;
margin: 0 auto;
height: 34px;
border-radius: 7px;
}
.ant-select-dropdown {
padding: 10px 10px 10px 10px;
box-sizing: border-box;
border-radius: 10px;
background: #ffffff;
box-shadow: 0px 0px 30px 0px rgba(62, 89, 75, 0.12);
}
.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container::before {
box-shadow: inset 1px 0 0px 0px #f0f0f0;
}
.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
box-shadow: inset -1px 0 0px 0px #f0f0f0;
}
.ant-table-ping-right .ant-table-cell-fix-right-first::after,
.ant-table-ping-right .ant-table-cell-fix-right-last::after {
box-shadow: inset -1px 0 0px 0px #f0f0f0;
}
.input_box {
width: 100%;
box-sizing: border-box;
padding-top: 20px;
padding-bottom: 20px;
color: rgba(240, 240, 240, 0.568);
border-bottom: 1px solid #EDF2F1;
}
.ant-table-thead > tr > th {
position: relative;
color: #A9B3B1;
font-weight: 700;
text-align: left;
background: #ffffff;
border-bottom: none;
transition: background 0.3s ease;
font-size: 14px;
}
.ant-table-cell {
font-size: 13px;
}
.ant-pagination-options-size-changer.ant-select {
display: inline-block;
width: 120px;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
background-color: rgba(21, 217, 184, 0.15);
color: #00ccbb;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
box-sizing: border-box;
padding: 8px 13px;
border-radius: 7px;
}
.ant-dropdown-menu {
padding: 5px;
box-shadow: 0px 0px 30px 0px rgba(62, 89, 75, 0.12);
border-radius: 12px;
}
.disable {
color: #b9b9b9;
}
.disable:hover {
background-color: rgba(0, 0, 0, 0.05);
color: #808080;
cursor: no-drop;
}
tr.ant-table-measure-row {
visibility: collapse;
}
.ant-modal-header {
padding: 23px 25px;
color: rgba(0, 0, 0, 0.85);
background: #fff;
border-bottom: 1px solid #f0f0f0;
border-radius: 10px 10px 0 0;
}
.ant-modal-header .ant-modal-close {
top: 5px;
}
.ant-modal-title {
margin: 0;
color: #293331;
font-size: 17px;
font-family: PingFang SC, PingFang SC-Bold;
font-weight: 700;
line-height: 22px;
word-wrap: break-word;
}
.ant-modal-body {
padding: 30px 25px 30px 25px;
font-size: 13px;
font-family: PingFang SC, PingFang SC-Medium;
font-weight: 500;
color: #a9b3b1;
letter-spacing: 1px;
color: #454D4B;
line-height: 1.5715;
word-wrap: break-word;
}
.ant-modal-footer {
padding: 25px 25px;
text-align: center;
background: transparent;
border-top: none;
border-radius: 0 0 10px 10px;
}
.ant-modal-footer div {
display: flex;
justify-content: space-between;
}
.ant-modal-footer div .ant-btn {
width: 110px;
height: 50px;
font-size: 13px;
font-family: PingFang SC, PingFang SC-Medium;
font-weight: 500;
color: #a9b3b1;
letter-spacing: 1px;
font-size: 16px;
}
.ant-modal-footer div button:nth-child(1) {
background-color: #EDF2F1;
}
.ant-modal-footer div button:nth-child(2) {
color: #fff;
}
.font {
font-size: 13px;
font-family: PingFang SC, PingFang SC-Medium;
font-weight: 500;
color: #a9b3b1;
letter-spacing: 1px;
}
.content {
background-color: #ffffff;
width: 100%;
border-radius: 12px;
overflow: hidden;
}
.head-sear {
padding-left: 20px;
padding-right: 20px;
font-size: 13px;
font-family: PingFang SC, PingFang SC-Medium;
font-weight: 500;
color: #a9b3b1;
letter-spacing: 1px;
}
.head-sear .search {
display: flex;
flex-direction: column;
width: 100%;
box-sizing: border-box;
padding: 10px 15px;
}
.button-box {
width: 100%;
padding: 10px 15px;
flex-grow: 1;
}
.button-box .buttonarea {
display: flex;
justify-self: start;
align-items: center;
}
.button-box .buttonarea .opensearch {
display: flex;
align-items: center;
}
.button-box .buttonarea .opensearch:hover {
cursor: pointer;
}
.button-box .searchbutton {
flex-grow: 1;
height: 34px;
background: #00ccbb;
border-radius: 7px;
}
.button-box .searchbutton /deep/ span {
color: #ffffff;
font-size: 16px;
}
.button-box .searchbutton:hover {
background: #00A6A6;
}
.button-box .reloadbutton {
flex-grow: 1;
height: 34px;
background: #edf2f1;
border-radius: 7px;
margin-left: 10px;
}
.button-box .reloadbutton /deep/ span {
color: #79807E;
font-size: 16px;
}
.button-box .reloadbutton:hover {
background: rgba(41, 102, 92, 0.158);
}
.pay-class {
border-radius: 7px;
font-family: PingFang SC, PingFang SC-Medium;
font-weight: 500;
color: #a9b3b1;
letter-spacing: 1px;
padding: 6px;
font-size: 13px;
}
.paysuccess {
border-radius: 7px;
font-family: PingFang SC, PingFang SC-Medium;
font-weight: 500;
color: #a9b3b1;
letter-spacing: 1px;
padding: 6px;
font-size: 13px;
background: rgba(0, 230, 58, 0.15);
color: #0ed884;
}
.paystart {
border-radius: 7px;
font-family: PingFang SC, PingFang SC-Medium;
font-weight: 500;
color: #a9b3b1;
letter-spacing: 1px;
padding: 6px;
font-size: 13px;
background: rgba(179, 230, 0, 0.15);
color: #a3c724;
}
.onpay {
border-radius: 7px;
padding: 6px;
background: rgba(255, 194, 27, 0.15);
font-size: 13px;
font-family: PingFang SC, PingFang SC-Medium;
font-weight: 500;
color: #a9b3b1;
letter-spacing: 1px;
color: #ffb20b;
}
.payfail {
border-radius: 7px;
padding: 6px;
background: rgba(212, 212, 212, 0.15);
font-size: 13px;
font-family: PingFang SC, PingFang SC-Medium;
font-weight: 500;
color: #a9b3b1;
letter-spacing: 1px;
color: #4b4b4b;
}
.payclose {
border-radius: 7px;
padding: 6px;
background: rgba(192, 192, 192, 0.425);
font-size: 13px;
font-family: PingFang SC, PingFang SC-Medium;
font-weight: 500;
color: #a9b3b1;
letter-spacing: 1px;
color: #afafaf;
}
.paysuccess-called {
border-radius: 7px;
font-family: PingFang SC, PingFang SC-Medium;
font-weight: 500;
color: #a9b3b1;
letter-spacing: 1px;
padding: 6px;
font-size: 13px;
background: rgba(0, 230, 58, 0.15);
color: #0ed884;
}
.payrefund {
border-radius: 7px;
padding: 6px;
background: rgba(212, 212, 212, 0.774);
font-size: 13px;
font-family: PingFang SC, PingFang SC-Medium;
font-weight: 500;
color: #a9b3b1;
letter-spacing: 1px;
color: #575656;
}
.called {
border-radius: 7px;
padding: 6px;
padding: 3px;
background: rgba(74, 236, 109, 0.425);
font-size: 13px;
font-family: PingFang SC, PingFang SC-Medium;
font-weight: 500;
color: #a9b3b1;
letter-spacing: 1px;
color: #30d338;
}
.waitcalled {
border-radius: 7px;
padding: 6px;
padding: 3px;
background: rgba(236, 120, 91, 0.425);
font-size: 13px;
font-family: PingFang SC, PingFang SC-Medium;
font-weight: 500;
color: #a9b3b1;
letter-spacing: 1px;
color: #d33030;
}
.operation {
width: 100px;
height: 34px;
background: rgba(41, 102, 92, 0.07);
border-radius: 10px;
}
.data-view {
background: #f5f7f7;
border-radius: 10px;
margin-top: 10px;
margin-bottom: 30px;
overflow: hidden;
padding: 15px 0 ;
}
.data-view .total-data {
border-radius: 5px;
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
padding: 0 15px ;
}
.data-view .total-data div {
padding: 0px 10px 0 10px;
height: 30px;
background: #ffffff;
border-radius: 5px;
margin: 5px;
text-align: center;
line-height: 30px;
font-family: PingFang SC, PingFang SC-Medium;
font-weight: 500;
color: #a9b3b1;
letter-spacing: 1px;
font-size: 13px;
color: #000;
}
.statistics {
width: 100%;
margin-bottom: 10px;
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.statistics .databutton {
width: 120px;
height: 40px;
background: rgba(0, 204, 187, 0.158);
border-radius: 10px;
margin-left: 0px;
display: flex;
justify-content: center;
align-items: center;
color: #00ccbb;
transition: 0.3s ease;
}
.statistics .databutton:hover {
cursor: pointer;
background: #00CCBB;
color: #ffffff;
}
.statistics .databutton:hover i {
color: #ffffff;
}

View File

@@ -0,0 +1,21 @@
@jee-theme: #1A53FF; //主题色
@jee-back: #F0F2F5; //主要背景色
@jee-card-back: #FFF; //卡片底色
@jee-theme-mask: rgba(26,83,255,0.1); //主体遮罩色(10% 透明度)
@jee-strengthen: #596380; //强化色
@jee-theme-hover: #0033CC; //主题Hover
@jee-warning: #FF4B33; //危险,强化警告色
@jee-inside-link: #1A79FF; //内部链接
@jee-external-link: #AE1B6E; //外部链接