136 lines
2.3 KiB
Plaintext
136 lines
2.3 KiB
Plaintext
.taxAgentSlideContent {
|
|
.baseSettingWrapper, .taxDeclarationInfoWrapper {
|
|
padding: 12px 12px 12px 20px;
|
|
|
|
.wea-search-group {
|
|
padding: 0;
|
|
border: 1px solid #e5e5e5;
|
|
border-bottom: none;
|
|
|
|
.wea-content {
|
|
padding: 0;
|
|
|
|
.wea-form-cell, .wea-form-item {
|
|
border-bottom: 1px solid #e5e5e5;
|
|
padding: 5px 10px 5px 30px;
|
|
|
|
.wea-form-item {
|
|
padding: 0 !important;
|
|
border-bottom: none !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.comHint {
|
|
width: 100%;
|
|
margin: 16px 0;
|
|
border: 1px solid #e5e5e5;
|
|
|
|
.hintHeader {
|
|
background: #f6f6f6;
|
|
height: 40px;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
padding-left: 16px;
|
|
line-height: 40px;
|
|
}
|
|
|
|
.hintTips {
|
|
width: 100%;
|
|
color: #999;
|
|
line-height: 20px;
|
|
padding: 0 16px;
|
|
display: inline-block;
|
|
|
|
p {
|
|
margin: 1rem 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.slideOuterWrapper {
|
|
.wea-slide-modal-title {
|
|
height: initial;
|
|
line-height: initial;
|
|
text-align: left;
|
|
}
|
|
|
|
.rodal-close {
|
|
z-index: 99;
|
|
top: 10px !important;
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1260px) {
|
|
.slideOuterWrapper {
|
|
.reqTopWrapper .wea-new-top-req-title > div:first-child > div {
|
|
max-width: 100% !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 1060px) and (max-width: 1260px) {
|
|
.slideOuterWrapper {
|
|
.reqTopWrapper .wea-new-top-req-title > div:first-child > div {
|
|
max-width: calc(100% - 96px) !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
//添加关联人员弹框中的下拉框样式
|
|
.personalScopeModalWrapper {
|
|
.wea-select, .ant-select-selection, .ant-select {
|
|
width: 100%;
|
|
}
|
|
|
|
.wea-select {
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
|
|
.ant-select-selection {
|
|
height: 30px;
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
|
|
.taxfillingDialog {
|
|
.ant-modal-title {
|
|
.text-elli {
|
|
color: #111;
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
|
|
.taxfillingDialogContent {
|
|
height: 100%;
|
|
padding: 16px;
|
|
background: #f6f6f6;
|
|
overflow-y: auto;
|
|
|
|
.wea-search-group {
|
|
padding: 0;
|
|
background: #FFF;
|
|
border: 1px solid #e5e5e5;
|
|
border-bottom: 0;
|
|
|
|
.ant-row, .wea-form-cell {
|
|
padding: 0;
|
|
}
|
|
|
|
.wea-form-item {
|
|
padding: 5px 16px;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
}
|
|
}
|
|
|
|
.wea-new-table {
|
|
background: #FFF;
|
|
}
|
|
|
|
}
|
|
}
|