|
@@ -3,6 +3,10 @@
|
|
|
width: 10pc;
|
|
|
height: 15pc;
|
|
|
}
|
|
|
+ .share_poster .uploadimage {
|
|
|
+ width: 7pc;
|
|
|
+ height: 10pc;
|
|
|
+ }
|
|
|
</style>
|
|
|
<form onsubmit="return false;" data-auto="true" action="{:url('save')}" method="post" class='layui-form layui-card' autocomplete="off">
|
|
|
|
|
@@ -27,7 +31,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="layui-form-item fun_poster">
|
|
|
+ <div class="layui-form-item share_poster">
|
|
|
<span class="color-green margin-right-10">分享海报</span><span class="nowrap color-desc">SharePoster</span>
|
|
|
<div class="layui-input-line">
|
|
|
<input name="share_poster" type="hidden" value="{:sysconf('share_poster')}">
|