勾股CMS2.0首页修改
This commit is contained in:
parent
cc264208eb
commit
b521f97e51
@ -94,7 +94,7 @@
|
||||
</div>
|
||||
<div class="function">
|
||||
<div class="function-title">功能矩阵</div>
|
||||
<div class="function-sub-title">系统后台集成了主流的通用功能,如:登录验证、系统配置、操作日志管理、用户(组)管理、用户(组)权限、功能管理(后台菜单管理)、导航设置、网站地图、轮播广告、TAG关键字管理、文件上传、数据备份/还原、文章功能、用户管理、用户操作日志、用户注册/登录、 API接口等。更多的个性化功能可以基于当前系统便捷做二次开发。</div>
|
||||
<div class="function-sub-title">系统后台集成了主流的通用功能,如:登录验证、系统配置、操作日志管理、角色权限、功能模块、功能节点、导航设置、网站地图、轮播广告、TAG关键字管理、文件上传、数据备份/还原、文章功能、商品功能、用户等级、用户管理、用户操作日志、用户注册/登录、 API接口等。更多的个性化功能可以基于当前系统便捷做二次开发。</div>
|
||||
<div class="function-wrap">
|
||||
<div class="function-img">
|
||||
<img src="{__IMG__}/function.png">
|
||||
@ -107,7 +107,7 @@
|
||||
</div>
|
||||
<ul>
|
||||
<li><span>✓</span>系统配置</li>
|
||||
<li><span>✓</span>功能菜单</li>
|
||||
<li><span>✓</span>功能模块</li>
|
||||
<li><span>✓</span>功能节点</li>
|
||||
<li><span>✓</span>权限角色</li>
|
||||
<li><span>✓</span>管 理 员</li>
|
||||
@ -136,6 +136,7 @@
|
||||
<h3>平台用户</h3>
|
||||
</div>
|
||||
<ul>
|
||||
<li><span>✓</span>用户等级</li>
|
||||
<li><span>✓</span>用户列表</li>
|
||||
<li><span>✓</span>操作记录</li>
|
||||
<li><span>✓</span>操作日志</li>
|
||||
@ -151,6 +152,16 @@
|
||||
<li><span>✓</span>文章列表</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="function-item">
|
||||
<div class="item-box">
|
||||
<img src="{__IMG__}/goods.png">
|
||||
<h3>商品中心</h3>
|
||||
</div>
|
||||
<ul>
|
||||
<li><span>✓</span>商品分类</li>
|
||||
<li><span>✓</span>商品列表</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -51,9 +51,9 @@
|
||||
-ms-flex-pack: center;
|
||||
}
|
||||
|
||||
.function-item { width: 246px; font-size: 15px; line-height: 1.5; margin:0 30px; word-wrap: break-word;}
|
||||
.item-box{padding: 15px 0; background-color: #4385F5; background: linear-gradient(to left, #4385F5, #00aaff); border-radius: 8px; color: #fff;margin-bottom: 10px;}
|
||||
.function-item ul li { width: 42%; float: left; padding:5px 4%; text-align: left; font-weight: 100;}
|
||||
.function-item { width: 282px; font-size: 15px; line-height: 1.5; margin:0 12px; word-wrap: break-word;}
|
||||
.item-box{padding: 20px 0; background-color: #4385F5; background: linear-gradient(to left, #4385F5, #00aaff); border-radius: 8px; color: #fff;margin-bottom: 10px;}
|
||||
.function-item ul li { width: 44%; float: left; padding:5px 3%; text-align: left; font-weight: 100;}
|
||||
.function-item ul li span{font-size: 16px; color: #4385F5; font-weight: 800; margin-right: 3px;}
|
||||
.item-box h3{font-size: 18px; font-weight: 100;}
|
||||
.item-box h3{font-size: 18px; font-weight: 100; padding-top:10px;}
|
||||
.item-box img{height:80px;}
|
BIN
public/static/home/images/goods.png
Normal file
BIN
public/static/home/images/goods.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
Loading…
x
Reference in New Issue
Block a user