office图片&PDF预览背景色统一
parent
50fb586e6f
commit
53814fe6ab
|
@ -7,6 +7,7 @@
|
||||||
<style>
|
<style>
|
||||||
.container{
|
.container{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
.img-area{
|
.img-area{
|
||||||
text-align: center
|
text-align: center
|
||||||
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue