239 lines
3.7 KiB
Plaintext
239 lines
3.7 KiB
Plaintext
.declareWrapper {
|
|
.wea-new-top {
|
|
.moreBtn {
|
|
border: 1px solid transparent;
|
|
|
|
i {
|
|
font-weight: 700;
|
|
transform: rotate(90deg);
|
|
}
|
|
}
|
|
|
|
.moreBtn:hover {
|
|
border: 1px solid #57c5f7;
|
|
background: #ffffff;
|
|
color: #57c5f7;
|
|
}
|
|
}
|
|
|
|
.base-info {
|
|
background: #ebf4ff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
min-height: 50px;
|
|
margin-bottom: 8px;
|
|
border-radius: 4px;
|
|
padding: 0 16px;
|
|
|
|
.right .header-declare-info {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
font-size: 12px;
|
|
margin-right: 16px;
|
|
|
|
.fail {
|
|
color: #5d9cec;
|
|
cursor: pointer;
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.listview-com-layout {
|
|
padding: 0 16px;
|
|
|
|
.wea-tab .wea-tab-right, .wea-input-focus {
|
|
background: transparent;
|
|
}
|
|
}
|
|
}
|
|
|
|
.taxPeriod-div {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.title {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.pickerDateCustom {
|
|
.icon-coms-Browse-box-delete, .icon-coms-Browse-box-Add-to {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border: 1px solid #e5e5e5;
|
|
background: transparent;
|
|
cursor: pointer;
|
|
outline: none;
|
|
padding: 0 6px;
|
|
height: 30px;
|
|
top: auto;
|
|
}
|
|
|
|
.icon-coms-Browse-box-delete:hover, .icon-coms-Browse-box-Add-to:hover {
|
|
color: #5d9cec;
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
.declareTable {
|
|
background: #FFF;
|
|
}
|
|
|
|
|
|
.wea-slide-modal-title {
|
|
border-bottom: 1px solid #e5e5e5 !important;
|
|
}
|
|
|
|
.wea-slide-modal-content {
|
|
height: 100%;
|
|
}
|
|
|
|
.declareSchemeDialogTitle {
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
.declareSchemeDialogTitle-left {
|
|
text-align: left;
|
|
padding-left: 16px;
|
|
|
|
.icon-circle-base {
|
|
background: rgb(241, 74, 45);
|
|
}
|
|
|
|
.title {
|
|
color: #111;
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
|
|
.declareSchemeDialogTitle-right {
|
|
text-align: right;
|
|
padding-right: 56px;
|
|
}
|
|
}
|
|
|
|
.declareSchemeDialog {
|
|
height: 100%;
|
|
padding: 16px;
|
|
overflow-y: auto;
|
|
background: #f6f6f6;
|
|
|
|
.wea-search-group .wea-content {
|
|
padding: 0;
|
|
}
|
|
|
|
.wea-search-group {
|
|
border: 1px solid #e5e5e5;
|
|
border-bottom: none;
|
|
background: #fff;
|
|
|
|
.wea-form-item {
|
|
padding: 5px 16px;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
}
|
|
}
|
|
|
|
.wea-search-group, .wea-form-cell {
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.declareCalcDialog {
|
|
.declareCalcDialogTitle {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.declareCalcDialogTitle-left {
|
|
text-align: left;
|
|
|
|
.title {
|
|
color: #111;
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
|
|
.declareCalcDialogTitle-right {
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
.declareCalcDialogContent {
|
|
height: 100%;
|
|
padding: 16px;
|
|
background: #f6f6f6;
|
|
overflow-y: auto;
|
|
}
|
|
}
|
|
|
|
.flex {
|
|
display: flex;
|
|
}
|
|
|
|
.flex-rollback {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.flex-1 {
|
|
flex: 1;
|
|
|
|
.ant-spin-nested-loading, .ant-spin-container {
|
|
height: 99%;
|
|
}
|
|
}
|
|
|
|
.a-center {
|
|
align-items: center;
|
|
}
|
|
|
|
.weapp-salary-tb-filter {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.tbf-item {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.tbfi-label {
|
|
flex-basis: 100px;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.wea-select {
|
|
flex-basis: 200px;
|
|
flex-shrink: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
//扣除名单确认
|
|
.confirmationDialog {
|
|
.title-right {
|
|
text-align: right;
|
|
|
|
button {
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
|
|
.confirmationDialogContent {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #f6f6f6;
|
|
padding: 8px 16px;
|
|
|
|
.tableBtns {
|
|
display: grid;
|
|
grid-template-columns: auto auto;
|
|
justify-content: end;
|
|
gap: 10px;
|
|
}
|
|
|
|
.wea-new-table {
|
|
background: #FFF;
|
|
}
|
|
}
|
|
}
|