作者 刘晓艳

保险

@@ -85,7 +85,7 @@ @@ -85,7 +85,7 @@
85 justify-content: space-between; 85 justify-content: space-between;
86 box-shadow: 0rpx 4rpx 16rpx 0rpx rgba(0, 0, 0, 0.08); 86 box-shadow: 0rpx 4rpx 16rpx 0rpx rgba(0, 0, 0, 0.08);
87 border-radius: 5rpx; 87 border-radius: 5rpx;
88 - padding: 16rpx 20rpx; 88 + padding: 16rpx 0;
89 box-sizing: border-box; 89 box-sizing: border-box;
90 position: relative; 90 position: relative;
91 margin-bottom: 40rpx; 91 margin-bottom: 40rpx;
@@ -109,6 +109,7 @@ @@ -109,6 +109,7 @@
109 align-items: center; 109 align-items: center;
110 justify-content: center; 110 justify-content: center;
111 flex-direction: column; 111 flex-direction: column;
  112 + margin-left: 15rpx;
112 /* position: absolute; 113 /* position: absolute;
113 left: 0; 114 left: 0;
114 top: -20rpx; */ 115 top: -20rpx; */
@@ -147,7 +148,7 @@ @@ -147,7 +148,7 @@
147 } 148 }
148 149
149 .label_item { 150 .label_item {
150 - width: 115rpx; 151 + width: 136rpx;
151 height: 80rpx; 152 height: 80rpx;
152 background: rgba(242, 244, 247, 1); 153 background: rgba(242, 244, 247, 1);
153 border-radius: 5rpx; 154 border-radius: 5rpx;
@@ -158,12 +159,13 @@ @@ -158,12 +159,13 @@
158 align-items: center; 159 align-items: center;
159 justify-content: center; 160 justify-content: center;
160 margin: 0 20rpx 20rpx 0; 161 margin: 0 20rpx 20rpx 0;
161 - padding: 0 20rpx; 162 + padding: 0 15rpx;
162 } 163 }
163 164
164 .list_right_box { 165 .list_right_box {
165 width: 16%; 166 width: 16%;
166 margin-top: 50rpx; 167 margin-top: 50rpx;
  168 + margin-right: 10rpx;
167 } 169 }
168 170
169 .list_btn_box { 171 .list_btn_box {
@@ -81,7 +81,8 @@ Page({ @@ -81,7 +81,8 @@ Page({
81 // 打电话 81 // 打电话
82 makePhoneCall() { 82 makePhoneCall() {
83 let that = this; 83 let that = this;
84 - var def = that.data.user 84 + var def = that.data.def
  85 + console.log(def)
85 var phoneNumber = def.mobile 86 var phoneNumber = def.mobile
86 wx.makePhoneCall({ 87 wx.makePhoneCall({
87 phoneNumber: phoneNumber 88 phoneNumber: phoneNumber
@@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
12 <text class='iconfont icon-xiala1'></text> 12 <text class='iconfont icon-xiala1'></text>
13 </picker> --> 13 </picker> -->
14 <view class="user_type_box" bindtap='showLevel'> 14 <view class="user_type_box" bindtap='showLevel'>
15 - {{def.leveltext?def.leveltext:'请选择'}} 15 + {{def.leveltext?def.leveltext:'选等级'}}
16 <text class='iconfont icon-xiala1'></text> 16 <text class='iconfont icon-xiala1'></text>
17 </view> 17 </view>
18 </view> 18 </view>
@@ -352,6 +352,10 @@ @@ -352,6 +352,10 @@
352 color: #999; 352 color: #999;
353 font-size: 24rpx; 353 font-size: 24rpx;
354 background-color: #fff; 354 background-color: #fff;
  355 + position: fixed;
  356 + bottom: 40rpx;
  357 + left: 50%;
  358 + transform: translate(-50%);
355 } 359 }
356 360
357 .icon-tianjia { 361 .icon-tianjia {