如图
代码示例:
- <ul class="mui-table-view-chevron" style="background: transparent;padding-top: 2px;" >
- <li class="mui-table-view-cell mui-media" style="">
- </li>
- </ul>
如图
代码示例:
我是一般这样设置一下就可以了
.mui-table-view:after
{
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 0px;
content: '';
-webkit-transform: scaleY(.5);
transform: scaleY(.5);
background-color: #c8c7cc;
}
.mui-table-view:before
{
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 0px;
content: '';
-webkit-transform: scaleY(.5);
transform: scaleY(.5);
background-color: #c8c7cc;
}