setter
parent
cdd84a43af
commit
4129a9d31d
|
@ -19,6 +19,7 @@
|
|||
.footBar-item .footBar-content{min-width: 200px; float: left; margin-left: 10px;}
|
||||
|
||||
.recommend-item {float: left; width: 100%;margin-top: 10px;border-bottom: 1px dashed #f5f5f5;}
|
||||
.recommend-list .recommend-item {border: 1px solid #cacaca;padding: 5px}
|
||||
.recommend-item .recommend-img{ min-width: 140px;height: 140px; float: left;}
|
||||
.recommend-item .recommend-img .preview-list{min-width: 100px;height: 100%;display: inline-block;float: left; border:1px solid #f2f2f2;}
|
||||
.recommend-item .recommend-img .preview-list .preview-li{ width: auto;height: 100%;display: inline-block;vertical-align:top;}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{layout name="manager/layout" /}
|
||||
<link rel="stylesheet" href="__MANAGER__/css/config.css" media="all">
|
||||
<link rel="stylesheet" href="__MANAGER__/css/config.css?{:time()}" media="all">
|
||||
|
||||
{include file="manager/public/file" /}
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
|||
<div class="layui-form-item">
|
||||
<label class="layui-form-label">首页推荐位</label>
|
||||
<div class="layui-input-block">
|
||||
<div class="recommend-item upload-file-div">
|
||||
<div class="recommend-item upload-file-div layui-hide" >
|
||||
<div class="recommend-img">
|
||||
<ul class="preview-list"></ul>
|
||||
<input type="hidden" class="upload-file-value" name="recommendMore" value="{:$recommendMore ?? ''}">
|
||||
|
|
Loading…
Reference in New Issue