loklei
loklei
  • 发布:2016-03-29 11:28
  • 更新:2016-03-29 11:28
  • 阅读:1206

增加分栏目方法 title

分类:MUI

一个页面有很多栏目,增加分栏目的方法如下,这个代码是从mui的列表里抄的

1、在页面内增加样式

 <style>  
        .title{  
            margin: 20px 15px 7px;  
            color: #6d6d72;  
            font-size: 15px;}  

</style>

2、增加分栏目

<div class="title">  
                热卖商品  
            </div>
0 关注 分享

要回复文章请先登录注册