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

1

@@ -131,8 +131,14 @@ @@ -131,8 +131,14 @@
131 <li> 131 <li>
132 <php>$arr = json_decode($shebei_data['more'],true);</php> 132 <php>$arr = json_decode($shebei_data['more'],true);</php>
133 <img src="{:cmf_get_image_url($arr.thumbnail)}" alt=""> 133 <img src="{:cmf_get_image_url($arr.thumbnail)}" alt="">
  134 + <div class="main3_top2_box">
  135 + <h2>{$shebei_data.post_title}</h2>
  136 + <div class="oop">
  137 + <p>{$shebei_data.post_content}</p>
  138 + </div>
  139 + </div>
134 </li> 140 </li>
135 - <li> 141 + <li style="margin: 0 18px">
136 <php>$arr = json_decode($shebei_data['more'],true);</php> 142 <php>$arr = json_decode($shebei_data['more'],true);</php>
137 <img src="{:cmf_get_image_url($arr.thumbnail)}" alt=""> 143 <img src="{:cmf_get_image_url($arr.thumbnail)}" alt="">
138 </li> 144 </li>
@@ -257,8 +257,16 @@ p{word-wrap:break-word} @@ -257,8 +257,16 @@ p{word-wrap:break-word}
257 .main3_top2{ 257 .main3_top2{
258 background:rgba(226,156,109,1); 258 background:rgba(226,156,109,1);
259 } 259 }
  260 +.main3_top ul li{
  261 + position: relative;
  262 +}
260 .main3_top2_box{ 263 .main3_top2_box{
261 - width:274px; 264 + position: absolute;
  265 + top:0;
  266 + left: 0;
  267 + width: 100%;
  268 + height: 100%;
  269 + /*width:274px;*/
262 margin: auto; 270 margin: auto;
263 padding-top: 100px; 271 padding-top: 100px;
264 } 272 }