mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
【新增】商品分类增加【三级分类仿叮咚买菜】界面风格。
This commit is contained in:
BIN
CoreCms.Net.Web.Admin/wwwroot/static/images/common/dingdong.png
Normal file
BIN
CoreCms.Net.Web.Admin/wwwroot/static/images/common/dingdong.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 159 KiB |
@@ -10,8 +10,8 @@
|
||||
<style>
|
||||
/* 重写样式 */
|
||||
.layui-form-item label { width: 140px; }
|
||||
.classifyimg { margin-bottom: 20px; width: 672px !important; }
|
||||
.classifyimg-item { display: inline-block; width: 140px; }
|
||||
.classifyimg { margin-bottom: 20px; width: 900px !important; }
|
||||
.classifyimg-item { display: inline-block; width: 160px; }
|
||||
.classifyimg img { width: 100px; display: block; }
|
||||
.classifyimg .layui-form-radio { vertical-align: top; display: block; margin-bottom: 10px; }
|
||||
.image_storage_type .item { display: none; }
|
||||
@@ -301,6 +301,10 @@
|
||||
<input type="radio" lay-filter="cateStyle" name="cateStyle" value="4" title="仿点餐模式" {{d.data.configs['cateStyle']['sValue']==="4" ? 'checked':''}}>
|
||||
<img src="/static/images/common/diancan.png" onclick="layui.coreHelper.viewImage('/static/images/common/diancan.png')">
|
||||
</div>
|
||||
<div class="classifyimg-item">
|
||||
<input type="radio" lay-filter="cateStyle" name="cateStyle" value="5" title="三级分类仿叮咚买菜" {{d.data.configs['cateStyle']['sValue']==="5" ? 'checked':''}}>
|
||||
<img src="/static/images/common/dingdong.png" onclick="layui.coreHelper.viewImage('/static/images/common/dingdong.png')">
|
||||
</div>
|
||||
<div class="layui-form-mid layui-word-aux list-tag">
|
||||
1、一级大图分类图标尺寸建议:350px*150px<br />
|
||||
2、一级小图分类图标尺寸建议:105px*105px<br />
|
||||
|
||||
Reference in New Issue
Block a user