salary-management-front/pc4mobx/hrmSalary/pages/declareDetail/index.less

269 lines
4.4 KiB
Plaintext

.declareDetail-layout {
height: 100%;
display: flex;
flex-direction: column;
.declareDetail-layout-content {
padding: 0 16px;
.ant-table-tbody {
td {
max-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
.declareDetail-layout-table-content {
flex: 1;
padding: 0 16px;
.ant-spin-nested-loading, .ant-spin-container {
height: 100% !important;
}
}
.icon-span {
cursor: pointer;
.ant-tag:hover .anticon-cross {
display: block;
}
.ant-tag {
background: transparent;
border-radius: 0;
border: none;
position: relative;
.anticon-cross {
position: absolute;
right: -1px;
top: -1px;
display: none;
}
}
i.icon-coms02-Warning-01 {
font-size: 16px;
color: red;
}
}
}
.taxDeclarationInfo_layout {
border-bottom: 1px solid #e5e5e5;
height: 48px;
padding: 0 16px;
font-size: 12px;
color: #111;
display: flex;
justify-content: space-between;
align-items: center;
.base-info {
display: flex;
align-items: center;
justify-content: flex-start;
.info-item {
margin-right: 25px;
.label {
color: #666;
}
.value {
color: #111;
}
}
}
.weapp-salary-btn-flex {
display: flex;
align-items: center;
justify-content: flex-end;
cursor: auto;
}
.tools-line {
font-size: 12px;
display: flex;
align-items: center;
color: #111;
.item {
margin-left: 8px;
cursor: pointer;
}
}
}
.declareResultDialog {
.wea-new-top-req-wapper .wea-new-top-req-main {
padding: 12px 0 0 0;
background: transparent;
}
.wea-new-top-req-wapper .wea-new-top-req-main .wea-new-top-req-title-text {
color: #111;
font-weight: 700;
}
.wea-new-top-req-wapper .wea-new-top-req {
background: transparent;
}
.wea-new-top-req-wapper .wea-new-top-req-title > div:first-child > div {
max-width: 500px !important;
}
.wea-new-top-req-wapper .wea-new-top-req-title > div:last-child {
background: transparent;
}
.declareResultDialogTitle {
display: flex;
align-items: center;
.declareResultDialogTitle-left {
text-align: left;
.title {
color: #111;
font-weight: 700;
}
}
.declareResultDialogTitle-right {
text-align: right;
}
}
.declareResultDialogContent {
height: 100%;
padding: 16px;
background: #f6f6f6;
.declareTable {
background: #FFF;
}
.declareNoSearchBox {
display: flex;
justify-content: flex-end;
padding: 5px 5px 9px 0;
background: #Ffff;
margin-bottom: 16px;
}
}
}
.paymentDialog {
.ant-modal-title {
.text-elli {
color: #111;
font-weight: 700;
}
}
.ant-modal-footer {
.ext-link {
padding-left: 0 !important;
padding-right: 10px !important;
text-align: left !important;
}
}
.paymentDialogContent {
padding: 16px 25px;
background: #f6f6f6;
.wea-search-group {
border: 1px solid #e5e5e5;
padding: 0;
border-bottom: none;
.ant-row, .ant-col-24 {
padding: 0;
}
.wea-form-item {
padding: 5px 16px;
background: #fff;
border-bottom: 1px solid #e5e5e5;
}
}
}
.with-holding-pay-detail {
display: flex;
flex-direction: column;
padding: 16px;
& > div {
line-height: 32px;
}
.status {
height: 32px;
display: flex;
align-items: center;
justify-content: center;
color: #8ED36E;
}
.line {
display: flex;
height: 32px;
align-items: center;
.label {
width: 30%;
flex-grow: 0;
flex-shrink: 0;
}
}
}
}
.mulSelectDialog {
.wea-form-item .wea-form-item-wrapper {
display: block !important;
}
.wea-date-picker {
width: 100% !important;
}
}
.incomeTaxDecPerSlideWrapper {
.wea-slide-modal-content {
background: #f6f6f6;
padding: 16px;
overflow: auto;
height: 100%;
}
.wea-search-group {
padding: 0;
background: #fff;
border: 1px solid #e5e5e5;
border-bottom: none;
margin-bottom: 16px;
.wea-form-cell, .wea-content {
padding: 0;
}
.wea-form-item {
padding: 5px 16px;
border-bottom: 1px solid #e5e5e5;
}
}
}