浏览代码

修改问题,补全页面

liguorui 7 年之前
父节点
当前提交
594f5c8a98

+ 3 - 1
app.json

@@ -1,7 +1,9 @@
 {
   "pages":[
-    "pages/myloan/myloan",
     "pages/index/index",
+    "pages/hot/hot",
+    "pages/hotdt/hotdt",
+    "pages/myloan/myloan",
     "pages/evaluate/evaluate",
     "pages/sell/sell",
     "pages/loans/loans",

二进制
img/eye.png


二进制
img/logo.png


二进制
img/myloan.png


二进制
img/placard.png


+ 2 - 1
module/caritem/caritem.wxml

@@ -20,7 +20,8 @@
         </navigator>
       </view>
       <view class="caritem_p">
-        {{car.saleprice}}万
+        {{car.saleprice}}万 
+        <image class="caritem_p_img" src="../../img/placard.png"/>
       </view>
       <view class="caritem_guide_p">
         新手指导价:<view class="caritem_guidep">{{car.guideprice}}万</view>

+ 9 - 1
module/caritem/caritem.wxss

@@ -18,8 +18,12 @@
   background-position: center;
 }
 .caritem_info{
-  padding:10rpx 0rpx 0rpx 40rpx;
+  padding:15rpx 0rpx 15rpx 40rpx;
   align-items:center;
+  display: flex;
+  flex-direction:column;
+  justify-content:space-around;
+  align-items:flex-start;
 }
 .caritem_t{
   height: 36rpx;
@@ -52,6 +56,10 @@
   font-size: 28rpx;
   font-family: NotoSansHans-Medium;
 }
+.caritem_p_img{
+  width: 20rpx;
+  height: 20rpx;
+}
 .caritem_guide_p{
   height: 33rpx;
   line-height: 33rpx;

+ 1 - 0
module/caritem/collectcaritem.wxml

@@ -21,6 +21,7 @@
       </view>
       <view class="caritem_p">
         {{car.saleprice}}万
+        <image class="caritem_p_img" src="../../img/placard.png"/>
       </view>
       <view class="caritem_guide_p">
         新手指导价:<view class="caritem_guidep">{{car.guideprice}}万</view>

+ 11 - 2
module/search/search.js

@@ -14,7 +14,7 @@ export const searchmodule = {
     })
   },
 /*
-    搜索确定时事件
+    搜索input确定时事件
   */
   inputConfirm : function(e) {
     var word = e.detail.value;
@@ -22,6 +22,7 @@ export const searchmodule = {
       if(typeof this.submitsearchword=="function"){
         this.submitsearchword(word);
       }
+      this.cancelSearch();
     } else {
       this.setData({
         searchshow: false,
@@ -51,10 +52,18 @@ export const searchmodule = {
     this.setData({
       searchshow: false
     })
+  },
+  tapHot:function(e){
+    var brand = e.currentTarget.dataset.val;
+
   }
 }
 export const linkToSearch = function (word) {
-  wx.navigateTo({ url: `../searchresult/searchresult?value=${word}` });
+  wx.navigateTo({ url: `../buy/buy?keys=${word}` });
+  if(typeof this.submitsearchword=="function"){
+    this.submitsearchbrand(word);
+  }
+  this.cancelSearch();
 }
 
 export default bindSearch

+ 7 - 7
module/search/search.wxml

@@ -62,23 +62,23 @@
       <view class="hot_search_t">
         热门搜索
       </view>
-      <view class="hot_search_w" bindtap="tapHot">
-        <view  class="hot_search_i" data-val = "玛莎拉蒂">
+      <view class="hot_search_w">
+        <view  bindtap="tapHot" class="hot_search_i" data-val = "玛莎拉蒂">
           玛莎拉蒂
         </view>
-        <view  class="hot_search_i" data-val = "劳斯莱斯">
+        <view  bindtap="tapHot" class="hot_search_i" data-val = "劳斯莱斯">
           劳斯莱斯
         </view>
-        <view  class="hot_search_i" data-val = "宾利">
+        <view  bindtap="tapHot" class="hot_search_i" data-val = "宾利">
           宾利
         </view>
-        <view  class="hot_search_i" data-val = "法拉利">
+        <view  bindtap="tapHot" class="hot_search_i" data-val = "法拉利">
           法拉利
         </view>
-        <view  class="hot_search_i" data-val = "兰博基尼">
+        <view  bindtap="tapHot" class="hot_search_i" data-val = "兰博基尼">
           兰博基尼
         </view>
-        <view  class="hot_search_i" data-val = "布加迪">
+        <view  bindtap="tapHot" class="hot_search_i" data-val = "布加迪">
           布加迪
         </view>
       </view>

+ 3 - 0
pages/buy/buy.js

@@ -344,5 +344,8 @@ Page({
   moreSearch:function(){    
     this.setData({selectbar:""})
     this.getList(this.data.searchdata);
+  },
+  submitsearchword:function(value){    
+    this.getList(Object.assign(this.data.searchdata,{keys:value}));
   }
 })

+ 1 - 1
pages/cardetail/cardetail.js

@@ -243,7 +243,7 @@ Page({
     this.setData({openscheme:false});
   },
   getPay:function(scaleindex,timeindex){
-    var price = this.data.detail.price*100;
+    var price = this.data.detail.price*10000;
     var scale = this.data.loanscale[scaleindex];
     var time = this.data.loantime[timeindex];
     var interestrate = this.data[this.data.timetorate[time]]/100;

+ 7 - 7
pages/cardetail/cardetail.wxml

@@ -39,8 +39,8 @@
 		</view>
 		<view class="cardetail_price">
 			好车价
-			<view class="cardetail_price_v">{{detail.price/100}}万</view>
-			<view class="cardetail_price_n">新车含税价:#####</view>
+			<view class="cardetail_price_v">{{detail.price}}万</view>
+			<view class="cardetail_price_n">新车含税价:{{detail.tax_price}}万</view>
 		</view>
 		<view class="cardetail_flex">
 			<view class="cardetail_time">
@@ -61,7 +61,7 @@
 			</view>
 			<view class="cardetail_time">
 				<view class="cardetail_flex_v">
-					######
+					{{detail.emission}}
 				</view>
 				<view class="cardetail_flex_name">
 					排放标准
@@ -92,7 +92,7 @@
 				<view class="cardetail_baseinfo_n">表现里程</view>
 			</view>
 			<view class="cardetail_baseinfo_i">
-				<view class="cardetail_baseinfo_v">#######</view>
+				<view class="cardetail_baseinfo_v">{{detail.emission}}</view>
 				<view class="cardetail_baseinfo_n">排放标准</view>
 			</view>
 			<view class="cardetail_baseinfo_i">
@@ -124,7 +124,7 @@
 	<view class="cardetail_space">
 		<view class="cardetail_space_t">车辆描述</view>
 		<view class="cardetail_describe">
-			########################################################
+			{{detail.car_condition}}
 		</view>
 	</view>
 	<view class="cardetail_space">
@@ -138,10 +138,10 @@
 					<view 
 						class="cardetail_collocate_item_t"
 						bindtap="swCollocate"
+						data-name="{{item.name}}"
 					>
 						{{item.label}}
 						<image
-							data-name="{{item.name}}"
 							src="../../img/down_icon.png" 
 							class="cardetail_collocate_item_sw"
 						/>
@@ -233,7 +233,7 @@
 					车价
 				</view>
 				<view class="scheme_price_ip">
-					¥{{detail.price/100}}万
+					¥{{detail.price}}万
 				</view>
 			</view>
 			<view class="scheme_price_i">

+ 1 - 1
pages/cardetail/cardetail.wxss

@@ -233,7 +233,7 @@
 }
 .collocate_item_n{
 	text-indent: 48rpx; 
-	width:316rpx;
+	width:360rpx;
 }
 .collocate_item_v{
 	flex: 1;

+ 0 - 1
pages/collect/collect.js

@@ -1,4 +1,3 @@
-// pages/collect/collect.js
 import { get,post } from "../../common/request.js"
 import pathmap from "../../common/pathmap"
 import stylemap from "../../common/stylemap"

+ 103 - 0
pages/hot/hot.js

@@ -0,0 +1,103 @@
+
+import { get,post } from "../../common/request.js"
+import pathmap from "../../common/pathmap"
+import stylemap from "../../common/stylemap"
+
+const app = getApp();
+Page({
+
+  /**
+   * 页面的初始数据
+   */
+  data: { 
+    windowh: app.globalData.windowh, 
+    limit:10,
+    lock:false,
+    list:[],
+    hasloadall:false,
+    offset:0
+  },
+
+  /**
+   * 生命周期函数--监听页面加载
+   */
+  onLoad: function (options) {
+    this.getHots();
+    this.setData(stylemap);
+  },
+
+  /**
+   * 生命周期函数--监听页面初次渲染完成
+   */
+  onReady: function () {
+  
+  },
+
+  /**
+   * 生命周期函数--监听页面显示
+   */
+  onShow: function () {
+  
+  },
+
+  /**
+   * 生命周期函数--监听页面隐藏
+   */
+  onHide: function () {
+  
+  },
+
+  /**
+   * 生命周期函数--监听页面卸载
+   */
+  onUnload: function () {
+  
+  },
+
+  /**
+   * 页面相关事件处理函数--监听用户下拉动作
+   */
+  onPullDownRefresh: function () {
+  
+  },
+
+  /**
+   * 页面上拉触底事件的处理函数
+   */
+  onReachBottom: function () {
+  
+  },
+
+  /**
+   * 用户点击右上角分享
+   */
+  onShareAppMessage: function () {
+  
+  },
+  getHots:function(){
+    var _self=this;
+    if(!this.data.lock){
+      var para = {
+        offset : this.data.offset,
+        limit : this.data.limit
+      }
+      this.setData({
+        lock:true
+      })
+      get(pathmap.goodcar, para, function (json) {
+        var list = json.data&&json.data.list;
+        var obj = {          
+          list:_self.data.list.concat(list),
+          offset:_self.data.offset+_self.data.limit,
+          lock:false
+        }
+        if(json.data.total<=_self.data.limit){
+          obj.hasloadall=true;
+        }else{
+          obj.hasloadall=false;
+        }
+        _self.setData(obj);
+      })
+    }
+  }
+})

+ 1 - 0
pages/hot/hot.json

@@ -0,0 +1 @@
+{}

+ 39 - 0
pages/hot/hot.wxml

@@ -0,0 +1,39 @@
+<!--pages/hot/hot.wxml-->
+
+<import src="../../module/header.wxml"/>
+<scroll-view 
+  class="conent"
+  style="height:{{windowh}}rpx;"
+  scroll-y="{{selectbar==''?'true':'false'}}"
+  bindscrolltolower="{{hasloadall?'':'getHots'}}"
+>
+  <template 
+    is="header"
+    data="{{title:'好车热点',headerheight:headerheight,hasback:true}}"
+  />
+
+  <view wx:if="{{list.length>0}}" class="hot_list">
+    <block wx:for="{{list}}" wx:key="id">
+      <view class="hot_car_item">
+      	<view class="hot_car_info">
+      		<navigator class="hot_car_title" url="../hotdt/hotdt?id={{item.id}}">
+      			{{item.title}}
+      		</navigator>
+      		<view class="hot_car_detail">      			
+      			{{item.time}} 
+      			<image src="../../img/eye.png" class="hot_car_img"/>
+      			{{item.views}}
+      		</view>
+      	</view>
+      	<navigator url="../hotdt/hotdt?id={{item.id}}">
+      		<image class="hot_car_image" src="{{item.img}}"/>
+      	</navigator>
+      </view>
+    </block>
+  </view>
+  <view wx:else class="hot_empty"> 
+    <view class="hot_empty_w">还没有热点哦~</view>
+    <navigator url="../buy/buy" class="hot_empty_bt">去看看车</navigator>
+  </view> 
+  
+</scroll-view>

+ 69 - 0
pages/hot/hot.wxss

@@ -0,0 +1,69 @@
+/* pages/hot/hot.wxss *//* pages/hot/hot.wxss */
+
+@import "../../module/caritem/caritem.wxss"
+
+.conent{
+	background-color:#F9F9F9;
+}
+.hot_list{
+}
+.hot_empty{
+	margin-top:260rpx;
+	height: 39rpx;
+	line-height: 39rpx;
+	color: rgba(104, 104, 104, 1);
+	font-size: 26rpx;
+	text-align: center;
+	font-family: NotoSansHans-DemiLight;
+}
+.hot_empty_bt{
+	margin:60rpx auto 0rpx;
+	width: 280rpx;
+	height: 68rpx;
+	line-height: 68rpx;
+	border-radius: 6rpx;
+	background: linear-gradient(270deg,#FFD800,#FFE600);
+	color: rgba(56, 55, 53, 1);
+	font-size: 26rpx;
+	text-align: center;
+	font-family: NotoSansHans-DemiLight;
+	font-weight: bold;
+}
+
+.hot_car_item{
+	height:160rpx;
+	padding: 20rpx 38rpx;
+	display: flex;
+	margin-bottom:2rpx;
+	background-color: white;
+}
+.hot_car_info{
+	flex: 1;
+	position: relative;
+}
+.hot_car_title{
+	width: 388rpx;
+	line-height: 38rpx;
+	color: rgba(56, 55, 53, 1);
+	font-size: 28rpx;
+	font-family: NotoSansHans-Medium;
+}
+.hot_car_detail{
+	position: absolute;
+	bottom: 20rpx;
+	height: 22rpx;
+	line-height: 22rpx;
+	color: rgba(104, 104, 104, 1);
+	font-size: 22rpx;
+	text-align: left;
+	font-family: NotoSansHans-DemiLight;
+}
+.hot_car_img{
+	width:22rpx;
+	height: 14rpx;
+	margin-left:30rpx;
+}
+.hot_car_image{
+	width:266rpx;
+	height: 160rpx;
+}

+ 80 - 0
pages/hotdt/hotdt.js

@@ -0,0 +1,80 @@
+
+import { get,post } from "../../common/request.js"
+import pathmap from "../../common/pathmap"
+import stylemap from "../../common/stylemap"
+
+const app = getApp();
+Page({
+
+  /**
+   * 页面的初始数据
+   */
+  data: { 
+    windowh: app.globalData.windowh
+  },
+
+  /**
+   * 生命周期函数--监听页面加载
+   */
+  onLoad: function (options) {
+    this.setData(Object.assign({id:options.id},stylemap));
+    this.getHotDt();
+  },
+
+  /**
+   * 生命周期函数--监听页面初次渲染完成
+   */
+  onReady: function () {
+  
+  },
+
+  /**
+   * 生命周期函数--监听页面显示
+   */
+  onShow: function () {
+  
+  },
+
+  /**
+   * 生命周期函数--监听页面隐藏
+   */
+  onHide: function () {
+  
+  },
+
+  /**
+   * 生命周期函数--监听页面卸载
+   */
+  onUnload: function () {
+  
+  },
+
+  /**
+   * 页面相关事件处理函数--监听用户下拉动作
+   */
+  onPullDownRefresh: function () {
+  
+  },
+
+  /**
+   * 页面上拉触底事件的处理函数
+   */
+  onReachBottom: function () {
+  
+  },
+
+  /**
+   * 用户点击右上角分享
+   */
+  onShareAppMessage: function () {
+  
+  },
+  getHotDt:function(){
+    var _self=this;
+    get(pathmap.goodcardetail, {
+      id:this.data.id
+    }, function (json) {
+      _self.setData(json.data);
+    })
+  }
+})

+ 1 - 0
pages/hotdt/hotdt.json

@@ -0,0 +1 @@
+{}

+ 32 - 0
pages/hotdt/hotdt.wxml

@@ -0,0 +1,32 @@
+<import src="../../module/header.wxml"/>
+<scroll-view 
+  class="conent"
+  style="height:{{windowh}}rpx;"
+  scroll-y="true"
+>
+	<template 
+	    is="header"
+	    data="{{title:'好车热点',headerheight:headerheight,hasback:true}}"
+  	/>
+	<view class="hotdt_c">
+		<view class="hotdt_title">
+			{{title}}
+		</view>
+		<view class="hotdt_author">
+			<image class="hotdt_author_img" src="../../img/logo.png"/>
+			<view class="hotdt_author_dt">
+				<view class="hotdt_author_name">{{author}}</view>
+				<view class="hotdt_author_time">
+					{{time}}
+					<image class="hot_car_image" src="../../img/eye.png"/>
+					{{views}}
+				</view>
+			</view>
+		</view>
+		<view class="hotdt_content">
+			<rich-text 
+				nodes="{{content}}">
+			</rich-text>
+		</view>
+	</view>
+</scroll-view>

+ 54 - 0
pages/hotdt/hotdt.wxss

@@ -0,0 +1,54 @@
+/* pages/hotdt/hotdt.wxss */
+.conent{
+	background-color: white;
+}
+.hotdt_c{
+	width:674rpx;
+	margin:0rpx auto;
+	padding-bottom: 60rpx;
+}
+.hotdt_title{
+	line-height: 52rpx;
+	color: rgba(56, 55, 53, 1);
+	font-size: 42rpx;
+	font-family: NotoSansHans-Medium;
+}
+.hotdt_author{
+	display: flex;
+	margin-top: 20rpx;
+}
+.hotdt_author_img{
+	width:54rpx;
+	height: 54rpx;
+	margin-right: 10rpx;
+}
+.hotdt_author_dt{
+	flex: 1;
+}
+.hotdt_author_name{
+	height: 30rpx;
+	line-height: 30rpx;
+	color: rgba(56, 55, 53, 1);
+	font-size: 24rpx;
+	font-family: NotoSansHans-DemiLight;
+}
+.hotdt_author_time{
+	height: 22rpx;
+	line-height: 22rpx;
+	color: rgba(104, 104, 104, 1);
+	font-size: 22rpx;
+	text-align: left;
+	font-family: NotoSansHans-DemiLight;
+}
+.hot_car_image{
+	width:22rpx;
+	height: 14rpx;
+	margin-left:30rpx;
+}
+.hotdt_content{
+	margin-top:60rpx;
+	line-height: 42rpx;
+	color: rgba(104, 104, 104, 1);
+	font-size: 28rpx;
+	font-family: NotoSansHans-DemiLight;
+}

+ 1 - 1
pages/index/cardetail.wxml

@@ -17,7 +17,7 @@
         售价:{{car.saleprice}}万
       </view>
       <view class="car_characteristic">
-        <view class="car_characteristic_i">11111</view>
+        <view class="car_characteristic_i">######</view>
       </view>
     </view>
   </view>

+ 4 - 2
pages/index/goodcar.wxml

@@ -1,5 +1,7 @@
 <template name="goodcar">
-  <view class="goodcar">
+  <navigator 
+    url="../hot/hot"
+    class="goodcar">
     <image 
       class="goodcar_t" 
       src="../../img/goodcar.png"
@@ -21,5 +23,5 @@
         </swiper-item>
       </block>
     </swiper>
-  </view>
+  </navigator>
 </template>

+ 1 - 1
pages/index/index.js

@@ -117,7 +117,7 @@ Page({
     });
   },
   submitsearchword:function(word){
-    wx.navigateTo({ url: `../searchresult/searchresult?value=${word}`});
+    wx.navigateTo({ url: `../buy/buy?key=${word}`});
   },
   testPost:function(){
     post(pathmap.login,{

+ 7 - 3
pages/index/index.wxml

@@ -74,14 +74,16 @@
         <view class="brand_item_b">
           <view class="brand_item">
             <navigator class="brand_item_link" url="../buy/buy?brand={{item.brand_id}}">
-              <view class="brand_item_img" style="background-image:url(../../img/brand.png)"></view>
+              <view class="brand_item_img" style="background-image:url({{item.brand_img}})"></view>
               <view class="brand_item_name">{{item.brand_name}}</view>
             </navigator>
           </view>     
         </view>     
       </block>
     </view>
-    <view class="brand_more">查看更多好车</view>
+    <navigator 
+      url="../buy/buy"
+      class="brand_more">查看更多好车</navigator>
     <view class="recommend">
       <view class="recommend_t">
         <image class="recommend_img" src="../../img/recommend.png"/>
@@ -121,7 +123,9 @@
         <template is="caritem" data="{{car:item}}"/>
       </block>
     </view>
-    <view class="show_more">加载更多></view>
+    <navigator 
+      url="../buy/buy"
+      class="show_more">加载更多></navigator>
     <image class="bottom_banner" src="../../img/banner.png"></image>
     <template 
       is="footer" 

+ 11 - 2
pages/myloan/myloan.js

@@ -18,7 +18,9 @@ Page({
     },
     price:50,
     time:12,
-    scale:0
+    scale:0,
+    scalename:"零",
+    number:["零","一","二","三","四","五","六","七","八","九"]
   },
 
   /**
@@ -104,13 +106,20 @@ Page({
   getResult:function(){
     var price = this.data.price*10000;
     var scale = this.data.scale;
+    var scales = (""+scale/10).split(".");
+    var scalename =this.data.number[scales[0]];
+    if(scales[1]){
+      scalename+=this.data.number[scales[1]]
+    }
+
     var time = this.data.time;
     var interestrate = this.data[this.data.timetorate[time]]/100;
     var firstpay = price*scale/10000;
     var premonthpay = (price-firstpay)*interestrate*(Math.pow((1+interestrate),time))/(Math.pow((1+interestrate),time)-1);
     this.setData({
       firstpay:firstpay,
-      premonthpay:Math.round(premonthpay)
+      premonthpay:Math.round(premonthpay),
+      scalename:scalename
     })
   }
 })

+ 34 - 20
pages/myloan/myloan.wxml

@@ -64,26 +64,40 @@
 			</view>
 		</view>
 	</view>
-	<view class="myloan_result">
-		<view class="myloan_result_i">
-			<view>车价</view>
-			<view class="myloan_result_iv">¥{{price}}万</view>
-		</view>
-		<view class="myloan_result_i">
-			<view>首付成数</view>
-			<view class="myloan_result_iv"></view>
-		</view>
-		<view class="myloan_result_i">
-			<view>首付款</view>
-			<view class="myloan_result_iv">{{firstpay}}万</view>
-		</view>
-		<view class="myloan_result_i">
-			<view>月供</view>
-			<view class="myloan_result_iv">{{premonthpay}}元</view>
-		</view>
-		<view class="myloan_result_i">
-			<view>分期</view>
-			<view class="myloan_result_iv">{{time}}期</view>
+	<view class="myloan_result_c">
+		<image class="myloan_result_bg" src="../../img/myloan.png"/>
+		<view class="myloan_result">
+			<view class="myloan_result_i">
+				<view>车价</view>
+				<view class="myloan_result_iv">¥{{price}}万</view>
+			</view>
+			<view class="myloan_result_i">
+				<view>首付成数</view>
+				<view class="myloan_result_iv">{{scalename}}成</view>
+			</view>
+			<view class="myloan_result_i">
+				<view>首付款</view>
+				<view class="myloan_result_iv">{{firstpay}}万</view>
+			</view>
+			<view class="myloan_result_i">
+				<view>月供</view>
+				<view class="myloan_result_iv">{{premonthpay}}元</view>
+			</view>
+			<view class="myloan_result_i">
+				<view>分期</view>
+				<view class="myloan_result_iv">{{time}}期</view>
+			</view>
+
+			<navigator url="../buy/buy" class="myloan_result_bt">
+				去买车
+			</navigator>
 		</view>
 	</view>
+	<view class="myloan_condition">
+		<view>首付条件:</view>
+		<view>一成 需芝麻信用分600分以上,需有房产证明;</view>
+		<view>二成 需芝麻信用分550分以上</view>
+		<view>三成 需芝麻信用分450分以上</view>
+		<view class='myloan_condition_po'>※本页面试算结果仅供参考,实际结果以最终复批结果为准</view>
+	</view>
 </scroll-view>

+ 45 - 2
pages/myloan/myloan.wxss

@@ -1,4 +1,7 @@
 /* pages/myloan/myloan.wxss */
+.content{
+	background-color: #f9f9f9;
+}
 .myloan_con_c{
 	background-color: #f9f8ee;
 	overflow: hidden;
@@ -14,6 +17,7 @@
 	font-size: 30rpx;
 	text-align: left;
 	font-family: NotoSansHans-Medium;	
+	text-indent: 38rpx;
 }
 .myloan_con_itu{
 	display: inline;	
@@ -23,8 +27,23 @@
 .myloan_con_linec{
 	margin-top: 23rpx;
 }
-
+.myloan_result_c{
+	position: relative;
+	width:654rpx;
+	margin:0px auto;
+	height: 552rpx;
+}
+.myloan_result_bg{
+	position: absolute;
+	top:0rpx;
+	left:0rpx;
+	width:100%;
+	height: 552rpx;
+}
 .myloan_result{
+	position: absolute;
+	top:0rpx;
+	left:0rpx;
 	width:454rpx;
 	margin:-110rpx auto 0rpx;
 	background-color: white;
@@ -46,4 +65,28 @@
 	color: rgba(191, 163, 104, 1);
 	font-size: 36rpx;
 	font-family: NotoSansHans-Medium;
-}
+}
+.myloan_result_bt{
+	width:500rpx;
+	height: 88rpx;
+	line-height: 88rpx;
+	border-radius: 6rpx;
+	background: linear-gradient(270deg,#FFD800,#FFE600);
+	color: rgba(56, 55, 53, 1);
+	font-size: 26rpx;
+	margin: 70rpx auto;
+	text-align: center;
+}
+.myloan_condition{
+	text-indent: 80rpx;
+	line-height: 33rpx;
+	color: rgba(135, 135, 135, 1);
+	font-size: 22rpx;
+	margin-top:30rpx;
+	text-align:left;
+	font-family: NotoSansHans-DemiLight;
+	padding-bottom: 40rpx;
+}
+.myloan_condition_po{
+	color:#c4ab75;
+}