作者 Cool
1 个管道 的构建 通过 耗费 9 秒

h5分享调试

... ... @@ -25,6 +25,11 @@
width: 100%;
font-size: 0;
}
/*.file-item-bottom {*/
/* box-sizing: border-box;*/
/* flex-wrap: wrap;*/
/*}*/
</style>
</head>
... ... @@ -102,7 +107,7 @@
{foreach $data.video as $vo}
<div class="file-item pic-item">
<div class="time">{$vo.times}</div>
<div class="file-item-bottom">
<div class="file-item-bottom pic">
{foreach $vo.info as $val}
<a href="{:url('index/detail',array('file_id'=>$val.id))}">
<div class="video">
... ...