Przeglądaj źródła

修改样式问题

liguorui 6 lat temu
rodzic
commit
cbeaa73e61

+ 1 - 1
app.wxss

@@ -1,6 +1,6 @@
 /**app.wxss**/
 page{
-  font-family: "NotoSansHans-Medium";
+  font-family: "PingFangSC-Medium,NotoSansHans-Medium";
 }
 .navigator-hover{
   background-color: transparent;

+ 1 - 1
common/stylemap.js

@@ -1,5 +1,5 @@
 export default {
 	"headerheight":170,
 	"topsearchheight":78,
-	"footerheight":98
+	"footerheight":140
 }

+ 1 - 1
components/brandlist/brandlist.wxss

@@ -212,5 +212,5 @@
 	color: rgba(104, 104, 104, 1);
 	font-size: 26rpx;
 	text-align: center;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }

+ 1 - 1
components/carslider/carslider.wxss

@@ -39,7 +39,7 @@
 	padding: 5rpx;
 	color: rgba(56, 55, 53, 1);
 	font-size: 18rpx;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 	white-space: nowrap;
 	border-radius: 6rpx;
 }

+ 1 - 0
components/page-scroll/page-scroll.wxml

@@ -11,6 +11,7 @@
 	    </view>
 	</view>
 	<scroll-view 
+	  class="{{className}}"
   	  style="{{styleSheet}}"
 	  scroll-y="{{height==0}}"
 	  bindscroll="scroll"

+ 3 - 0
components/page-scroll/page-scroll.wxss

@@ -1,3 +1,6 @@
+.content{
+	background-color:#F9F9F9;
+}
 .page_scroll{
 	overflow-y: hidden;
 }

+ 1 - 1
module/caritem/caritem.wxml

@@ -39,7 +39,7 @@
         open-type="navigateTo"
         url="../cardetail/cardetail?id={{car.id}}" 
         class="caritem_guide_p">
-        新指导价:<view class="caritem_guidep">{{car.guide_price}}万</view>
+        新指导价:<view class="caritem_guidep">{{car.guide_price}}万</view>
       </navigator>
     </view>
   </view>

+ 3 - 2
module/caritem/caritem.wxss

@@ -31,6 +31,7 @@
   color: rgba(56, 55, 53, 1);
   font-size: 26rpx;
   text-align: left;
+  font-family: PingFangSC-Medium,NotoSansHans-Medium;
 }
 .caritem_time{
   height: 30rpx;
@@ -63,7 +64,7 @@
   line-height: 33rpx;
   color: rgba(33, 36, 37, 1);
   font-size: 28rpx;
-  font-family: NotoSansHans-Medium;
+  font-family: PingFangSC-Medium,NotoSansHans-Medium;
 }
 .caritem_p_img{
   width: 20rpx;
@@ -100,7 +101,7 @@
   flex: 1;
   border-left:4rpx solid #FFE600;
   margin-left:38rpx;
-  font-family: NotoSansHans-DemiLight;
+  font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }
 .order_earnest{
   width:200rpx;

+ 1 - 1
module/caritem/collectcaritem.wxml

@@ -29,7 +29,7 @@
         <image class="caritem_p_img" src="../../img/placard.png"/>
       </view>
       <view class="caritem_guide_p">
-        新指导价:<view class="caritem_guidep">{{car.guide_price}}万</view>
+        新指导价:<view class="caritem_guidep">{{car.guide_price}}万</view>
         <image class="delete_collect" bindtap="deleteCollect" data-id="{{car.id}}" data-ind="{{index}}" src="../../img/delete.png"/>
       </view>
     </view>

+ 1 - 1
module/caritem/mybuycaritem.wxml

@@ -40,7 +40,7 @@
           url="../orderdetail/orderdetail?id={{car.id}}"
           open-type="navigateTo"  
           class="caritem_guide_p">
-          新指导价:<view class="caritem_guidep">{{car.guide_price}}万</view>
+          新指导价:<view class="caritem_guidep">{{car.guide_price}}万</view>
         </navigator>
       </view>
     </veiw>

+ 5 - 5
module/logs/logs.wxss

@@ -18,14 +18,14 @@
 	line-height: 75rpx;
 	color: rgba(255, 255, 255, 1);
 	font-size: 50rpx;
-	font-family: NotoSansHans-Medium;
+	font-family: PingFangSC-Medium,NotoSansHans-Medium;
 }
 .logs_welcome_withoutlog{
 	margin-left:85rpx;
 	line-height: 42rpx;
 	color: rgba(183, 183, 183, 1);
 	font-size: 28rpx;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }
 .logs_phone_num{
 	width:674rpx;
@@ -35,7 +35,7 @@
 	line-height: 88rpx;
 	color:white;
 	font-size: 28rpx;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 	padding-left:47rpx;
 }
 .logs_code_c{
@@ -46,7 +46,7 @@
 	color:white;
 	line-height: 88rpx;
 	font-size: 28rpx;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 	display: flex;
 	padding-left:47rpx;
 }
