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

1

@@ -89,17 +89,12 @@ @@ -89,17 +89,12 @@
89 {$about_img_one.post_content} 89 {$about_img_one.post_content}
90 </div> 90 </div>
91 <php>$arr = json_decode($about_img_one['more'],true);</php> 91 <php>$arr = json_decode($about_img_one['more'],true);</php>
92 - <div class="ab_main2_Img2">  
93 - <img style="margin-left: auto" src="{:cmf_get_image_url($arr.thumbnail)}" alt="">  
94 - </div>  
95 92
  93 + <img style="margin-left: auto;width: 741px;height: 440px;" src="{:cmf_get_image_url($arr.thumbnail)}" alt="">
96 </li> 94 </li>
97 <li> 95 <li>
98 <php>$arr_two = json_decode($about_img_two['more'],true);</php> 96 <php>$arr_two = json_decode($about_img_two['more'],true);</php>
99 - <div class="ab_main2_Img2">  
100 - <img src="{:cmf_get_image_url($arr_two.thumbnail)}" alt="">  
101 - </div>  
102 - 97 + <img style="width: 741px;height: 440px;" src="{:cmf_get_image_url($arr_two.thumbnail)}" alt="">
103 <div class="ab_main2_img ab_main2_img2"> 98 <div class="ab_main2_img ab_main2_img2">
104 {$about_img_two.post_content} 99 {$about_img_two.post_content}
105 </div> 100 </div>
@@ -251,10 +251,6 @@ p{word-wrap:break-word} @@ -251,10 +251,6 @@ p{word-wrap:break-word}
251 position: absolute; 251 position: absolute;
252 top: -60px; 252 top: -60px;
253 } 253 }
254 -.ab_main2_Img2{  
255 - width: 701px;  
256 - height: 440px;  
257 -}  
258 .main3_top ul{ 254 .main3_top ul{
259 display: flex; 255 display: flex;
260 display: -webkit-flex; 256 display: -webkit-flex;