作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

商户申请

... ... @@ -11,6 +11,7 @@
.images{
width: 1.6rem;
height: 1.6rem;
float: left;
padding-right: 0.25rem;
}
</style>
... ... @@ -43,7 +44,7 @@
营业执照<i>*</i>
</div>
<div class="submit_img ">
<div class="layout flex_row flex_wrap justify_around">
<div class="clearfix">
{foreach name="$data.business_images" item="b_i"}
<div class="images">
<img src="{$b_i}"/>
... ...
... ... @@ -61,6 +61,7 @@
height: 0.86rem;
padding: 0.37rem;
background-color: #eee;
float: left;
}
.submit_img_input {
... ...