作者 lihongjuan

@@ -185,7 +185,7 @@ image { @@ -185,7 +185,7 @@ image {
185 /* width: 686rpx; 185 /* width: 686rpx;
186 height: 304rpx; */ 186 height: 304rpx; */
187 width: 750rpx; 187 width: 750rpx;
188 - height: 320rpx; 188 + height: 260rpx;
189 position: relative; 189 position: relative;
190 } 190 }
191 191
@@ -234,7 +234,7 @@ image { @@ -234,7 +234,7 @@ image {
234 height: 88rpx; 234 height: 88rpx;
235 width: 100%; 235 width: 100%;
236 background: #fff; 236 background: #fff;
237 - padding: 0 32rpx; 237 + padding: 0 40rpx 0 32rpx;
238 box-sizing: border-box; 238 box-sizing: border-box;
239 display: flex; 239 display: flex;
240 align-items: center; 240 align-items: center;
@@ -285,7 +285,7 @@ image { @@ -285,7 +285,7 @@ image {
285 285
286 .notice { 286 .notice {
287 width: 100%; 287 width: 100%;
288 - padding: 24rpx 32rpx; 288 + padding: 10rpx 32rpx;
289 box-sizing: border-box; 289 box-sizing: border-box;
290 background: #fff; 290 background: #fff;
291 display: flex; 291 display: flex;
@@ -358,8 +358,8 @@ image { @@ -358,8 +358,8 @@ image {
358 } 358 }
359 359
360 .activeitem { 360 .activeitem {
361 - width: 218rpx;  
362 - height: 240rpx; 361 + width: 140rpx;
  362 + height: 155rpx;
363 font-size: 0; 363 font-size: 0;
364 display: flex; 364 display: flex;
365 justify-content: center; 365 justify-content: center;
@@ -396,12 +396,12 @@ image { @@ -396,12 +396,12 @@ image {
396 396
397 .actity { 397 .actity {
398 width: 750rpx; 398 width: 750rpx;
399 - padding: 24rpx 30rpx; 399 + padding: 2rpx 30rpx;
400 box-sizing: border-box; 400 box-sizing: border-box;
401 background: #fff; 401 background: #fff;
402 border-bottom: 16rpx solid #f5f5f5; 402 border-bottom: 16rpx solid #f5f5f5;
403 /* border-top:16rpx solid #f5f5f5; */ 403 /* border-top:16rpx solid #f5f5f5; */
404 - margin-top:20rpx; 404 + margin-top:10rpx;
405 } 405 }
406 406
407 .miaosha { 407 .miaosha {
@@ -417,7 +417,7 @@ image { @@ -417,7 +417,7 @@ image {
417 .miaoshaoname { 417 .miaoshaoname {
418 color:rgba(61, 154, 248, 1); 418 color:rgba(61, 154, 248, 1);
419 419
420 - font-size: 32rpx; 420 + font-size: 28rpx;
421 font-weight: bold; 421 font-weight: bold;
422 } 422 }
423 423
@@ -466,13 +466,13 @@ image { @@ -466,13 +466,13 @@ image {
466 flex-direction: column; 466 flex-direction: column;
467 justify-content: center; 467 justify-content: center;
468 align-items: center; 468 align-items: center;
469 - margin-right: 24rpx; 469 + margin-right: 31rpx;
470 box-sizing: border-box; 470 box-sizing: border-box;
471 } 471 }
472 472
473 .goodimg { 473 .goodimg {
474 - width: 140rpx;  
475 - height: 140rpx; 474 + width: 63rpx;
  475 + height: 63rpx;
476 font-size: 0; 476 font-size: 0;
477 border-radius: 10rpx; 477 border-radius: 10rpx;
478 } 478 }
@@ -511,7 +511,7 @@ image { @@ -511,7 +511,7 @@ image {
511 511
512 .xianshi { 512 .xianshi {
513 width: 750rpx; 513 width: 750rpx;
514 - padding: 24rpx 30rpx; 514 + padding: 10rpx 30rpx;
515 box-sizing: border-box; 515 box-sizing: border-box;
516 background: #fff; 516 background: #fff;
517 border-bottom:16rpx solid #f5f5f5; 517 border-bottom:16rpx solid #f5f5f5;
@@ -184,7 +184,7 @@ Page({ @@ -184,7 +184,7 @@ Page({
184 } 184 }
185 app.post(url, params).then((res) => { 185 app.post(url, params).then((res) => {
186 that.setData({ 186 that.setData({
187 - "info.yunfei": Number(res.msg.yunfei) 187 + "info.yunfei": Number(res.msg.yunfei)*100
188 }) 188 })
189 }) 189 })
190 }, 190 },
@@ -108,7 +108,7 @@ @@ -108,7 +108,7 @@
108 108
109 <view class="cover_box" wx:if="{{cover_type}}"> 109 <view class="cover_box" wx:if="{{cover_type}}">
110 <view class="cover_order"> 110 <view class="cover_order">
111 - <view class="all_money">{{choudan_money?(choudan_money + total)/100: (total)/100}}积分</view> 111 + <view class="all_money">{{choudan_money?(choudan_money + info.total + info.yunfei)/100: (info.total + info.yunfei)/100}}积分</view>
112 <view class="money_item"> 112 <view class="money_item">
113 <text>商品积分</text> 113 <text>商品积分</text>
114 <text>{{choudan_money?(choudan_money + info.total)/100:info.total/100}}积分</text> 114 <text>{{choudan_money?(choudan_money + info.total)/100:info.total/100}}积分</text>
@@ -104,7 +104,7 @@ Page({ @@ -104,7 +104,7 @@ Page({
104 } 104 }
105 app.post(url, params).then((res) => { 105 app.post(url, params).then((res) => {
106 that.setData({ 106 that.setData({
107 - "info.yunfei": res.msg.yunfei 107 + "info.yunfei": res.msg.yunfei*100
108 }) 108 })
109 }) 109 })
110 }, 110 },
@@ -221,7 +221,7 @@ page { @@ -221,7 +221,7 @@ page {
221 flex-direction: row-reveres; 221 flex-direction: row-reveres;
222 -webkit-flex-direction: row-reveres; 222 -webkit-flex-direction: row-reveres;
223 justify-content: flex-end; */ 223 justify-content: flex-end; */
224 - padding: 16rpx 24rpx 32rpx 30rpx; 224 + padding: 16rpx 20rpx 32rpx 0rpx;
225 box-sizing: border-box; 225 box-sizing: border-box;
226 } 226 }
227 227
@@ -189,6 +189,7 @@ page { @@ -189,6 +189,7 @@ page {
189 } 189 }
190 190
191 .real_goods_bottom { 191 .real_goods_bottom {
  192 + width:335rpx;
192 padding: 16rpx 16rpx 28rpx 31rpx; 193 padding: 16rpx 16rpx 28rpx 31rpx;
193 box-sizing: border-box; 194 box-sizing: border-box;
194 background: #fff; 195 background: #fff;