mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
优化图文模板
This commit is contained in:
parent
8fd8d119c4
commit
d838140220
@ -20,8 +20,14 @@
|
|||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{block name='style'}
|
{block name='style'}
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
html {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
display: block;
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
color: #333;
|
color: #333;
|
||||||
@ -49,7 +55,8 @@
|
|||||||
font-size: 0.6rem;
|
font-size: 0.6rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
line-height: 1rem;
|
line-height: 2rem;
|
||||||
|
padding-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container .content-text {
|
.container .content-text {
|
||||||
@ -62,5 +69,4 @@
|
|||||||
height: auto !important
|
height: auto !important
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
{/block}
|
{/block}
|
@ -25,6 +25,13 @@
|
|||||||
|
|
||||||
{block name='style'}
|
{block name='style'}
|
||||||
<style>
|
<style>
|
||||||
|
html {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
display: block;
|
||||||
|
background: #f0f0f0;
|
||||||
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
text-align: center
|
text-align: center
|
||||||
|
Loading…
x
Reference in New Issue
Block a user