ttk-app-core
Version:
enterprise develop framework
551 lines (548 loc) • 17.6 kB
text/less
@lineBorderColor: #ECECEC;
@fontColor: #515151;
@Color: #fff;
.ttk-access-app-tranreport {
width: 100%;
height: 100%;
overflow: hidden;
display: flex;
flex: 1; // background: #fff;
.contentdisplay {
display: none;
}
&-step0content {
display: flex;
flex: 1;
flex-direction: column;
background: #fff;
.ant-spin-container {
position: relative;
height: 100%;
}
&-form {
// position: absolute;
// left: 380px;
// width: 840px;
margin: 0 auto;
display: flex;
// justify-content: center;
flex-direction: column;
// align-content: start;
padding-top: 40px;
min-height: 600px;
.ant-row {
width: 590px;
margin: 0px auto;
white-space: nowrap;
}
.ant-form-item-children {
position: relative;
}
.ant-form-explain {
//left:55%;
position: relative;
}
}
&-tips {
// position: absolute;
// font-size: 14px;
// color: #F56F23;
// top: 60px;
// left: 100px;
font-size: 14px;
color: #F56F23; // margin: 20px 89px;
display: flex;
justify-content: center;
text-align: center;
p {
margin-bottom: 0;
}
}
.ant-form-item-label {
width: 180px ;
font-size: 12px ;
position: relative;
float: left;
}
.ant-form-item-control-wrapper {
position: relative;
width: 330px ;
margin-top: 6px ;
float: left;
}
.ant-input {
font-size: 12px ;
}
.ant-select-selection-selected-value {
font-size: 12px ;
}
.step0contentbtn {
width: 430px;
margin: 0 auto; // display: flex;
justify-content: center;
height: 40px;
margin-left: 80px;
margin-top: 10px;
}
.ant-radio-group {
position: relative ;
top: 0px ;
width: 30% ;
display: flex;
flex-direction: row;
}
.ant-radio-button-wrapper {
font-family: MicrosoftYaHei;
font-size: 12px;
letter-spacing: -0.01px;
height: 30px;
}
}
&-step1content {
display: flex;
flex: 1;
flex-direction: row;
background: #fff;
margin: 0 auto;
justify-content: center;
height: 100%;
.ttk-access-app-tranreport-leadIn {
width: 552px;
margin: 0 auto;
position: relative;
padding-top: 143px;
.ttk-access-app-tranreport-leadIn-care {
position: absolute;
font-size: 14px;
color: #F56F23;
left: -144px;
width: 840px;
top: 60px;
p {
margin-bottom: 0;
}
}
.update-balancesheet-item {
margin-bottom: 17px;
height: auto;
overflow: hidden;
.update-balancesheet-item-title {
width: 109px;
display: inline-block;
height: 38px;
line-height: 38px;
text-align: right;
float: left;
font-size: 12px;
}
.update-balancesheet-item-content {
display: inline-block;
float: left;
&>div {
display: block;
overflow: hidden;
height: auto;
&>div {
float: left;
}
&>span {
float: left;
}
}
.update-balancesheet-item-content-input {
width: 320px ;
line-height: 38px;
padding-left: 10px;
.update-shanchu-icon {
// display: none;
float: right;
width: 22px;
height: 22px;
font-size: 22px;
margin-top: 7px;
margin-right: 3px;
cursor: pointer;
color: #ccc; // background: url('./img/close-btn.png') no-repeat;
&:hover {
color: #999; //background: url('./img/close-btn-hover.png') no-repeat;
}
} // &:hover .update-shanchu-icon {
// display: block;
// background: url('./img/close-btn-hover.png') no-repeat;
// }
}
}
}
.ttk-access-app-tranreport-leadIn-localRpt {
margin-top: 11px;
width: 100%;
height: 40px;
border: none;
font-size: 14px;
&[disabled]:hover {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
}
}
.ttk-access-app-tranreport-leadIn-next {
margin: 20px auto;
display: flex;
flex-direction: row;
justify-content: center;
position: relative;
width: 200px;
text-align: center;
a {
text-decoration: none ;
}
i {
display: inline-block; // line-height: 26px !important;
// font-size: 20px;
width: 20px ; // height: 16px;
box-sizing: border-box;
background: #FFFFFF;
position: relative; // top: 2px;
cursor: pointer;
}
.tranreporticon1 {
margin-right: 15px;
display: flex;
position: relative;
float: left;
}
.tranreporticon2 {
margin-left: 15px;
display: flex;
position: relative;
float: right;
} // .nextBtnIcon {
// background: url('./img/zh-btn-disabled.png') no-repeat;
// }
// .nextBtnIcon-color {
// background: url('./img/zh-btn.png') no-repeat;
// }
// span {
// display: inline-block;
// line-height: 26px !important;
// }
// &:hover span {
// text-decoration: underline;
// }
.taxSet {
display: block;
text-align: center;
box-sizing: border-box;
background: @Color; //margin-left: 8px;
position: relative;
float: left;
}
.edficon {
width: 30px;
height: 30px;
font-size: 24px; // border-radius: 5px;
// border: @iconBorder;
cursor: pointer;
}
.edficon-shezhi {
color: @iconDaochu;
}
.edficon-shezhi:hover {
border-color: @iconDaochu
}
}
}
.update-balancesheet-item-content-input-text {
display: inline-block;
width: 275px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 12px;
}
.nextBtnText {
font-size: 12px;
margin-top: 2px;
margin-left: 6px;
}
.ant-upload {
height: 38px ; // line-height: 35px;
}
.mk-upload:hover .ant-btn {
color: #40c2b7 ;
background-color: #fff ;
border-color: #40c2b7 ;
}
}
&-step2content {
background: #fff; // height: 100%;
flex: 1;
overflow: hidden;
&-header {
flex-direction: column;
padding: 0px 10px 0px 10px;
height: 148px;
border: 1px solid #d9d9d9;
border-bottom: none;
position: relative;
&-rpttype {
display: inline-block;
justify-content: space-between;
height: 45px;
&-rightcontent {
display: inline-block;
flex: 1;
flex-direction: row;
justify-content: space-between;
margin-left: 10px;
&-left {
display: inline-block;
align-items: center;
font-family: 'MicrosoftYaHei';
font-size: 12px;
color: #FF7E3B;
letter-spacing: -0.44px;
width: 46%;
float: left;
position: absolute;
top: 15%; //left: 23%;
word-break: break-all;
word-wrap: break-word;
}
&-right {
display: inline-block;
position: absolute;
right: 0.5%;
top: 10%;
&-generatebtn {
min-width: 80px; // height: 40px !important;
line-height: 30px ;
font-size: 14px;
background-color: @primary-color;
color: #fff;
border: none;
border-radius: 3px;
&:hover {
background-color: @button-hover-color;
border-color: transparent;
color: #fff;
}
&:focus {
background-color: @button-hover-color;
border-color: transparent;
color: #fff;
}
}
&-otherbtn {
margin-left: 8px; // min-width: 80px;
line-height: 31px;
}
.more {
margin-left: 8px;
min-width: 80px;
line-height: 31px;
}
}
}
}
&-maintitle {
font-size: 18px;
color: #333333;
letter-spacing: -0.01px;
text-align: center;
height: 35px;
position: absolute;
top: 15%;
left: 48%;
}
&-subtitle {
font-family: MicrosoftYaHei;
font-size: 12px;
color: #666666;
letter-spacing: -0.01px;
text-align: center;
}
&-rpttopdesc {
display: flex;
flex-direction: row;
justify-content: space-between;
height: 30px;
line-height: 30px;
margin-top: 3px;
}
&-rptbottomdesc {
display: flex;
flex-direction: row;
justify-content: space-between;
height: 30px;
}
}
&-content {
flex: 1;
border: 1px solid #d9d9d9;
border-top: none ;
background: #fff;
width: 100%; // height: 500px;
display: flex;
table-layout: fixed;
overflow: auto;
.ant-table-placeholder {
border-right: none ;
border-left: none ;
}
.ant-table-fixed tr td {
text-overflow: ellipsis;
line-height: 3;
} // .ant-table-body {
// overflow-y: hidden !important;
// }
&>div {
width: 100%;
}
}
&-tableCellInput {
padding-right: 8px;
font-size: 12px;
color: rgba(0, 0, 0, 0.65);
height: 26px;
line-height: 26px;
overflow: hidden;
text-align: right;
text-overflow: ellipsis;
padding-top: 0px;
}
}
.ant-tabs-bar {
margin: 0px ;
}
.celltext {
white-space: pre;
}
.rptHeaderLeft {
// width: 30%;
// min-width: 30%;
flex: 1;
font-size: 12px;
color: #666666;
letter-spacing: -0.01px;
float: left;
}
.rptHeaderCenter {
flex: 1;
text-align: center;
position: absolute;
left: 45%;
font-size: 12px;
color: #666666;
letter-spacing: -0.01px;
}
.rptHeaderRight {
// width: 20%;
text-align: right;
float: right;
flex: 1;
font-size: 12px;
color: #666666;
letter-spacing: -0.01px;
}
.rptHeaderbottomLeft {
// width: 30%;
// min-width: 30%;
float: left;
flex: 1;
font-size: 12px;
color: #666666;
letter-spacing: -0.01px;
}
.rptHeaderbottomCenter {
flex: 2; // width: 60%;
// min-width: 60%;
display: flex;
flex-direction: row;
justify-content: center;
font-size: 12px;
color: #666666;
letter-spacing: -0.01px;
}
.rptHeaderbottomRight {
// width: 30%;
// min-width: 30%;
flex: 1;
font-size: 12px;
color: #666666;
letter-spacing: -0.01px;
}
.rptHeaderbottomSpace-ll {
position: absolute;
left: 40%;
}
.rptHeaderbottomSpace-rr {
position: absolute;
left: 55%;
}
.ant-radio-button-wrapper {
font-family: MicrosoftYaHei;
font-size: 12px;
letter-spacing: -0.01px;
height: 30px;
}
.ant-radio-group {
position: absolute;
top: 10%;
width: 30%;
}
.tranreportspin {
position: relative;
width: 100%;
height: 100%;
}
}
.tranreport-generate-modal {
.ant-modal-body {
padding: 0;
.anticon {
display: none;
}
.ant-confirm-content {
margin-left: 37px;
font-size: 12px;
margin-top: -5px;
}
.tranreport-generate-modal-header {
font-size: 14px;
color: #252525;
height: 55px;
line-height: 55px;
padding-left: 12px;
border-bottom: 1px solid #e8e8e8;
}
.tranreport-generate-modal-content {
margin-left: 12px;
margin-right: 12px;
margin-top: 12px;
}
.tranreport-generate-modal-content-title {
font-size: 14px;
color: #252525;
line-height: 24px;
height: 24px;
}
.tranreport-generate-modal-content-item {
font-size: 12px;
line-height: 22px; // height: 22px;
color: #515151;
}
.ant-confirm-btns {
margin-top: 10px ;
float: none ;
text-align: center ;
}
}
}
.ant-spin-spinning {
position: relative;
width: 100%;
}
.ant-select-dropdown {
margin-top: 25px ;
}