digital-invoice
Version:
数电发票、vue发票展示、vue发票模板、vue发票样式
194 lines (179 loc) • 3.85 kB
CSS
/* 第一步部分 */
.invoice_top[data-v-5d7a1e4d] {
width: 100%;
display: flex;
justify-content: space-between;
margin-bottom: 14px;
}
.invoice_top_one[data-v-5d7a1e4d] {
display: flex;
flex-direction: column;
justify-content: flex-end;
/* padding-right: 40px; */
/* margin: 50px; */
}
.invoice_top_two[data-v-5d7a1e4d]{
font-size: 20px;
font-weight: 600;
display: flex;
align-items: center;
}
.top_middle[data-v-5d7a1e4d] {
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.codeImg[data-v-5d7a1e4d] {
display: inline-block;
width: 84px;
height: 84px;
}
/* .codeImg{
display: inline-block;
width: 83px;
height: 83px;
} */
.top_middle_dingbu[data-v-5d7a1e4d] {
font-size: 28px;
font-weight: bold;
padding: 0 28px 8.4px 28px;
}
.top_middle_dibu[data-v-5d7a1e4d] {
padding: 0 28px;
margin-top: 2px;
}
.top_right[data-v-5d7a1e4d]{
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
.textClass[data-v-5d7a1e4d]{
display: inline-block;
width: 90px;
text-align-last: justify;
}
ul[data-v-55bf4f38]{
margin: 0;
}
.MiMaWordbreak[data-v-55bf4f38] {
word-break: break-all;
}
.DisplayFlex[data-v-55bf4f38] {
display: flex;
align-items: center;
}
.userInfo_bufen[data-v-55bf4f38] {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-evenly;
padding: 0px ;
}
.userInfo_bufen_mingcheng[data-v-55bf4f38] {
text-align-last: justify;
}
.userInfo_bufen_mingcheng_flex[data-v-55bf4f38] {
flex: 1;
word-break: break-all
}
.listInvoiceMark[data-v-8561442e] {
color: rgb(24, 144, 255);
cursor: pointer;
}
.GoodsTable[data-v-8561442e] {
width: 100%;
border-collapse: collapse;
overflow: scroll;
}
.GoodsTable thead tr[data-v-8561442e] {
text-align: center;
}
.invoice-list[data-v-8561442e] {
width: 100px;
min-height: 260px;
}
.invoice-list > tr > td[data-v-8561442e] {
vertical-align: text-top;
}
ul[data-v-753327da],li[data-v-753327da] {
list-style: none;
margin: 0;
padding: 0;
}
.userInfo_bufen[data-v-753327da] {
width: 100%;
display: flex;
flex-direction: column;
min-height: 100px;
}
/* 容器样式 */
.invoice-container[data-v-9514bfd8] {
width: 100%;
overflow: hidden;
position: relative;
}
/* 公共部分 */
.invoice_box[data-v-9514bfd8] {
background-color: #ffffff;
font-size: 14px;
text-align: left;
transition: transform 0.3s ease;
}
[data-v-9514bfd8] .Color_Line_All {
border: 1px solid var(--line-color);
}
[data-v-9514bfd8] .Color_Line_top {
border-top: 1px solid var(--line-color);
}
[data-v-9514bfd8] .Color_Line_bottom {
border-bottom: 1px solid var(--line-color);
}
[data-v-9514bfd8] .Color_Line_left {
border-left: 1px solid var(--line-color);
}
[data-v-9514bfd8] .Color_Line_right {
border-right: 1px solid var(--line-color);
}
[data-v-9514bfd8] .GoodsTable .invoice-list_td {
border-right: 1px solid var(--line-color);
padding: 0 4px;
}
[data-v-9514bfd8] .FontColor {
color: var(--font-color);
}
#dutyParagraph[data-v-9514bfd8] {
font-size: 20px;
letter-spacing: 2px;
}
#buyAddressTelephone[data-v-9514bfd8],
#sellAddressTelephone[data-v-9514bfd8] {
font-size: 12px;
}
/* 第二部分 */
.userInfo[data-v-9514bfd8] {
width: 100%;
display: flex;
}
[data-v-9514bfd8] .userInfo_biaotiming {
width: 84px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 6px 0;
}
ul li[data-v-9514bfd8] {
list-style: none;
margin: 0;
padding: 0;
}
/* 脚部问题 */
.invoicetFooter[data-v-9514bfd8] {
padding-top: 2px;
display: flex;
justify-content: space-between;
}
.invoicetFooter li[data-v-9514bfd8] {
width: 25%;
}