| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- /**
- * 导出预览正常css样式
- * */
- /*二号 22pt 小二 18pt 三号 16pt 小三 15pt 四号 14pt 小四 12pt 五号 10.5pT*/
- #printPreview {
- width: 788.8px;
- -webkit-box-shadow: 1px 1px 9px 2px #D2D2D2;
- box-shadow: 1px 1px 9px 2px #D2D2D2;
- background-color: #fff;
- padding: 30px 60px 80px 60px;
- }
- .alignC {
- text-align: center;
- }
- .headerAlign h2 {
- font-family: "宋体";
- /*font-weight: bold;*/
- color: #000;
- font-size: 22pt;
- /*二号*/
- line-height: 40px;
- letter-spacing: -1px;
- margin-bottom: 17px;
- margin-top: 0;
- }
- .headerAlign h3 {
- width: 646px;
- }
- .headerAlign h3 div:nth-of-type(1) {
- color: #111111;
- font-size: 16pt;
- /*三号*/
- text-align: left;
- font-weight: normal;
- margin-left: 42px;
- font-family: "仿宋_GB2312";
- }
- #printPreview .tableLists {
- margin: 0 auto;
- width: 624px;
- border-collapse: collapse;
- border-color: #000;
- color: #000;
- font-size: 16pt;
- /*三号*/
- font-family: "黑体";
- }
- .tableLists td {
- /*padding: 6px 0 6px 0;*/
- padding: 6px;
- }
- .tableLists td:first-child,
- .tableLists td:nth-of-type(3) {
- width: 162px;
- }
- .tableLists td:nth-of-type(2),
- .tableLists td:nth-of-type(4) {
- white-space: normal;
- word-break: break-all;
- font-size: 12pt;/*小四*/
- font-family: "黑体";
- }
- .t_address {
- text-align: left;
- text-indent: .3em;
- padding: 4px;
- }
- .t_reactionPro{
- text-align: justify;
- padding: 4px;
- }
- .t_proHandling,
- .t_remarks,
- .t_feedback {
- text-align: justify;
- padding: 4px;
- /*text-indent: 2em;*/
- }
- .exportBtn {
- margin: 20px auto;
- }
- .btn {
- margin-top: 4px;
- margin-bottom: 4px;
- background-color: #1ab394;
- color: #fff;
- }
- .exportBtn .btn:focus,
- .exportBtn .btn:hover {
- background-color: #159379;
- color: #fff;
- }
|