作者 anyv
1 个管道 的构建 通过 耗费 0 秒

1

... ... @@ -131,8 +131,14 @@
<li>
<php>$arr = json_decode($shebei_data['more'],true);</php>
<img src="{:cmf_get_image_url($arr.thumbnail)}" alt="">
<div class="main3_top2_box">
<h2>{$shebei_data.post_title}</h2>
<div class="oop">
<p>{$shebei_data.post_content}</p>
</div>
</div>
</li>
<li>
<li style="margin: 0 18px">
<php>$arr = json_decode($shebei_data['more'],true);</php>
<img src="{:cmf_get_image_url($arr.thumbnail)}" alt="">
</li>
... ...
... ... @@ -257,8 +257,16 @@ p{word-wrap:break-word}
.main3_top2{
background:rgba(226,156,109,1);
}
.main3_top ul li{
position: relative;
}
.main3_top2_box{
width:274px;
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
/*width:274px;*/
margin: auto;
padding-top: 100px;
}
... ...