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 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}
|
@ -25,6 +25,13 @@
|
||||
|
||||
{block name='style'}
|
||||
<style>
|
||||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
background: #f0f0f0;
|
||||
}
|
||||
|
||||
.header {
|
||||
margin-top: 15px;
|
||||
text-align: center
|
||||
|
Loading…
x
Reference in New Issue
Block a user