@@ -80,7 +80,7 @@
 	text-align: center;
 	color: rgba(56, 55, 53, 0.2);
 	font-size: 32rpx;
-	font-family: NotoSansHans-Medium;
+	font-family: PingFangSC-Medium,NotoSansHans-Medium;
 }
 .logs_sub_b.active{
 	color:#383735;

+ 2 - 2
module/search/search.wxss

@@ -78,7 +78,7 @@
   line-height: 52rpx;
   color: rgba(56, 55, 53, 1);
   font-size: 26rpx;
-  font-family: NotoSansHans-DemiLight;
+  font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }
 .input_supernatant{  
   position: absolute;
@@ -128,7 +128,7 @@
   color: rgba(56, 55, 53, 1);
   font-size: 24rpx;
   text-align: center;
-  font-family: NotoSansHans-Regular;
+  font-family: PingFangSC-Regular,NotoSansHans-Regular;
 }
 
 /*******focus*******/

+ 1 - 1
pages/buy/buy.wxss

@@ -147,7 +147,7 @@
 	color: rgba(56, 55, 53, 1);
 	font-size: 28rpx;
 	text-indent: 38rpx;
-	font-family: NotoSansHans-Regular;
+	font-family: PingFangSC-Regular,NotoSansHans-Regular;
 }
 .more_list{
 	background: white;

+ 2 - 1
pages/cardetail/cardetail.wxml

@@ -10,7 +10,7 @@
 	data="{{title:'',headerheight:headerheight,hasback:true}}"
 />
 <page-scroll 
-  className="conent"
+  className="content"
   styleSheet="height:{{windowh-headerheight}}rpx;"
   scroll-y="{{openlog?'false':'true'}}"
 >
@@ -202,6 +202,7 @@
 			</block>  
 		</view>
 	</view>
+	<view class="cardetail_op_list_space"></view>
 	<view class="cardetail_op_list">
 		<view 
 			class="cardetail_op_collect"

+ 12 - 11
pages/cardetail/cardetail.wxss

@@ -1,9 +1,6 @@
 /* pages/cardetail/cardetail.wxss */
 
 @import "../../module/logs/logs.wxss"
-.conent{
-	background-color:#F9F9F9;
-}
 .cardetail_img{
 	height: 500rpx;
 	position: relative;
@@ -299,12 +296,16 @@
 }
 
 /*******底部操作样式*******/
+.cardetail_op_list_space{
+	background-color: white;
+	height: 120rpx;
+}
 .cardetail_op_list{
 	position: fixed;
 	left:0rpx;
 	bottom:0rpx;
 	width: 100%;
-	height: 98rpx;
+	height: 120rpx;
 	display: flex;
 	background-color:white;
 	text-align: center;
@@ -331,7 +332,7 @@
 }
 .cardetail_op_line{
 	border-top:25rpx solid #FFE600;
-	border-bottom:25rpx solid #FFE600;
+	border-bottom:47rpx solid #FFE600;
 	width: 1rpx;
 	height: 48rpx;
 	background-color: rgba(155, 155, 155, 1);
@@ -362,7 +363,7 @@
 	font-size: 28rpx;
 	text-align: center;
 	color: rgba(33, 36, 37, 1);
-	font-family: NotoSansHans-Regular;	
+	font-family: PingFangSC-Regular,NotoSansHans-Regular;	
 }
 .buy_scheme_close{
 	width:22rpx;
@@ -387,7 +388,7 @@
 	color: rgba(104, 104, 104, 1);
 	font-size: 20rpx;
 	text-align: center;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }
 .scheme_price_ip,.scheme_price_ipb{
 	height: 54rpx;
@@ -395,7 +396,7 @@
 	color: rgba(33, 36, 37, 1);
 	font-size: 36rpx;
 	text-align: center;
-	font-family: NotoSansHans-Medium;
+	font-family: PingFangSC-Medium,NotoSansHans-Medium;
 }
 .scheme_price_ipb{	
 	color: rgba(191, 163, 104, 1);
@@ -409,7 +410,7 @@
 	color: rgba(104, 104, 104, 1);
 	font-size: 20rpx;
 	text-align: center;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }
 .scheme_item_l{	
 	width:622rpx;
@@ -428,7 +429,7 @@
 	color: rgba(33, 36, 37, 1);
 	font-size: 28rpx;
 	text-align: center;
-	font-family: NotoSansHans-Medium;
+	font-family: PingFangSC-Medium,NotoSansHans-Medium;
 }
 .scheme_item_el.active{
 	background-color: #FFE600;
@@ -439,7 +440,7 @@
 	color: rgba(135, 135, 135, 1);
 	font-size: 20rpx;
 	text-align: left;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }
 .scheme_condition_po{
 	color:black;

+ 2 - 2
pages/collect/collect.wxss

@@ -15,7 +15,7 @@
 	color: rgba(104, 104, 104, 1);
 	font-size: 26rpx;
 	text-align: center;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }
 .collect_empty_bt{
 	margin:60rpx auto 0rpx;
@@ -27,6 +27,6 @@
 	color: rgba(56, 55, 53, 1);
 	font-size: 26rpx;
 	text-align: center;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 	font-weight: bold;
 }

+ 1 - 1
pages/evaluate/evaluate.wxml

@@ -4,7 +4,7 @@
     data="{{title:'我要估价',headerheight:headerheight,hasback:true}}"
 	/>
 <page-scroll 
-	className="conent"
+	className="content"
 	styleSheet="height:{{windowh-headerheight}}rpx;"
 	scroll-y="{{selectbar==''?'true':'false'}}"
 	bind:scrolltolower="{{hasloadall?'':'getMyBuy'}}"

+ 16 - 18
pages/evaluate/evaluate.wxss

@@ -1,6 +1,3 @@
-.conent{
-	background-color:#F9F9F9;
-}
 .evaluate_form{
 	background-color: white;
 }
@@ -10,20 +7,20 @@
 	text-indent: 38rpx;
 	color: rgba(135, 135, 135, 1);
 	font-size: 24rpx;
-	font-family: NotoSansHans-Regular;
+	font-family: PingFangSC-Regular,NotoSansHans-Regular;
 }
 .evaluate_form_item{
-	border-top: 1px solid rgba(235, 235, 235, 1);
 	height: 88rpx;
 	line-height: 88rpx;
 	display: flex;
+	border-bottom: 1px solid rgba(235, 235, 235, 1);
 }
 .evaluate_form_it{
 	color: rgba(56, 55, 53, 1);
 	text-align: left;
 	text-indent: 38rpx;
 	font-size: 28rpx;
-	font-family: NotoSansHans-Regular;
+	font-family: PingFangSC-Regular,NotoSansHans-Regular;
 	width:240rpx;
 }
 .evaluate_form_itw{	
@@ -55,21 +52,22 @@
 	color: rgba(56, 55, 53, 1);
 	padding-right: 38rpx;
 	font-size: 28rpx;
-	font-family: NotoSansHans-Regular;
+	font-family: PingFangSC-Regular,NotoSansHans-Regular;
 	width:100rpx;
 	text-align: right;	
 }
 .sub_evaluate{
-	position: fixed;
-	bottom:0rpx;
-	width:750rpx;
-	height: 98rpx;
+	/*position: fixed;
+	bottom:0rpx;*/
+	margin:500rpx auto 0rpx;
+	width:620rpx;
+	height: 88rpx;
 	background:linear-gradient(270deg,#FFD800,#FFE600);
-	line-height: 98rpx;
+	line-height: 88rpx;
 	color: rgba(56, 55, 53, 1);
 	font-size: 30rpx;
 	text-align: center;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }
 
 
@@ -124,7 +122,7 @@
 	line-height: 48rpx;
 	font-size: 28rpx;
 	text-align: center;
-	font-family: NotoSansHans-Regular;
+	font-family: PingFangSC-Regular,NotoSansHans-Regular;
 }
 .show_evaluate_sp{
 	background-color: white;
@@ -146,7 +144,7 @@
 	color: rgba(56, 55, 53, 1);
 	font-size: 28rpx;
 	text-align: left;
-	font-family: NotoSansHans-Medium;
+	font-family: PingFangSC-Medium,NotoSansHans-Medium;
 	border-bottom: 4rpx solid white;
 }
 .show_evaluate_tpn.active{
@@ -170,7 +168,7 @@
 	font-size: 20rpx;
 	text-align: center;
 	margin-top: 26rpx;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }
 .show_evaluate_pv{
 	color:#383735;
@@ -180,7 +178,7 @@
 	font-size: 48rpx;
 	text-align: center;
 	margin-top: 10rpx;
-	font-family: NotoSansHans-Medium;
+	font-family: PingFangSC-Medium,NotoSansHans-Medium;
 }
 .show_evaluate_dl{
 	display: flex;
@@ -203,6 +201,6 @@
 	color: rgba(56, 55, 53, 1);
 	font-size: 20rpx;
 	text-align: center;
-	font-family: NotoSansHans-Medium;
+	font-family: PingFangSC-Medium,NotoSansHans-Medium;
 	font-weight: bold;
 }

