Commit adc4ef75 authored by hj's avatar hj

更新提交

parent 237a6025
......@@ -34,7 +34,7 @@ class ChemicalsMsdsService
}
preg_match('/<body>[\s]*?<style>(?<bodyStyle>[\s\S]*?)<\/style>/i',$msds_html, $bodyStyle);
$bodyStyle['bodyStyle'] = "<style>body{ font-family: 'msyh'; font-size: 0.8rem; font-weight: normal; display: block;} h2{font-size: 2.2rem; text-align: center;}.container { padding-right: 5px;padding-left: 5px;margin-right: auto;margin-left: auto;width: 90%;} .sds-cn dd p { font-weight: normal; margin-left: 15px; word-break:break-all}" .
$bodyStyle['bodyStyle'] = "<style>body{ font-family: 'msyh'; font-size: 0.8rem; font-weight: normal; display: block;} h2{font-size: 2.2rem; text-align: center;}.container { padding-right: 5px;padding-left: 5px;margin-right: auto;margin-left: auto;width: 98%;} .sds-cn dd p { font-weight: normal; margin-left: 15px; word-break:break-all}" .
$bodyStyle['bodyStyle']."</style><body><div class='container'>";
// 格式化处理
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment