liming 4 år sedan
förälder
incheckning
f778614c64

+ 1 - 1
pages/home/index.wxml

@@ -63,7 +63,7 @@
 				<view class="mainThreeList">
 					<view class="list" wx:key="unique" wx:for="{{policyList}}" wx:for-item="item">
 						<view bindtap="policyListDetailTap" id="{{list._id}}" data-pid="{{item.id}}">
-							<image src="{{item.image}}"></image>
+							<!-- <image src="{{item.image}}"></image> -->
 							<view class="info">
 								<p>{{item.title}}</p>
 								<view class="infos">

+ 2 - 1
pages/home/index.wxss

@@ -224,7 +224,7 @@
 
 .mainThreeList .info {
   float: left;
-  width: 520rpx;
+  width: 100%;
   height: 150rpx;
 }
 
@@ -271,6 +271,7 @@
   font-family: Source Han Sans SC;
   font-weight: 400;
   color: #000;
+  padding-top: 30rpx;
 }
 
 /* .mainThreeList .info p:last-child {

+ 2 - 2
pages/policy/index.wxml

@@ -10,7 +10,7 @@
 				<view class="policyLeft">
 					<view class="list" wx:key="unique" wx:for="{{policyList}}" wx:for-item="item" id="policy">
 						<view bindtap="policyListDetail" id="{{list._id}}" data-pid="{{item.id}}">
-							<image src="{{item.image}}"></image>
+							<!-- <image src="{{item.image}}"></image> -->
 							<view class="info">
 								<p>{{item.title}}</p>
 								<!-- <p>
@@ -32,7 +32,7 @@
 				<view class="policyLeft policyRight">
 					<view class="list" wx:key="unique" wx:for="{{unscrambleList}}" wx:for-item="item" id="unscramble">
 						<view bindtap="unscrambleListDetail" id="{{list._id}}" data-unid="{{item.id}}">
-							<image src="{{item.image}}"></image>
+							<!-- <image src="{{item.image}}"></image> -->
 							<view class="info">
 								<p>{{item.title}}</p>
 								<p>

+ 7 - 2
pages/policy/index.wxss

@@ -63,7 +63,7 @@
 
 .policyLeft .info {
   float: left;
-  width: 520rpx;
+  width: 100%;
   height: 150rpx;
 }
 
@@ -174,11 +174,13 @@
   font-family: Source Han Sans SC;
   font-weight: 400;
   color: rgba(136, 136, 136, 1);
-  padding: 0 0 0 20rpx;
+  padding: 0 0 0 0rpx;
 }
 
 .policyRight .info p:last-child span:last-child {
   margin: 0;
+  float: right;
+  margin-right: -22rpx;
 }
 
 .loadmore {
@@ -222,4 +224,7 @@
   float: left;
   width: 100%;
   margin: 100rpx 0 0 0;
+}
+.policyRight .info {
+  width: 100%;
 }

+ 1 - 1
pages/policyDetail/index.wxml

@@ -3,7 +3,7 @@
 	<view class="main">
 		<text class="title">{{policyDetail.title}}</text>
 		<text class="date">{{policyDetail.create_time}}</text>
-		<image src="{{policyDetail.image}}" class="image"></image>
+		<!-- <image src="{{policyDetail.image}}" class="image"></image> -->
 		<!--<text class="content">{{policyDetail.description}}</text>-->
 		<rich-text class="content" nodes="{{policyDetail.description}}"></rich-text>
 	</view>

+ 1 - 1
pages/unscrambleDetail/index.wxml

@@ -9,7 +9,7 @@
 		<span>政策等级:{{unscrambleDetail.subject_classification}}</span>
 		<span>{{unscrambleDetail.current_state_time}}</span>
 		</p>
-		<image src="{{unscrambleDetail.image}}" class="image"></image>
+		<!-- <image src="{{unscrambleDetail.image}}" class="image"></image> -->
 		<!--<text class="content">{{unscrambleDetail.content}}</text>-->
 		<rich-text class="content" nodes="{{unscrambleDetail.description}}"></rich-text>
 	</view>