+ 4 - 4
pages/hot/hot.wxss

@@ -14,7 +14,7 @@
 	color: rgba(104, 104, 104, 1);
 	font-size: 26rpx;
 	text-align: center;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }
 .hot_empty_bt{
 	margin:60rpx auto 0rpx;
@@ -26,7 +26,7 @@
 	color: rgba(56, 55, 53, 1);
 	font-size: 26rpx;
 	text-align: center;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 	font-weight: bold;
 }
 
@@ -46,7 +46,7 @@
 	line-height: 38rpx;
 	color: rgba(56, 55, 53, 1);
 	font-size: 28rpx;
-	font-family: NotoSansHans-Medium;
+	font-family: PingFangSC-Medium,NotoSansHans-Medium;
 }
 .hot_car_detail{
 	position: absolute;
@@ -56,7 +56,7 @@
 	color: rgba(104, 104, 104, 1);
 	font-size: 22rpx;
 	text-align: left;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }
 .hot_car_img{
 	width:22rpx;

+ 4 - 4
pages/hotdt/hotdt.wxss

@@ -11,7 +11,7 @@
 	line-height: 52rpx;
 	color: rgba(56, 55, 53, 1);
 	font-size: 42rpx;
-	font-family: NotoSansHans-Medium;
+	font-family: PingFangSC-Medium,NotoSansHans-Medium;
 }
 .hotdt_author{
 	display: flex;
@@ -30,7 +30,7 @@
 	line-height: 30rpx;
 	color: rgba(56, 55, 53, 1);
 	font-size: 24rpx;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }
 .hotdt_author_time{
 	height: 22rpx;
@@ -38,7 +38,7 @@
 	color: rgba(104, 104, 104, 1);
 	font-size: 22rpx;
 	text-align: left;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }
 .hot_car_image{
 	width:22rpx;
@@ -50,7 +50,7 @@
 	line-height: 42rpx;
 	color: rgba(104, 104, 104, 1);
 	font-size: 28rpx;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }
 .hotdt_content img{
 	max-width: 100%;

+ 2 - 1
pages/index/index.wxss

@@ -74,6 +74,7 @@
   line-height: 36rpx;
   color: rgba(56, 55, 53, 1);
   font-size: 24rpx;
+  font-family: PingFangSC-Medium,NotoSansHans-Medium;
 }
 
 /*******goodcar*********/
