优化图文模板

This commit is contained in:
Anyon 2020-11-23 13:51:48 +08:00
parent 8fd8d119c4
commit d838140220
2 changed files with 16 additions and 3 deletions

View File

@ -20,8 +20,14 @@
{/block}
{block name='style'}
<style>
html {
width: 100%;
height: 100%;
display: block;
background: white;
}
.container {
width: 90%;
color: #333;
@ -49,7 +55,8 @@
font-size: 0.6rem;
text-align: right;
margin-top: 0.5rem;
line-height: 1rem;
line-height: 2rem;
padding-bottom: 1rem;
}
.container .content-text {
@ -62,5 +69,4 @@
height: auto !important
}
</style>
{/block}

View File

@ -25,6 +25,13 @@
{block name='style'}
<style>
html {
width: 100%;
height: 100%;
display: block;
background: #f0f0f0;
}
.header {
margin-top: 15px;
text-align: center