You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

291 lines
5.1 KiB

//finginvoiceapply添加部分
.invoiceform {
.topline {
margin-bottom: 16px;
display: flex;
flex-direction: row;
justify-content: center;
.el-form-item {
margin-bottom: 0 !important;
.el-form-item__content {
margin-left: 0 !important;
.el-input {
width: 120% !important;
}
}
}
.el-input__inner {
border-style: none;
text-align: center;
}
}
//第一行
.lineone {
border-bottom: 2px solid #e0e3eb;
}
.invoiceadd {
margin: 22px 28px;
border-top: 2px solid #e0e3eb;
.el-form-item__label {
width: auto !important;
}
.el-row {
height: 40px;
border-left: 2px solid #e0e3eb;
.addlabel {
height: 100%;
border-right: 2px solid #e0e3eb;
border-bottom: 2px solid #e0e3eb;
.el-form-item {
height: 100%;
margin-bottom: 0;
display: flex;
flex-direction: row-reverse;
}
}
.addinput {
height: 100%;
padding: 0 40px 0 10px;
border-right: 2px solid #e0e3eb !important;
border-bottom: 2px solid #e0e3eb !important;
.el-form-item {
height: 100%;
margin-bottom: 0;
.el-form-item__content {
width: 100%;
height: 100%;
line-height: 38px;
margin: 0 !important;
.el-input {
width: 100%;
height: 100%;
.el-input__inner {
height: 33px;
}
}
.el-select {
width: 100% !important;
}
}
}
}
.addlabelTwo {
height: 100%;
border-right: 2px solid #e0e3eb;
.el-form-item {
height: 100%;
margin-bottom: 0;
display: flex;
flex-direction: row-reverse;
}
}
.addlabelThree {
height: 100%;
border-right: 2px solid #e0e3eb;
border-bottom: 2px solid #e0e3eb;
text-align: center;
line-height: 40px;
.el-form-item {
height: 100%;
margin-bottom: 0;
display: flex;
flex-direction: column;
align-items: center;
line-height: 40px;
text-align: center;
}
.el-form-item__label {
padding: 0 !important;
}
}
.addlabelFour {
height: 100%;
border-right: 2px solid #e0e3eb;
border-bottom: 2px solid #e0e3eb;
line-height: 40px;
padding: 0 10px;
.el-form-item {
height: 100%;
margin-bottom: 0;
.el-form-item__content {
margin-left: 5px !important;
}
}
}
.addinputRadio {
height: 100%;
border-right: 2px solid #e0e3eb;
border-bottom: 2px solid #e0e3eb;
line-height: 40px;
padding: 0 10px;
}
.lastchild {
border-bottom: 2px solid #e0e3eb;
}
}
}
}
.tabletitle {
height: 40px;
width: 100%;
padding: 0 10px;
background: #018ad2;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
color: white;
.el-button--primary {
background: #0476aa;
}
}
//finreceipt添加部分
.receiptadd {
.topline {
margin-bottom: 16px;
display: flex;
flex-direction: row;
justify-content: center;
.el-form-item {
margin-bottom: 0 !important;
.el-form-item__content {
margin-left: 0 !important;
.el-input {
width: 120% !important;
}
}
}
.el-input__inner {
border-style: none;
text-align: center;
}
}
//第一行
.lineone {
border-bottom: 2px solid #e0e3eb;
}
//中间的部分
.linetwo, .linethree {
.el-col-24 {
border-bottom: 2px solid #e0e3eb;
}
.grid-content {
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
}
}
.linetwo {
.el-col {
padding: 0 32px;
}
}
}
.tabletitle .addbtn {
width: 84px;
background: #0476aa;
border: 0;
outline: none;
padding: 9px 12px;
color: #ffffff;
font-size: 14px;
border-radius: 3px;
cursor: pointer;
}
.tabletitle .addbtn:hover {
border-color: #0476aa;
background-color: #34a1db;
}
.tableTotal {
padding: 20px 0;
font-weight: bold;
font-size: 14px;
}
.tableinput .el-input__inner {
border-style: none;
text-align: center;
}
.inforow {
height: 120px !important;
.el-form-item {
height: 100%;
margin-bottom: 0;
display: flex;
flex-direction: row-reverse;
align-items: center;
}
.infocol {
height: 100%;
border-right: 2px solid #e0e3eb;
border-bottom: 2px solid #e0e3eb;
display: flex;
flex-direction: column;
justify-content: space-around;
.collineone, .collinetwo {
margin-left: 10px;
}
.collineone, .collinetwo {
display: flex;
flex-direction: row;
}
}
}
.blockone, .blocktwo, .blockfour, .blockfive {
min-width: 142px;
}
.blockthree, .blocksix {
min-width: 266px;
}