Commit 53814fe6 authored by 陈精华's avatar 陈精华 Committed by kl

office图片&PDF预览背景色统一

parent 50fb586e
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
<script src="js/lazyload.js"></script> <script src="js/lazyload.js"></script>
<style> <style>
.container{ .container{
width:100%; width: 100%;
height: 100%;
} }
.img-area{ .img-area{
text-align: center text-align: center
...@@ -14,7 +15,7 @@ ...@@ -14,7 +15,7 @@
</style> </style>
</head> </head>
<body> <body bgcolor="#404040">
<div class="container"> <div class="container">
<#list imgurls as img> <#list imgurls as img>
<div class="img-area"> <div class="img-area">
......
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