liguorui před 7 roky
rodič
revize
5b3a50c5d7

+ 10 - 6
components/brandlist/brandlist.wxml

@@ -17,9 +17,11 @@
       bindtap="filterBack"
     /> -->
     <view 
-      style="background-image: url(../../img/back.png); "
-      class="brandw_back" 
-      bindtap="filterBack"></view>
+      class="brandw_back"
+      bindtap="filterBack">
+      <image 
+        src="../../img/back.png"/>
+    </view>
     <view class="brandw_title_w">品牌</view>
   </view>
   <scroll-view
@@ -140,9 +142,11 @@
       bindtap="modelBack"
     /> -->
     <view 
-      style="background-image: url(../../img/back.png); "
-      class="brandw_back" 
-      bindtap="modelBack"></view>
+      class="brandw_back"
+      bindtap="modelBack">
+      <image 
+        src="../../img/back.png"/>
+    </view>
     <view class="brandw_title_w">车型</view>
   </view>
   <view wx:if="{{modellist.length>0}}" class="brandw_list">

+ 7 - 3
components/brandlist/brandlist.wxss

@@ -23,10 +23,14 @@
 	position: absolute;
 	top:100rpx;
 	left:40rpx;
-	background-repeat: no-repeat;
+	/*background-repeat: no-repeat;
 	background-position: center;
-	background-size: 30rpx 30rpx;
-
+	background-size: 30rpx 30rpx;*/
+}
+.brandw_back image{
+	width:30rpx;
+	height: 30rpx;
+	margin: 10rpx;
 }
 .brandw_title_w{
 	padding-top: 105rpx;

+ 5 - 4
pages/buy/buy.wxss

@@ -133,10 +133,11 @@
 	position: absolute;
 	top:100rpx;
 	left:40rpx;
-
-	background-repeat: no-repeat;
-	background-position: center;
-	background-size: 30rpx 30rpx;
+}
+.brandw_back image{
+	width:30rpx;
+	height: 30rpx;
+	margin: 10rpx;
 }
 .brandw_title_w{
 	padding-top: 105rpx;

+ 5 - 3
pages/buy/more.wxml

@@ -12,9 +12,11 @@
     style="height:{{headerheight}}rpx;"
   >
     <view 
-      style="background-image: url(../../img/back.png); "
-      class="brandw_back" 
-      bindtap="filterBack"></view>
+      class="brandw_back"
+      bindtap="filterBack">
+      <image 
+        src="../../img/back.png"/>
+    </view>
     <view class="brandw_title_w">更多筛选</view>
   </view>
   <view class="wheres_more_i">

+ 1 - 1
pages/cardetail/cardetail.js

@@ -150,7 +150,7 @@ Page(Object.assign({
             })
           })
         })
-        var imgh = 412*detail.imgslength+1674;
+        var imgh = 444*detail.imgslength+1674;
         var scrollitem = [532,1586,imgh].map(function(item){
           return item/app.globalData.scale;
         })

+ 6 - 4
pages/cardetail/cardetail.wxml

@@ -353,9 +353,11 @@
 	style="height:{{headerheight}}rpx;"
 	>
 		<view 
-		style="background-image: url(../../img/back.png); "
-		class="check_back" 
-		bindtap="closeCheck"></view>
+	      class="check_back"
+	      bindtap="closeCheck">
+	      <image 
+	        src="../../img/back.png"/>
+	    </view>
 		<view class="check_title_w">检测报告</view>
 	</view>
 	<view class="cardetail_check_report">
@@ -390,7 +392,7 @@
 								<block wx:for="{{sitem._child}}" wx:key="id" wx:for-item="titem" wx:for-index="indexs">
 									<view class="cardetailw_check_titn">
 										<view class="cardetailw_check_titna">{{titem.name}}</view>
-										<image class="titn_img" src="../../img/{{titem.pass?'checkpass':'checknopass'}}.png"/>
+										<image class="titn_img" src="../../img/{{titem.state?'checkpass':'checknopass'}}.png"/>
 									</view>
 								</block>
 							</view>

+ 7 - 5
pages/cardetail/cardetail.wxss

@@ -357,6 +357,7 @@
 	margin:38rpx 48rpx 0rpx 10rpx;
 	margin-right: 48rpx;
 	margin-left: 10rpx;
+	transition: transform 0.5s;
 }
 
 /*******底部操作样式*******/
@@ -538,10 +539,11 @@
 	position: absolute;
 	top:100rpx;
 	left:40rpx;
-	background-repeat: no-repeat;
-	background-position: center;
-	background-size: 30rpx 30rpx;
-
+}
+.check_back image{
+	width:30rpx;
+	height: 30rpx;
+	margin: 10rpx;
 }
 .check_title_w{
 	padding-top: 105rpx;
@@ -601,8 +603,8 @@
 	margin-left:20rpx;
 	font-family: NotoSansHans-DemiLight;
 }
+
 .cardetail_check_opactive{
-	transition: transform 0.5s;
 	transform: rotate(90deg);
 }
 .cardetailw_check_tit{

+ 1 - 0
pages/orderdetail/orderdetail.wxss

@@ -38,6 +38,7 @@
 }
 .order_de_v image{
 	width:140rpx;
+	display: inline-block;
 }
 .order_de_remark{
 	margin:20rpx auto;