浏览代码

去掉发现列表的active效果

luyanan 8 年之前
父节点
当前提交
db09504455
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/css/app.css

+ 1 - 1
app/css/app.css

748
.table-item{/*padding:10px;*/}
748
.table-item{/*padding:10px;*/}
749
.table-item.mui-table-view{background: none;}
749
.table-item.mui-table-view{background: none;}
750
.table-item .mui-table-view-cell{padding:15px 20px 20px 20px;background:#FFFFFF;margin-top:12px}
750
.table-item .mui-table-view-cell{padding:15px 20px 20px 20px;background:#FFFFFF;margin-top:12px}
751
.table-item .mui-table-view-cell.mui-active{background: #EEEEEE;}
751
.table-item.mui-table-view .mui-table-view-cell.mui-active{background:#FFFFFF;}
752
.table-item .mui-table-view-cell:first-child{margin-top:0;}
752
.table-item .mui-table-view-cell:first-child{margin-top:0;}
753
.table-item.mui-table-view .mui-table-view-cell:after{background: none;}
753
.table-item.mui-table-view .mui-table-view-cell:after{background: none;}
754
.table-item-cell{border:1px solid #e5e5e5;background:#f2f3f4;min-height: 76px;margin:14px 0 12px 0;}
754
.table-item-cell{border:1px solid #e5e5e5;background:#f2f3f4;min-height: 76px;margin:14px 0 12px 0;}