@@ -262,7 +263,7 @@
   line-height: 33rpx;
   color: rgba(33, 36, 37, 1);
   font-size: 28rpx;
-  font-family: NotoSansHans-Medium;
+  font-family: PingFangSC-Medium,NotoSansHans-Medium;
 }
 .car_characteristic{
   height: 50rpx;

+ 10 - 9
pages/loans/loans.wxml

@@ -5,17 +5,18 @@
 	data="{{title:'我要贷款',headerheight:headerheight,hasback:true}}"
 />
 <page-scroll 
-  className="conent"
   styleSheet="height:{{windowh-headerheight}}rpx;"
   scroll-y="{{selectbar==''?'true':'false'}}"
 >
-	<view class="page-content">
-		<image src="../../img/loans.png"/>
+	<view class="content">
+		<view class="page-content">
+			<image src="../../img/loans.png"/>
+		</view>
+		<navigator 
+			open-type="navigate"
+			class="to_loan" 
+			url="../myloan/myloan">
+			好一车贷款计算器
+		</navigator>
 	</view>
-	<navigator 
-		open-type="navigate"
-		class="to_loan" 
-		url="../myloan/myloan">
-		好一车贷款计算器
-	</navigator>
 </page-scroll>

+ 10 - 6
pages/loans/loans.wxss

@@ -1,17 +1,21 @@
 /* pages/loans/loans.wxss */
+.content{
+	background-color: #F9F9F9;
+}
 .page-content image{
 	width:100%;
 	height: 905rpx;
 }
 .to_loan{
-	position: fixed;
-	bottom:0rpx;
-	width:750rpx;
-	height: 98rpx;
+	/*position: fixed;
+	bottom:0rpx;*/
+	width:620rpx;
+	height: 88rpx;
+	margin:80rpx auto 0rpx;
 	background:linear-gradient(270deg,#FFD800,#FFE600);
-	line-height: 98rpx;
+	line-height: 88rpx;
 	color: rgba(56, 55, 53, 1);
 	font-size: 30rpx;
 	text-align: center;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }

+ 2 - 2
pages/mybuy/mybuy.wxss

@@ -14,7 +14,7 @@
 	color: rgba(104, 104, 104, 1);
 	font-size: 26rpx;
 	text-align: center;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }
 .mybuy_empty_bt{
 	margin:60rpx auto 0rpx;
@@ -26,6 +26,6 @@
 	color: rgba(56, 55, 53, 1);
 	font-size: 26rpx;
 	text-align: center;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 	font-weight: bold;
 }

+ 2 - 2
pages/myloan/myloan.js

@@ -133,7 +133,7 @@ Page({
 
     var time = this.data.time;
     var interestrate = this.data[this.data.timetorate[time]]/100;
-    var firstpay = price*scale/10000;
+    var firstpay = price*scale/100;
     var premonthpay = (price-firstpay)*interestrate*(Math.pow((1+interestrate),time))/(Math.pow((1+interestrate),time)-1);
     this.setData({
       firstpay:firstpay,
@@ -155,7 +155,7 @@ Page({
     var price = this.data.price;
     var price_id = 0;
     list.forEach(function(item){
-      if(item.pricelist[0]<price&&price<item.pricelist[1]){
+      if(item.pricelist[0]<price&&price<=item.pricelist[1]){
         price_id=item.price_id;
       }
     })

+ 1 - 0
pages/myloan/myloan.wxml

@@ -39,6 +39,7 @@
 					splitnum="6"
 					unit="%"
 					bind:changeend="getFirstPay"
+					splitvalue="10"
 				>
 					
 				</carslider>

+ 4 - 4
pages/myloan/myloan.wxss

@@ -16,7 +16,7 @@
 	color: rgba(56, 55, 53, 1);
 	font-size: 30rpx;
 	text-align: left;
-	font-family: NotoSansHans-Medium;	
+	font-family: PingFangSC-Medium,NotoSansHans-Medium;	
 	text-indent: 38rpx;
 }
 .myloan_con_itu{
@@ -58,13 +58,13 @@
 	justify-content:space-between;
 	color: rgba(104, 104, 104, 1);
 	font-size: 24rpx;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 
 }
 .myloan_result_iv{
 	color: rgba(191, 163, 104, 1);
 	font-size: 36rpx;
-	font-family: NotoSansHans-Medium;
+	font-family: PingFangSC-Medium,NotoSansHans-Medium;
 }
 .myloan_result_bt{
 	width:500rpx;
@@ -84,7 +84,7 @@
 	font-size: 22rpx;
 	margin-top:30rpx;
 	text-align:left;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 	padding-bottom: 40rpx;
 }
 .myloan_condition_po{

+ 2 - 2
pages/mysuggest/mysuggest.wxss

@@ -11,7 +11,7 @@
 	color: black;
 	font-size: 24rpx;
 	text-align: left;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 	background-color: white;
 }
 .mysuggest_bt{
@@ -24,6 +24,6 @@
 	color: rgba(56, 55, 53, 1);
 	font-size: 26rpx;
 	text-align: center;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 	font-weight: bold;
 }

+ 2 - 2
pages/orderdetail/orderdetail.wxss

@@ -11,7 +11,7 @@
 	line-height: 22rpx;
 	color: rgba(56, 55, 53, 1);
 	font-size: 22rpx;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 	text-indent: 4rpx;
 	border-left:4rpx solid #FFE600;
 }
@@ -26,7 +26,7 @@
 	color: rgba(56, 55, 53, 1);
 	font-size: 26rpx;
 	text-align: left;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }
 .order_de_v{
 	flex: 1;

+ 4 - 1
pages/sell/sell.js

@@ -225,6 +225,9 @@ Page({
   },
   subSell:function(){
     var _self=this;
+    var imgs = this.data.imgs.filter(function(elem){
+      return elem!='';
+    })
     //var mobile = wx.getStorageSync("mobile")
     postwithoutahth(pathmap.sellingcar,{
       mobile:this.data.mobile,
@@ -232,7 +235,7 @@ Page({
       plate_at:this.data.date,
       mileage:this.data.mileage,
       city_name:`${this.data.area['0'][this.data.areaselect['0']].area_name} ${this.data.area['1'][this.data.areaselect['1']].area_name}`,
-      imgs:this.data.imgs
+      imgs:imgs.join(',')
     },function(json){
       var obj = {          
         title:json.data.message

+ 5 - 5
pages/sell/sell.wxss

@@ -17,7 +17,7 @@
 	text-indent: 38rpx;
 	color: rgba(135, 135, 135, 1);
 	font-size: 24rpx;
-	font-family: NotoSansHans-Regular;
+	font-family: PingFangSC-Regular,NotoSansHans-Regular;
 }
 .sell_form_item{
 	border-top: 1px solid rgba(235, 235, 235, 1);
@@ -30,7 +30,7 @@
 	text-align: left;
 	text-indent: 38rpx;
 	font-size: 28rpx;
-	font-family: NotoSansHans-Regular;
+	font-family: PingFangSC-Regular,NotoSansHans-Regular;
 	width:240rpx;
 }
 .sell_form_itw{	
@@ -62,7 +62,7 @@
 	color: rgba(56, 55, 53, 1);
 	padding-right: 38rpx;
 	font-size: 28rpx;
-	font-family: NotoSansHans-Regular;
+	font-family: PingFangSC-Regular,NotoSansHans-Regular;
 	width:100rpx;
 	text-align: right;	
 }
@@ -78,7 +78,7 @@
 	line-height: 88rpx;
 	color: rgba(56, 55, 53, 1);
 	font-size: 28rpx;
-	font-family: NotoSansHans-Regular;
+	font-family: PingFangSC-Regular,NotoSansHans-Regular;
 }
 .upload_img_list{
 	margin:0px 4px;
@@ -100,7 +100,7 @@
 	color: rgba(56, 55, 53, 1);
 	font-size: 30rpx;
 	text-align: center;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }
 .sell_bottom_banner{
 	display: block;

+ 1 - 1
pages/shop/shop.wxss

@@ -41,7 +41,7 @@
   color: rgba(0, 0, 0, 1);
   font-size: 26rpx;
   font-weight: bold;
-  font-family: NotoSansHans-Medium;
+  font-family: PingFangSC-Medium,NotoSansHans-Medium;
   text-indent: 38rpx;
 }
 .total_count_n{

+ 4 - 4
pages/test/test.wxss

@@ -14,7 +14,7 @@
 	color: rgba(104, 104, 104, 1);
 	font-size: 26rpx;
 	text-align: center;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }
 .hot_empty_bt{
 	margin:60rpx auto 0rpx;
@@ -26,7 +26,7 @@
 	color: rgba(56, 55, 53, 1);
 	font-size: 26rpx;
 	text-align: center;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 	font-weight: bold;
 }
 
@@ -46,7 +46,7 @@
 	line-height: 38rpx;
 	color: rgba(56, 55, 53, 1);
 	font-size: 28rpx;
-	font-family: NotoSansHans-Medium;
+	font-family: PingFangSC-Medium,NotoSansHans-Medium;
 }
 .hot_car_detail{
 	position: absolute;
@@ -56,7 +56,7 @@
 	color: rgba(104, 104, 104, 1);
 	font-size: 22rpx;
 	text-align: left;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }
 .hot_car_img{
 	width:22rpx;

+ 2 - 0
pages/usercenter/usercenter.js

@@ -1,6 +1,7 @@
 // pages/usercenter/usercenter.js
 
 import bindLog,{logs} from "../../module/logs/logs"
+import stylemap from "../../common/stylemap"
 
 var app = getApp();
 Page(Object.assign({
@@ -27,6 +28,7 @@ Page(Object.assign({
     }else{ 
       this.getPhone(number);  
     }
+    this.setData(stylemap);
   },
 
   /**

+ 4 - 4
pages/usercenter/usercenter.wxss

@@ -9,7 +9,7 @@
 	background:linear-gradient(270deg,#FFD800,#FFE600);
 	overflow: hidden;
 	padding-bottom: 20rpx;
-}
+}y
 .usercenter_top_w{
 	margin-top: 55px;
 	height: 54rpx;
@@ -17,7 +17,7 @@
 	color: rgba(56, 55, 53, 1);
 	font-size: 36rpx;
 	text-align: center;
-	font-family: NotoSansHans-Medium;
+	font-family: PingFangSC-Medium,NotoSansHans-Medium;
 }
 .usercenter_top_img{
 	margin: 50rpx auto 0rpx;
@@ -31,7 +31,7 @@
 	color: rgba(56, 55, 53, 1);
 	font-size: 36rpx;
 	text-align: center;
-	font-family: NotoSansHans-Medium;
+	font-family: PingFangSC-Medium,NotoSansHans-Medium;
 }
 .usercenter_op_list{
 	margin-top: 20rpx;
@@ -42,7 +42,7 @@
 	line-height: 98rpx;
 	color: rgba(56, 55, 53, 1);
 	font-size: 28rpx;
-	font-family: NotoSansHans-DemiLight;
+	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 }
 .usercenter_op_img{
 	width:34rpx;