作者 wumengyu

优化专题页图片

@@ -5,6 +5,9 @@ @@ -5,6 +5,9 @@
5 -moz-box-sizing: border-box; 5 -moz-box-sizing: border-box;
6 box-sizing: border-box; 6 box-sizing: border-box;
7 } 7 }
  8 +.content .wxParse-p .wxParse-img {
  9 + width: 100%;
  10 +}
8 /*.image {*/ 11 /*.image {*/
9 /*width: 100%;*/ 12 /*width: 100%;*/
10 /*height: auto;*/ 13 /*height: auto;*/
@@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
18 </template> 18 </template>
19 19
20 <template name="wxParseImg"> 20 <template name="wxParseImg">
21 - <image class="{{item.classStr}} wxParse-{{item.tag}}" data-from="{{item.from}}" data-src="{{item.attr.src}}" data-idx="{{item.imgIndex}}" src="{{item.attr.src}}" mode="aspectFit" bindload="wxParseImgLoad" bindtap="wxParseImgTap" mode="widthFix" style="width:{{item.width}}px;" 21 + <image class="{{item.classStr}} wxParse-{{item.tag}}" data-from="{{item.from}}" data-src="{{item.attr.src}}" data-idx="{{item.imgIndex}}" src="{{item.attr.src}}" mode="aspectFit" bindload="wxParseImgLoad" bindtap="wxParseImgTap" mode="widthFix" style=""
22 /> 22 />
23 </template> 23 </template>
24 24