简介:本文主要记录平时遇到的CSS问题
1、IE环境下,网页导出excel
时身份证号
等长数字格式
自动转为科学计数法
.exportExcel{
mso-number-format:'\@';
}
2、网页
显示但打印的时候
不显示
<style media="print" type="text/css">
.noPrint{
display: 'none';
}
</style>