css 这会隐藏发票左上角的文本,并将其替换为全宽打印输出徽标。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 这会隐藏发票左上角的文本,并将其替换为全宽打印输出徽标。相关的知识,希望对你有一定的参考价值。

/* This hides the order summary at the top left */ 
#OrderPrintout .summary { 
display: none; 
} 
/* This reduces the font size for the Headline */ 
#OrderPrintout h3 { 
font-size: 16px !important; 
} 
/* This reduces the font size for the line items in the quote */ 
#PageContainer .invoice-items-table .nameCell .title, 
#PageContainer .invoiceItemsTable .nameCell .title { 
font-size: 12px !important; 
} 
/* This displays the printout logo full width */ 
.logo img{ 
width: 100%; 
height: auto; 
} 
/* Hides the line around the content */ 
#Content { 
border-top: 0; 
border-bottom: 0; 
}

以上是关于css 这会隐藏发票左上角的文本,并将其替换为全宽打印输出徽标。的主要内容,如果未能解决你的问题,请参考以下文章

css 仅限图像的弹出优惠券。添加此CSS代码将隐藏优惠券的其他元素,并将自定义内容扩展为全宽。

为全日历中的外部事件重置(左上角宽度 css 样式)

删除等宽约束并使其成为全宽

如何将AnimatedContainer设置为全宽?

在 Disclosure 指示器后面的 TableViewCell 中将 ImageView 设置为全宽

列表项布局未将项目显示为全宽