Commit c92a2a03d815e137a540ac5efffcbe7802c80499

Authored by 后端研发-倪永富
1 parent 01af041e

去参团-弹框修改

app.wxss
@@ -162,6 +162,7 @@ justify-content:flex-start; @@ -162,6 +162,7 @@ justify-content:flex-start;
162 align-items:center; 162 align-items:center;
163 } 163 }
164 .flex{display: flex} 164 .flex{display: flex}
  165 +
165 .ai-center{ 166 .ai-center{
166 align-items: center; 167 align-items: center;
167 } 168 }
@@ -407,4 +408,9 @@ background: #ffe3e2; @@ -407,4 +408,9 @@ background: #ffe3e2;
407 .fs60{ font-size:60rpx;} 408 .fs60{ font-size:60rpx;}
408 .flex-wrap{ 409 .flex-wrap{
409 flex-wrap:wrap; 410 flex-wrap:wrap;
  411 +}
  412 +
  413 +
  414 +.lh1 {
  415 + line-height: 1;
410 } 416 }
411 \ No newline at end of file 417 \ No newline at end of file
pages/team/team_show/team_show.js
@@ -60,6 +60,13 @@ Page({ @@ -60,6 +60,13 @@ Page({
60 redis_arr:null, 60 redis_arr:null,
61 61
62 iurl:os.imghost, 62 iurl:os.imghost,
  63 +
  64 +
  65 + openSpecModal: !1,
  66 + openSpecModal_pt: !1, //拼单的弹起,
  67 +
  68 + showStore: true,
  69 + selectStore: 0,
63 }, 70 },
64 onLoad: function(options) { 71 onLoad: function(options) {
65 72
@@ -941,5 +948,122 @@ Page({ @@ -941,5 +948,122 @@ Page({
941 imageUrl: img, 948 imageUrl: img,
942 } 949 }
943 }, 950 },
  951 +
  952 +
  953 +
  954 +
  955 +
  956 + closeSpecModal: function() {
  957 + this.setData({
  958 + yijian: false
  959 + });
  960 + },
  961 +
  962 + close_popup: function() {
  963 + this.setData({
  964 + showStore: true
  965 + });
  966 + },
  967 +
  968 +
  969 +
  970 + // 选择门店
  971 + choice_store: function(ee) {
  972 +
  973 + // console.log('1');
  974 + this.setData({
  975 + // store: 1,
  976 + yijian: false,
  977 + showStore: false,
  978 + });
  979 +
  980 + // var th = this;
  981 + // var ind=ee.currentTarget.dataset.ind;
  982 + // var bconfig = th.data.bconfig;
  983 +
  984 + // if(!th.data.only_pk && !th.data.def_pickpu_list){
  985 + // getApp().confirmBox("门店库存不足", null, 25000, !1);
  986 + // return false;
  987 + // }
  988 +
  989 + // if(th.data.only_pk && !th.data.only_pk.length){
  990 + // getApp().confirmBox("门店库存不足", null, 25000, !1);
  991 + // return false;
  992 + // }
  993 + // if(th.data.def_pickpu_list && !th.data.def_pickpu_list.length){
  994 + // getApp().confirmBox("门店库存不足", null, 25000, !1);
  995 + // return false;
  996 + // }
  997 +
  998 +
  999 + // if (bconfig.is_sort_storage) {
  1000 + // wx.getLocation({
  1001 + // type: 'wgs84',
  1002 + // success: function(res) {
  1003 +
  1004 + // th.data.lat = res.latitude;
  1005 + // th.data.lon = res.longitude;
  1006 + // th.data.is_get_local_ok = 1;
  1007 + // th.setData({
  1008 + // is_gps: 1
  1009 + // });
  1010 + // //th.onShow();
  1011 + // th.get_sto();
  1012 + // },
  1013 + // fail: function(res) {
  1014 + // //th.onShow();
  1015 + // th.data.is_get_local_ok = 1;
  1016 + // th.get_sto();
  1017 + // if (res.errCode == 2) {
  1018 + // th.setData({
  1019 + // is_gps: 0
  1020 + // });
  1021 + // if (th.data.is_gps == 0) {
  1022 + // getApp().confirmBox("请开启GPS定位", null, 25000, !1);
  1023 + // }
  1024 + // } else {
  1025 + // th.setData({
  1026 + // is_gps: "3"
  1027 + // });
  1028 + // }
  1029 +
  1030 + // }
  1031 + // })
  1032 + // }else{
  1033 + // th.data.is_get_local_ok = 1;
  1034 + // th.get_sto();
  1035 + // }
  1036 +
  1037 + // if(ind!=undefined && ind!=null ){
  1038 + // this.setData({
  1039 + // open_ind_store: ind,
  1040 + // store: 1,
  1041 + // openSpecModal: !1,
  1042 + // openSpecModal_pt: !1
  1043 + // })
  1044 + // }else{
  1045 + // this.setData({
  1046 + // store: 1,
  1047 + // openSpecModal: !1,
  1048 + // openSpecModal_pt: !1
  1049 + // })
  1050 + // }
  1051 + },
  1052 +
  1053 +
  1054 +
  1055 + //选择更多门店
  1056 + more_store: function() {
  1057 + this.setData({
  1058 + selectStore: 1
  1059 + });
  1060 + },
  1061 +
  1062 + // 返回按钮
  1063 + returns: function() {
  1064 + this.setData({
  1065 + selectStore: 0,
  1066 + });
  1067 + },
944 1068
945 }) 1069 })
946 \ No newline at end of file 1070 \ No newline at end of file
pages/team/team_show/team_show.wxml
1 <wxs module="filters" src="../../../utils/filter.wxs"></wxs> 1 <wxs module="filters" src="../../../utils/filter.wxs"></wxs>
2 <!---- //文字"--> 2 <!---- //文字"-->
3 <view wx:if="{{is_show}}"> 3 <view wx:if="{{is_show}}">
4 -  
5 - <!--图片区域-->  
6 - <view class='center'>  
7 - <view class='cenleft'>  
8 - <image src='{{image}}' binderror='bind_bnerr' data-errorimg='image' ></image>  
9 - </view>  
10 - <view class='cenright'>  
11 - <view class='cenrt'>  
12 -  
13 - <view class='xc-goods-details ellipsis-2 fs28'>  
14 - <span>{{goods.goods_name}}</span>  
15 - </view>  
16 - </view>  
17 - <view class='cenrcen flex-vertical-between'>  
18 - <view>  
19 - <view class="fs40 xc-wc" style='font-size:40rpx'>  
20 - <span class="fs28" style="font-weight:500;">¥</span>{{teamlist.price}}</view>  
21 - <view class="fs22 word-line xc-wc">  
22 - 零售价¥{{goods.market_price}}  
23 - </view>  
24 - </view>  
25 - <view class="xc-wc fs24">  
26 - <view>  
27 - <view class="">已拼{{teamlist.buy_num}}件</view>  
28 - <view class="flex xc-valframe t-c">  
29 - <view class="xc-frame-img">  
30 - <image class="picture"src="{{imageurl}}/miniapp/images/bai-ren.png"></image>  
31 - </view>  
32 - <view style='margin-left:9rpx;'>  
33 - {{teamlist.ct_num}}人拼  
34 - </view>  
35 - </view>  
36 - </view>  
37 - </view>  
38 - </view>  
39 - </view>  
40 - </view>  
41 -  
42 - <view class='body oh'>  
43 - <!-- 等待团员 -->  
44 - <!-- <view class='bodytop' wx:if="{{teamlist.kt_type==3}}"> -->  
45 - <!-- 拼团成功 -->  
46 - <view class="xc-ptcomplete flex-level fs28" wx:if="{{val==2}}">  
47 -  
48 - <view class="xc-wc">拼团成功</view>,为您节省<text class="xc-wc">25</text>元  
49 - <view class="xc-img-frame oh" wx:if="{{val==2}}"><image class="img" src="{{imageurl}}/miniapp/images/xc_qtcg.png"></image> </view>  
50 - </view>  
51 - <!-- 拼团失败 -->  
52 - <view class="xc-ptcomplete flex-level fs28" wx:if="{{val==3}}">  
53 - <view class="xc-wc xc-end">拼团失败</view>  
54 - <view class="xc-img-frames oh iw" wx:if="{{val==3}}"><image class="img " src="{{imageurl}}/miniapp/images/xc-qtshibai.png"></image> </view>  
55 - </view>  
56 - <!--头像-->  
57 - <view class="flex_tou">  
58 - <view class='bodyimg flex-level' wx:for="{{ordertx2}}" wx:key>  
59 - <view class='d'>  
60 - <image src='{{item.head_pic}}'></image>  
61 - <span wx:if="{{item.is_pt_tz==1}}">团长</span>  
62 - </view>  
63 - </view>  
64 - <view class='d' wx:for="{{sf_arr}}" >  
65 - <image src='{{iurl}}/miniapp/images/shafa.png' style='width:100%; height:100%'></image>  
66 - </view>  
67 - <view class='xc-ellipsis-img' wx:if="{{ordertx.length>5}}">  
68 - <image style='width:56rpx;height:56rpx;margin-left:10rpx;' src="{{imageurl}}/miniapp/images/xc_ellipsis.png"></image>  
69 - </view>  
70 4
71 -  
72 - </view> 5 + <!--图片区域-->
  6 + <view class='center'>
  7 + <view class='cenleft'>
  8 + <image src='{{image}}' binderror='bind_bnerr' data-errorimg='image'></image>
  9 + </view>
  10 + <view class='cenright'>
  11 + <view class='cenrt'>
73 12
74 - <view class='bodytime'>  
75 - <!--/ //旁边直线-->  
76 - <view class='bodytimeleft'>  
77 - <view class='xian'></view>  
78 - </view>  
79 - <!--/ // //时间-->  
80 - <!--许程 <view class='bodytimecen' wx:if='{{obj}}'> -->  
81 - <view class='bodytimecen'>  
82 - 剩余  
83 - <span wx:if="{{obj.day!=0}}"> {{obj.day}} </span>:  
84 - <span> {{obj.hou}} </span>:  
85 - <span> {{obj.min}} </span>:  
86 - <span> {{obj.sec}} </span>结束  
87 - </view>  
88 - 13 + <view class='xc-goods-details ellipsis-2 fs28'>
  14 + <span>{{goods.goods_name}}</span>
  15 + </view>
  16 + </view>
  17 + <view class='cenrcen flex-vertical-between'>
  18 + <view>
  19 + <view class="fs40 xc-wc" style='font-size:40rpx'>
  20 + <span class="fs28" style="font-weight:500;">¥</span>{{teamlist.price}}</view>
  21 + <view class="fs22 word-line xc-wc">
  22 + 零售价¥{{goods.market_price}}
  23 + </view>
  24 + </view>
  25 + <view class="xc-wc fs24">
  26 + <view>
  27 + <view class="">已拼{{teamlist.buy_num}}件</view>
  28 + <view class="flex xc-valframe t-c">
  29 + <view class="xc-frame-img">
  30 + <image class="picture" src="{{imageurl}}/miniapp/images/bai-ren.png"></image>
  31 + </view>
  32 + <view style='margin-left:9rpx;'>
  33 + {{teamlist.ct_num}}人拼
  34 + </view>
  35 + </view>
  36 + </view>
  37 + </view>
  38 + </view>
  39 + </view>
  40 + </view>
89 41
90 - <!----/ 旁边直线---->  
91 - <view class='bodytimeright'>  
92 - <view class='xian'></view>  
93 - </view>  
94 - </view>  
95 -  
96 - <view style='height:50rpx;width:100%' wx:if="{{val==1}}"></view> 42 + <view class='body oh'>
  43 + <!-- 等待团员 -->
  44 + <!-- <view class='bodytop' wx:if="{{teamlist.kt_type==3}}"> -->
  45 + <!-- 拼团成功 -->
  46 + <view class="xc-ptcomplete flex-level fs28" wx:if="{{val==2}}">
  47 +
  48 + <view class="xc-wc">拼团成功</view>,为您节省<text class="xc-wc">25</text>元
  49 + <view class="xc-img-frame oh" wx:if="{{val==2}}">
  50 + <image class="img" src="{{imageurl}}/miniapp/images/xc_qtcg.png"></image>
  51 + </view>
  52 + </view>
  53 + <!-- 拼团失败 -->
  54 + <view class="xc-ptcomplete flex-level fs28" wx:if="{{val==3}}">
  55 + <view class="xc-wc xc-end">拼团失败</view>
  56 + <view class="xc-img-frames oh iw" wx:if="{{val==3}}">
  57 + <image class="img " src="{{imageurl}}/miniapp/images/xc-qtshibai.png"></image>
  58 + </view>
  59 + </view>
  60 + <!--头像-->
  61 + <view class="flex_tou">
  62 + <view class='bodyimg flex-level' wx:for="{{ordertx2}}" wx:key>
  63 + <view class='d'>
  64 + <image src='{{item.head_pic}}'></image>
  65 + <span wx:if="{{item.is_pt_tz==1}}">团长</span>
  66 + </view>
  67 + </view>
  68 + <view class='d' wx:for="{{sf_arr}}">
  69 + <image src='{{iurl}}/miniapp/images/shafa.png' style='width:100%; height:100%'></image>
  70 + </view>
  71 + <view class='xc-ellipsis-img' wx:if="{{ordertx.length>5}}">
  72 + <image style='width:56rpx;height:56rpx;margin-left:10rpx;' src="{{imageurl}}/miniapp/images/xc_ellipsis.png"></image>
  73 + </view>
  74 +
  75 +
  76 + </view>
  77 +
  78 + <view class='bodytime'>
  79 + <!--/ //旁边直线-->
  80 + <view class='bodytimeleft'>
  81 + <view class='xian'></view>
  82 + </view>
  83 + <!--/ // //时间-->
  84 + <!--许程 <view class='bodytimecen' wx:if='{{obj}}'> -->
  85 + <view class='bodytimecen'>
  86 + 剩余
  87 + <span wx:if="{{obj.day!=0}}"> {{obj.day}} </span>:
  88 + <span> {{obj.hou}} </span>:
  89 + <span> {{obj.min}} </span>:
  90 + <span> {{obj.sec}} </span>结束
  91 + </view>
  92 +
  93 +
  94 + <!----/ 旁边直线---->
  95 + <view class='bodytimeright'>
  96 + <view class='xian'></view>
  97 + </view>
  98 + </view>
  99 +
  100 + <view style='height:50rpx;width:100%' wx:if="{{val==1}}"></view>
97 <!--如果团还没有满--> 101 <!--如果团还没有满-->
98 <block wx:if="{{tg_arr==null}}"> 102 <block wx:if="{{tg_arr==null}}">
99 <!--按钮--> 103 <!--按钮-->
100 - <view wx:if="{{is_group_end==0}}" class='bodybutton white fs32' >  
101 - <view class="xc-good-friend" bindtap='cyijian' data-isct="0">去参团</view>  
102 - <view class="xc-home-page" bindtap='gohome'>返回首页</view> 104 + <view wx:if="{{is_group_end==0}}" class='bodybutton white fs32'>
  105 + <view class="xc-good-friend" bindtap='cyijian' data-isct="0">去参团</view>
  106 + <view class="xc-home-page" bindtap='gohome'>返回首页</view>
103 </view> 107 </view>
104 <view wx:elif="{{teamlist.kttype>1}}" class='bodybutton' bindtap='cyijian' data-isct="1"> 108 <view wx:elif="{{teamlist.kttype>1}}" class='bodybutton' bindtap='cyijian' data-isct="1">
105 - <view class="xc-good-friend" >一键参团</view>  
106 - <view class="xc-home-page" bindtap='gohome'>返回首页</view> 109 + <view class="xc-good-friend">一键参团</view>
  110 + <view class="xc-home-page" bindtap='gohome'>返回首页</view>
107 </view> 111 </view>
108 <view wx:else class='bodybutton' bindtap='cyijian' data-isct="1"> 112 <view wx:else class='bodybutton' bindtap='cyijian' data-isct="1">
109 - <view class="xc-good-friend" >一键参团</view>  
110 - <view class="xc-home-page" bindtap='gohome'>返回首页</view> 113 + <view class="xc-good-friend">一键参团</view>
  114 + <view class="xc-home-page" bindtap='gohome'>返回首页</view>
111 </view> 115 </view>
112 </block> 116 </block>
113 <block wx:else> 117 <block wx:else>
114 - <view class="show_zf_dd">  
115 - <view>会员'{{tg_arr.user_name}}'待付款,若{{r_obj.min}}分{{r_obj.sec}}秒后该会员未支付您可以继续参团哦!</view>  
116 - </view>  
117 -  
118 - <view class='bodybutton white fs32' >  
119 - <view class="xc-good-friend co-w" data-isct="0">去参团</view>  
120 - <view class="xc-home-page" bindtap='gohome'>返回首页</view>  
121 - </view>  
122 - 118 + <view class="show_zf_dd">
  119 + <view>会员'{{tg_arr.user_name}}'待付款,若{{r_obj.min}}分{{r_obj.sec}}秒后该会员未支付您可以继续参团哦!</view>
  120 + </view>
  121 +
  122 + <view class='bodybutton white fs32'>
  123 + <view class="xc-good-friend co-w" data-isct="0">去参团</view>
  124 + <view class="xc-home-page" bindtap='gohome'>返回首页</view>
  125 + </view>
  126 +
123 </block> 127 </block>
124 128
125 - </view>  
126 - <!--展开拼团列表-->  
127 - <view class='mck'>  
128 - <view class='bodyfoot'>  
129 - <view class='bodyselect' wx:if="{{zk}}" bindtap='czk'>  
130 - <span>展开拼团列表  
131 - <view class='down-arrow'></view>  
132 - </span>  
133 - </view>  
134 - <!----收起拼团列表---->  
135 - <view class='zhangxi' wx:if="{{hiddenName}}"> 129 + </view>
  130 + <!--展开拼团列表-->
  131 + <view class='mck'>
  132 + <view class='bodyfoot'>
  133 + <view class='bodyselect' wx:if="{{zk}}" bindtap='czk'>
  134 + <span>展开拼团列表
  135 + <view class='down-arrow'></view>
  136 + </span>
  137 + </view>
  138 + <!----收起拼团列表---->
  139 + <view class='zhangxi' wx:if="{{hiddenName}}">
136 140
137 - <view class='zspan' bindtap='click'>收起拼团列表  
138 - <view class='down-arrow1'></view>  
139 - </view> 141 + <view class='zspan' bindtap='click'>收起拼团列表
  142 + <view class='down-arrow1'></view>
  143 + </view>
140 144
141 - <view class="ia" wx:for="{{ordertx}}" wx:for-index="ky">  
142 - <view class='img'>  
143 - <image src='{{item.head_pic}}'></image>  
144 - <span>{{item.nickname}}</span>  
145 - </view>  
146 - <view class='zssj' wx:if="{{ky==0}}">{{item.add_time_date}} 开团</view>  
147 - <view class='zssj' wx:else>{{item.add_time_date}} 参团</view>  
148 - </view>  
149 - </view>  
150 - </view>  
151 - </view>  
152 - <!----//拼团玩法---->  
153 - <view class='pintuan' bindtap="cpd">  
154 - <view class='pintuanzhou'>拼团玩法</view>  
155 - <view class='pintuanyou'>开团/参团>邀请参团>人满成团</view>  
156 - </view>  
157 - <!--大家都在团-->  
158 - <view class='goodslist'>  
159 - <view class='goodslisttop'>  
160 - <span class='goodslistspan'>大家都在团</span>  
161 - <view class='goodslisttopright'></view>  
162 - </view>  
163 - <view class="changxin">  
164 - <view class='onegoods' wx:for='{{pageteam}}' wx:key="{{index}}" bindtap="go_goodsinfo" data-gid="{{item.goods_id}}">  
165 - <view class='onegoodsimg'>  
166 - <image src="{{imageurl+item.share_imgurl}}"></image>  
167 - </view>  
168 - <view class='onegoodsdesc'>  
169 - <text>{{item.goods_name}}</text>  
170 - </view>  
171 - <view class='price'>  
172 - <view class='jgleft'>¥{{item.price}}</view>  
173 - <view class='jgright'>{{item.ct_num}}人  
174 - <span>参团</span>  
175 - </view>  
176 - </view>  
177 - </view>  
178 - </view>  
179 - </view> 145 + <view class="ia" wx:for="{{ordertx}}" wx:for-index="ky">
  146 + <view class='img'>
  147 + <image src='{{item.head_pic}}'></image>
  148 + <span>{{item.nickname}}</span>
  149 + </view>
  150 + <view class='zssj' wx:if="{{ky==0}}">{{item.add_time_date}} 开团</view>
  151 + <view class='zssj' wx:else>{{item.add_time_date}} 参团</view>
  152 + </view>
  153 + </view>
  154 + </view>
  155 + </view>
  156 + <!----//拼团玩法---->
  157 + <view class='pintuan' bindtap="cpd">
  158 + <view class='pintuanzhou'>拼团玩法</view>
  159 + <view class='pintuanyou'>开团/参团>邀请参团>人满成团</view>
  160 + </view>
  161 + <!--大家都在团-->
  162 + <view class='goodslist'>
  163 + <view class='goodslisttop'>
  164 + <span class='goodslistspan'>大家都在团</span>
  165 + <view class='goodslisttopright'></view>
  166 + </view>
  167 + <view class="changxin">
  168 + <view class='onegoods' wx:for='{{pageteam}}' wx:key="{{index}}" bindtap="go_goodsinfo" data-gid="{{item.goods_id}}">
  169 + <view class='onegoodsimg'>
  170 + <image src="{{imageurl+item.share_imgurl}}"></image>
  171 + </view>
  172 + <view class='onegoodsdesc'>
  173 + <text>{{item.goods_name}}</text>
  174 + </view>
  175 + <view class='price'>
  176 + <view class='jgleft'>¥{{item.price}}</view>
  177 + <view class='jgright'>{{item.ct_num}}人
  178 + <span>参团</span>
  179 + </view>
  180 + </view>
  181 + </view>
  182 + </view>
  183 + </view>
180 </view> 184 </view>
181 185
182 <!--弹出购物模块--> 186 <!--弹出购物模块-->
183 <view class="pop_up" wx:if="{{yijian}}"> 187 <view class="pop_up" wx:if="{{yijian}}">
184 - <view class='buy-option'>  
185 - <!--头部图片-->  
186 - <view class='buy-top'> 188 + <view>
  189 +
  190 + <!----弹起来,选择规格数量,拼单商品购买------>
  191 + <!-- <view> -->
  192 + <!-- <view hidden="{{!openSpecModal_pt}}"> -->
  193 + <view bindtap="closeSpecModal" class="cover-layer"></view>
  194 + <view class="spec-model">
  195 + <view class="pding">
  196 + <icon bindtap="closeSpecModal" class="modal-close" color="gray" size="22" type="cancel"></icon>
  197 + <!-- 商品名称 -->
  198 + <view class="spec-goods">
  199 + <image class="wh100 spec-img xc-distance-bottom" src="{{data.original_img}}" binderror="pop_err_img" data-errorimg="data.original_img"></image>
  200 + <view class="spec-goods-info">
  201 + <view class="spec-goods-name ellipsis-1">{{sele_g.goods_name}}商品名称</view>
  202 +
  203 + <view class="flex ai_end xc-val-money {{sele_g[card_field]}}">
  204 + <!-- <view class="spec-goods-price" wx:if="{{is_normal==1}}"> -->
  205 + <view class="spec-goods-price">
  206 + <!-- 如果是等级会员,且有等级价 -->
  207 + <!-- <block wx:if="{{card_field && sele_g[card_field]>0}}"> -->
  208 + <block>
  209 + ¥ {{sele_g[card_field]}}1.00
  210 + </block>
  211 + <!-- <block wx:else>
  212 + ¥ {{sele_g.shop_price}}
  213 + </block> -->
  214 + </view>
  215 + <!-- <view class="spec-goods-price">¥ {{prom_price}}2.00</view> -->
  216 + </view>
  217 +
  218 + <!-- <block wx:if="{{is_normal==1}}"> -->
  219 + <block>
  220 + <view class="flex">
  221 + <view class="spec-goods-stock">已售:{{sele_g.sales_sum}}5</view>
  222 + <view class="spec-goods-stock">可售:{{sele_g.store_count}}4</view>
  223 + </view>
  224 + </block>
  225 +
  226 + <!-- <block wx:if="{{is_normal==0}}">
  227 + <view class="flex">
  228 + <view class="spec-goods-stock" wx:if="{{prom_st>0}}">已售:{{prom_act.buy_num}}</view>
  229 + <view class="spec-goods-stock" wx:else>已售:{{prom_act.buy_num}}</view>
  230 + <view class="spec-goods-stock">可售:{{prom_act.goods_num-prom_act.buy_num}}</view>
  231 + </view>
  232 + </block> -->
  233 + </view>
  234 + </view>
  235 +
  236 + <view style="clear: both"></view>
  237 + <view style="margin-top: 20rpx">
  238 + <view class="flex-space-between address ai_end xc-width ">
  239 + <!-- <view class="flex ai_end" wx:if="{{def_pick_store}}"> -->
  240 + <view class="flex ai_end">
  241 + <text class="fs30 xc-black3 shop_name">{{def_pick_store.pickup_name}}美得得</text>
  242 + <!-- <view class="distance fs24 xc-ash" wx:if="{{def_pick_store.distance!=null}}"> -->
  243 + <view class="distance fs24 xc-ash">
  244 + 距离:400m
  245 + <!-- {{def_pick_store.distance>1000?filters.toFix(def_pick_store.distance/1000,2)+"km":filters.toFix(def_pick_store.distance,0)+"m"}} -->
  246 + </view>
  247 + </view>
  248 +
  249 + <!-- 没有门店的时候 -->
  250 + <!-- <view class="flex" bindtap="choice_store" wx:else>
  251 + <image class="stores-img" src="{{iurl}}/miniapp/images/stores.png"></image>
  252 + <view class="fs28 xc-ash-9f">选择门店</view>
  253 + </view> -->
  254 +
  255 + <view class="red-co fs28" bindtap="choice_store">
  256 + 更多门店
  257 + <text class="right-arrow"></text>
  258 + </view>
  259 + </view>
  260 + <!-- <view class="fs24 xc-ash-9f xc-distance-top " wx:if="{{def_pick_store}}">地址:5{{def_pick_store.fulladdress}}</view> -->
  261 + <view class="fs24 xc-ash-9f xc-distance-top">地址:泉州市
  262 + <!-- {{def_pick_store.fulladdress}} -->
  263 + </view>
  264 + </view>
  265 + <!----商品的属性项目---->
  266 + <view>
  267 + <view hidden="{{ismend==1}}" class="spec-name">商品属性</view>
  268 + <!-- <block wx:if="{{is_normal==0}}"> -->
  269 + <block>
  270 + <view hidden="{{ismend==1}}" class="flex">
  271 + <!-- <view class="spec_bt act {{gid==item.goods_id?'act':''}}" bindtap="sele_spec" data-gid='{{item.goods_id}}' wx:for="{{sku_g}}"
  272 + wx:key="sku_g">{{item.gg}}规格1
  273 + </view> -->
  274 + <view class="spec_bt act {{gid==item.goods_id?'act':''}}" bindtap="sele_spec" data-gid='{{item.goods_id}}'>{{item.gg}}规格1
  275 + </view>
  276 + </view>
  277 + </block>
  278 + <!-- <block wx:else>
  279 + <view hidden="{{ismend==1}}" class="flex">
  280 + <view class="spec_bt {{gid==item.goods_id?'act':''}}" bindtap="sele_spec" data-gid='{{item.goods_id}}' wx:for="{{sku_g}}"
  281 + wx:key="sku_g">{{item.gg}}
  282 + </view>
  283 + </view>
  284 + </block> -->
  285 + <view class="clear"></view>
  286 + </view>
  287 +
  288 + <view>
  289 + <view class="b_num" hidden="{{ismend==1}}" style="margin-top: 20rpx">
  290 + <view>购买数量</view>
  291 + <view class="count">
  292 + <view bindtap="subCartNum" class="sub">-</view>
  293 + <input bindblur="inputCartNum" class="xc-val-fream" type="number" value="1">1</input>
  294 + <view bindtap="addCartNum" class="add">+</view>
  295 + </view>
  296 + </view>
  297 +
  298 + <view class="clear"></view>
  299 +
  300 + </view>
  301 + </view>
  302 +
  303 + <view class="pt_qd">
  304 + <view bindtap="addCart_pt" class="spec-cart-btn spec-buy w100" data-action="buy">确定</view>
  305 + </view>
  306 +
  307 + </view>
  308 + <!-- </view> -->
  309 +
  310 + </view>
  311 +</view>
  312 +
  313 +
  314 +
  315 +
  316 +
  317 +
  318 +<!-- 选择门店的弹框,1.1版最新的 -->
  319 +<view hidden="{{showStore}}">
  320 +
  321 + <view class="mongolia-layer" bindtap="close_popup"></view>
  322 + <view class="popup-frame">
  323 + <block wx:if="{{selectStore===0}}">
  324 + <!-- <block> -->
  325 + <!-- 头部 标题 -->
  326 + <view class="popup-top flex-space-between">
  327 + <text class="fs32 nearby_store">附近的门店</text>
  328 + <view class="t-r flex-equality" style="flex-direction:column;">
  329 + <view class="lh1">
  330 + <icon bindtap="close_popup" class="" color="black" size="22" type="cancel"></icon>
  331 + </view>
  332 + <view class="lh1" bindtap="more_store" style="">
  333 + <text class="fs26 red-co">更多门店</text>
  334 + <!-- <text class="fs26 red-co" wx:if="{{is_show_sto_cat}}">{{0==0?'更多门店':'返回'}}</text> -->
  335 + <view class="bg_rights"></view>
  336 + </view>
  337 + </view>
  338 + </view>
  339 +
  340 + <!-- 门店列表,最外层的门店列表,一开始 -->
  341 + <view class="store-list">
  342 + <view class="store_choose flex" bindtap="choose_for_store">
  343 + <view class="store flex-vertical">
  344 +
  345 + <!-- <block>
  346 + <view class="circle white xc-hook fs20 red-b">Г</view>
  347 + </block> -->
  348 + <block>
  349 + <view class="circle xc-hooks"></view>
  350 + </block>
  351 +
  352 + <view class="address-frame xc-ash">
  353 + <view class="flex-vertical-between butttem5">
  354 + <view class="flex xc-ash">
  355 + <view class="fs28 xc-black3 address_name">9998{{item.pickup_name}}</view>
  356 + </view>
  357 + <view>
  358 + <view class="distance fs24 address-val">
  359 + 距离:1234</view>
  360 + </view>
  361 + </view>
  362 + <view class="fs24 xc-ash-9f">地址:9996</view>
  363 + </view>
  364 + </view>
  365 + </view>
  366 + </view>
  367 +
  368 + <!-- 门店列表底部 -->
  369 + <view class="store-bottom-frame">
  370 + <view class="store-bottom flex-vertical-between">
  371 + <view class="determine red-b fs28 white t-c" bindtap="sure_pick" data-openindstore="{{open_ind_store}}">确定</view>
  372 + <view class="default t-c fs28" bindtap="set_def_pick" data-openindstore="{{open_ind_store}}">设为默认</view>
  373 + </view>
  374 + </view>
  375 +
  376 + </block>
  377 +
  378 +
  379 + <block wx:else>
  380 + <view class="popup-top flex-space-between">
  381 + <text class="fs32 nearby_store">门店分类选择</text>
  382 + <view>
  383 + <view>
  384 + <icon bindtap="close_popup" class="modal-closes" color="black" size="22" type="cancel"></icon>
  385 + </view>
  386 + <view class="felx choose_mores" bindtap="returns">
  387 + <text class="fs26 red-co">返回</text>
  388 + </view>
  389 + </view>
  390 + </view>
  391 + <view class="sort_store_list">
  392 +
  393 + <view class="sort-store-frame" data-index="{{index}}" bindtap="choice_sort_store" data-region="{{item.name}}">
  394 + <view class="sort-store flex-vertical-between" >
  395 + <!-- <view class="fs30" di>{{item.name}}</view> -->
  396 + <view class="fs30" di>泉州</view>
  397 + <view class="black_rights-frame">
  398 + <view class="black_rights"></view>
  399 + </view>
  400 + </view>
  401 + </view>
  402 + </view>
  403 + </block>
  404 + </view>
  405 +</view>
  406 +
  407 +
  408 +
  409 +
  410 +
  411 +
  412 +
  413 +
  414 +<!-- <view class='buy-option'> -->
  415 +<!--头部图片-->
  416 +<!-- <view class='buy-top'>
187 <view class='buy-image mimg'> 417 <view class='buy-image mimg'>
188 <image src='{{image}}'></image> 418 <image src='{{image}}'></image>
189 <view> 419 <view>
@@ -199,20 +429,20 @@ @@ -199,20 +429,20 @@
199 429
200 <view class='buy-cou' bindtap='cbcou'>⊗</view> 430 <view class='buy-cou' bindtap='cbcou'>⊗</view>
201 <view class='clear'></view> 431 <view class='clear'></view>
202 - </view> 432 + </view> -->
203 433
204 - <!--取货门店-->  
205 - <view class='quhuo' wx:if="{{qh}}" bindtap='cqh'>  
206 - <!--当ii==0请选择门店显示,ii==1最后名字显示-->  
207 - <text>取货门店</text><view class='end_name' wx:if="{{ii==1 }}">({{end_name}})</view><view wx:if="{{ii==0 }}" class='ttxz'>(请选择门店)</view>  
208 - </view>  
209 - <!--选择门店-->  
210 - <view class='xuanze1' wx:if="{{xz}}" bindtap='cxz'> 434 +<!--取货门店-->
  435 +<!-- <view class='quhuo' wx:if="{{qh}}" bindtap='cqh'> -->
  436 +<!--当ii==0请选择门店显示,ii==1最后名字显示-->
  437 +<!-- <text>取货门店</text><view class='end_name' wx:if="{{ii==1 }}">({{end_name}})</view><view wx:if="{{ii==0 }}" class='ttxz'>(请选择门店)</view>
  438 + </view> -->
  439 +<!--选择门店-->
  440 +<!-- <view class='xuanze1' wx:if="{{xz}}" bindtap='cxz'>
211 <text decode='true'>&lt; 选择门店</text> 441 <text decode='true'>&lt; 选择门店</text>
212 </view> 442 </view>
213 - <view class='x-z'>  
214 - <!--第一层-->  
215 - <block wx:if="{{one}}"> 443 + <view class='x-z'> -->
  444 +<!--第一层-->
  445 +<!-- <block wx:if="{{one}}">
216 <view class="fir_view"> 446 <view class="fir_view">
217 <view> 447 <view>
218 <view class='xuanze' bindtap='setchild' data-bindex='{{bindex}}' data-bname='{{item.name}}' wx:for-index="bindex" wx:for="{{ssl}}" wx:key> 448 <view class='xuanze' bindtap='setchild' data-bindex='{{bindex}}' data-bname='{{item.name}}' wx:for-index="bindex" wx:for="{{ssl}}" wx:key>
@@ -220,11 +450,11 @@ @@ -220,11 +450,11 @@
220 </view> 450 </view>
221 </view> 451 </view>
222 </view> 452 </view>
223 - </block>  
224 - <!--选择的-->  
225 - <view class='xuanze1' wx:if="{{se}}" bindtap='sel'><text decode='true'>&lt;</text> {{sele_dl_name}}</view>  
226 - <!--第二层list-->  
227 - <block wx:if="{{list}}"> 453 + </block> -->
  454 +<!--选择的-->
  455 +<!-- <view class='xuanze1' wx:if="{{se}}" bindtap='sel'><text decode='true'>&lt;</text> {{sele_dl_name}}</view> -->
  456 +<!--第二层list-->
  457 +<!-- <block wx:if="{{list}}">
228 <scroll-view scroll-y="true" style="max-height: 460rpx"> 458 <scroll-view scroll-y="true" style="max-height: 460rpx">
229 <view class='xuanze' wx:for="{{ssl_child}}" wx:key bindtap='clist' 459 <view class='xuanze' wx:for="{{ssl_child}}" wx:key bindtap='clist'
230 data-pick_dis="{{item.distr_type}}" 460 data-pick_dis="{{item.distr_type}}"
@@ -233,10 +463,10 @@ @@ -233,10 +463,10 @@
233 </view> 463 </view>
234 </scroll-view> 464 </scroll-view>
235 </block> 465 </block>
236 - </view> 466 + </view> -->
237 467
238 - <!--数量-->  
239 - <view class='buy-button' wx:if="{{qh}}"> 468 +<!--数量-->
  469 +<!-- <view class='buy-button' wx:if="{{qh}}">
240 <text>数量</text> 470 <text>数量</text>
241 <view class='stepper sum'> 471 <view class='stepper sum'>
242 <text class='{{minusStatus}}' type='number' bindtap='bindMinus' class="jiajian">-</text> 472 <text class='{{minusStatus}}' type='number' bindtap='bindMinus' class="jiajian">-</text>
@@ -244,49 +474,53 @@ @@ -244,49 +474,53 @@
244 <text bindtap='bindPlus' class="jiajian">+</text> 474 <text bindtap='bindPlus' class="jiajian">+</text>
245 </view> 475 </view>
246 <view class='clear'></view> 476 <view class='clear'></view>
247 - </view> 477 + </view> -->
  478 +
  479 +<!-- <view class="clear"></view>
  480 + </view> -->
  481 +<!--支付-->
  482 +<!-- <view class='btn' bindtap="go_pay">立即支付</view> -->
  483 +<!-- </view>
  484 +</view> -->
248 485
249 - <view class="clear"></view>  
250 - </view>  
251 - <!--支付-->  
252 - <view class='btn' bindtap="go_pay">立即支付</view>  
253 -</view>  
254 <!--mask吐司内容--> 486 <!--mask吐司内容-->
255 <view class="toast_mask" wx:if="{{isShowToast}}"></view> 487 <view class="toast_mask" wx:if="{{isShowToast}}"></view>
  488 +
256 <!--以下为toast显示的内容--> 489 <!--以下为toast显示的内容-->
257 <view class="toast_content_box" wx:if="{{isShowToast}}"> 490 <view class="toast_content_box" wx:if="{{isShowToast}}">
258 - <view class="toast_content">  
259 - <view class="toast_content_text">  
260 - {{toastText}}  
261 - </view>  
262 - </view> 491 + <view class="toast_content">
  492 + <view class="toast_content_text">
  493 + {{toastText}}
  494 + </view>
  495 + </view>
263 </view> 496 </view>
  497 +
264 <!--拼团玩法弹出框--> 498 <!--拼团玩法弹出框-->
265 <!----弹起的----> 499 <!----弹起的---->
266 <block wx:if="{{pd_xx}}"> 500 <block wx:if="{{pd_xx}}">
267 - <view class="bview"></view>  
268 - <view class="juzhong">  
269 - <view class="xq">  
270 - <view class="title" bindtap="close_pt_xx">拼团玩法介绍  
271 - <image src="{{iurl}}/miniapp/images/gbi.png" class="close"></image>  
272 - </view>  
273 - <view>1.开团:  
274 - <text class="hs1">选择心仪商品,点击“发起X人团”按钮,付款后即为开团成功;</text>  
275 - </view>  
276 - <view>2.参团:  
277 - <text class="hs1">进入朋友分享的页面,点击“立即参团”按钮,付款后即为参团成功,若多人同时支付,支付成功时间较早的人获得参团资格;</text>  
278 - </view>  
279 - <view>3.成团:  
280 - <text class="hs1">在开团或参团成功后,点击“邀请小伙伴参团”将页面分享给好友,在有效时间内凑齐人数即为成团,此时商家会开始发货;</text>  
281 - </view>  
282 - <view>4.组团失败:  
283 - <text class="hs1">在有效时间内未凑齐人数,即为组团失败,此时付款项会原路退回到支付账户;</text>  
284 - </view>  
285 - <view>5.  
286 - <text class="hs1">组团有效期间内,拼购商品订单不允许取消。 </text>  
287 - </view>  
288 - </view>  
289 - </view> 501 + <view class="bview"></view>
  502 + <view class="juzhong">
  503 + <view class="xq">
  504 + <view class="title" bindtap="close_pt_xx">拼团玩法介绍
  505 + <image src="{{iurl}}/miniapp/images/gbi.png" class="close"></image>
  506 + </view>
  507 + <view>1.开团:
  508 + <text class="hs1">选择心仪商品,点击“发起X人团”按钮,付款后即为开团成功;</text>
  509 + </view>
  510 + <view>2.参团:
  511 + <text class="hs1">进入朋友分享的页面,点击“立即参团”按钮,付款后即为参团成功,若多人同时支付,支付成功时间较早的人获得参团资格;</text>
  512 + </view>
  513 + <view>3.成团:
  514 + <text class="hs1">在开团或参团成功后,点击“邀请小伙伴参团”将页面分享给好友,在有效时间内凑齐人数即为成团,此时商家会开始发货;</text>
  515 + </view>
  516 + <view>4.组团失败:
  517 + <text class="hs1">在有效时间内未凑齐人数,即为组团失败,此时付款项会原路退回到支付账户;</text>
  518 + </view>
  519 + <view>5.
  520 + <text class="hs1">组团有效期间内,拼购商品订单不允许取消。 </text>
  521 + </view>
  522 + </view>
  523 + </view>
290 </block> 524 </block>
291 525
292 -<warn id="warn"></warn>  
293 \ No newline at end of file 526 \ No newline at end of file
  527 +<warn id="warn"></warn>
pages/team/team_show/team_show.wxss
1 page { 1 page {
2 - background-color: #eee; 2 + background-color: #eee;
3 } 3 }
4 4
5 .top { 5 .top {
6 - background-color: rgb(216, 230, 220);  
7 - color: rgb(98, 155, 13);  
8 - text-align: center;  
9 - height: 110rpx;  
10 - width: 100%; 6 + background-color: rgb(216, 230, 220);
  7 + color: rgb(98, 155, 13);
  8 + text-align: center;
  9 + height: 110rpx;
  10 + width: 100%;
11 } 11 }
12 12
13 .center { 13 .center {
14 - height: 240rpx;  
15 - width: 100%;  
16 - background:#fff; 14 + height: 240rpx;
  15 + width: 100%;
  16 + background: #fff;
17 } 17 }
18 18
19 .cenleft { 19 .cenleft {
20 - width: 240rpx;  
21 - height: 100%;  
22 - float: left;  
23 - display: flex;  
24 - justify-content: center;  
25 - align-items: center; 20 + width: 240rpx;
  21 + height: 100%;
  22 + float: left;
  23 + display: flex;
  24 + justify-content: center;
  25 + align-items: center;
26 } 26 }
27 27
28 .cenleft image { 28 .cenleft image {
29 - background-color: white;  
30 - width: 200rpx;  
31 - height: 200rpx; 29 + background-color: white;
  30 + width: 200rpx;
  31 + height: 200rpx;
32 } 32 }
33 33
34 .cenrt {} 34 .cenrt {}
35 -.cenright { height: 100%;width:auto;float: left;} 35 +
  36 +.cenright {
  37 + height: 100%;
  38 + width: auto;
  39 + float: left;
  40 +}
36 41
37 .cenrtoptitle { 42 .cenrtoptitle {
38 - float: left;  
39 - width: 240rpx;  
40 - height: 40rpx;  
41 - margin-left: 12rpx;  
42 - font-size: 28rpx;  
43 - margin-top: 12rpx; 43 + float: left;
  44 + width: 240rpx;
  45 + height: 40rpx;
  46 + margin-left: 12rpx;
  47 + font-size: 28rpx;
  48 + margin-top: 12rpx;
44 } 49 }
45 50
46 .cenrcen { 51 .cenrcen {
47 - height: 70rpx;  
48 - margin-top: 35rpx;  
49 - width: 479rpx; 52 + height: 70rpx;
  53 + margin-top: 35rpx;
  54 + width: 479rpx;
50 } 55 }
51 56
52 .jg { 57 .jg {
53 - font-size: 40rpx;  
54 - margin-right: 30rpx; 58 + font-size: 40rpx;
  59 + margin-right: 30rpx;
55 } 60 }
56 61
57 .jgx { 62 .jgx {
58 - font-size: 24rpx;  
59 - color: #777;  
60 - text-decoration: line-through;  
61 - margin-top: 12rpx; 63 + font-size: 24rpx;
  64 + color: #777;
  65 + text-decoration: line-through;
  66 + margin-top: 12rpx;
62 } 67 }
63 68
64 .cenrfoot { 69 .cenrfoot {
65 - align-content: center;  
66 - text-align: center;  
67 - border: 2rpx solid red;  
68 - border-radius: 10rpx;  
69 - color: red;  
70 - float: left;  
71 - font-size: 24rpx;  
72 - padding: 4rpx 16rpx;  
73 - margin-top: 12rpx; 70 + align-content: center;
  71 + text-align: center;
  72 + border: 2rpx solid red;
  73 + border-radius: 10rpx;
  74 + color: red;
  75 + float: left;
  76 + font-size: 24rpx;
  77 + padding: 4rpx 16rpx;
  78 + margin-top: 12rpx;
74 } 79 }
75 80
76 .body { 81 .body {
77 - background-color: white;  
78 - height: 472rpx;  
79 - width: 100%;  
80 - margin-top: 4rpx; 82 + background-color: white;
  83 + height: 472rpx;
  84 + width: 100%;
  85 + margin-top: 4rpx;
81 } 86 }
82 87
83 .d { 88 .d {
84 - font-size: 24rpx; 89 + font-size: 24rpx;
85 } 90 }
86 91
87 .bodytop { 92 .bodytop {
88 - background-color: white;  
89 - text-align: center;  
90 - font-size: 28rpx;  
91 - padding-top: 16rpx;  
92 - height:90rpx; 93 + background-color: white;
  94 + text-align: center;
  95 + font-size: 28rpx;
  96 + padding-top: 16rpx;
  97 + height: 90rpx;
93 98
94 } 99 }
95 100
96 .bodytop span { 101 .bodytop span {
97 - color: red; 102 + color: red;
98 } 103 }
99 104
100 .bodyimg { 105 .bodyimg {
101 - height: 155rpx;  
102 - /* display: flex; 106 + height: 155rpx;
  107 + /* display: flex;
103 justify-content: center; 108 justify-content: center;
104 align-items: center; */ 109 align-items: center; */
105 110
@@ -107,1097 +112,2057 @@ page { @@ -107,1097 +112,2057 @@ page {
107 } 112 }
108 113
109 .bodyimg image { 114 .bodyimg image {
110 - border-radius: 50rpx;  
111 - height:96rpx;  
112 - width:96rpx;  
113 - margin-top: 30rpx;  
114 - position: absolute; 115 + border-radius: 50rpx;
  116 + height: 96rpx;
  117 + width: 96rpx;
  118 + margin-top: 30rpx;
  119 + position: absolute;
115 120
116 } 121 }
117 122
118 .d { 123 .d {
119 - width:101rpx;  
120 - height:101rpx;  
121 - display: inline-block;  
122 - 124 + width: 101rpx;
  125 + height: 101rpx;
  126 + display: inline-block;
  127 +
123 } 128 }
124 129
125 .bodyimg span { 130 .bodyimg span {
126 - background-color: #e22b44;  
127 - color: white;  
128 - font-size: 24rpx;  
129 - border-radius: 6rpx;  
130 - padding: 3rpx 10rpx;  
131 - position: relative;  
132 - top: 8px;  
133 - left: 40rpx; 131 + background-color: #e22b44;
  132 + color: white;
  133 + font-size: 24rpx;
  134 + border-radius: 6rpx;
  135 + padding: 3rpx 10rpx;
  136 + position: relative;
  137 + top: 8px;
  138 + left: 40rpx;
134 } 139 }
135 140
136 .bodyspan { 141 .bodyspan {
137 - color: red;  
138 - text-align: center;  
139 - font-size: 24rpx; 142 + color: red;
  143 + text-align: center;
  144 + font-size: 24rpx;
140 } 145 }
141 146
142 .bodytime { 147 .bodytime {
143 - height: 55rpx;  
144 - width: 100%;  
145 - display: flex;  
146 - flex-wrap: nowrap;  
147 - padding-left:40rpx;  
148 -align-items:center; 148 + height: 55rpx;
  149 + width: 100%;
  150 + display: flex;
  151 + flex-wrap: nowrap;
  152 + padding-left: 40rpx;
  153 + align-items: center;
149 154
150 } 155 }
151 156
152 .bodytimeleft { 157 .bodytimeleft {
153 - text-decoration: line-through;  
154 - flex-grow: 1.7; 158 + text-decoration: line-through;
  159 + flex-grow: 1.7;
155 } 160 }
156 161
157 .bodytimecen { 162 .bodytimecen {
158 - text-align: center;  
159 - flex-grow: 1; 163 + text-align: center;
  164 + flex-grow: 1;
160 165
161 - font-size:30rpx;  
162 - color: #000;  
163 - width:415rpx; 166 + font-size: 30rpx;
  167 + color: #000;
  168 + width: 415rpx;
164 169
165 } 170 }
166 171
167 .bodytimecen span { 172 .bodytimecen span {
168 - background-color: #333333;  
169 - color: white;  
170 - border-radius: 7rpx;  
171 - padding-left: 20rpx;  
172 - font-size: 30rpx;  
173 - margin: 0 auto;  
174 - padding-right:10rpx;  
175 -margin-right:5px; 173 + background-color: #333333;
  174 + color: white;
  175 + border-radius: 7rpx;
  176 + padding-left: 20rpx;
  177 + font-size: 30rpx;
  178 + margin: 0 auto;
  179 + padding-right: 10rpx;
  180 + margin-right: 5px;
  181 +
176 182
177 -  
178 } 183 }
179 184
180 .bodytimecen span:last-child { 185 .bodytimecen span:last-child {
181 - margin-right: 10rpx; 186 + margin-right: 10rpx;
182 187
183 } 188 }
184 189
185 .bodytimeright { 190 .bodytimeright {
186 -flex-grow:1.7;  
187 - margin-right:72rpx; 191 + flex-grow: 1.7;
  192 + margin-right: 72rpx;
188 193
189 } 194 }
190 195
191 .bodybutton { 196 .bodybutton {
192 - min-height: 170rpx;  
193 - width: 90%;  
194 - margin: 0 auto;  
195 - text-align: center; 197 + min-height: 170rpx;
  198 + width: 90%;
  199 + margin: 0 auto;
  200 + text-align: center;
196 line-height: 70rpx; 201 line-height: 70rpx;
197 - border-radius:15rpx;  
198 - height: auto;  
199 - padding-top:38rpx  
200 - 202 + border-radius: 15rpx;
  203 + height: auto;
  204 + padding-top: 38rpx
201 } 205 }
202 206
203 .bodybutton button { 207 .bodybutton button {
204 - height: 100%;  
205 - width: 100%;  
206 - background-color: red;  
207 - color: white;  
208 - font-size: 32rpx; 208 + height: 100%;
  209 + width: 100%;
  210 + background-color: red;
  211 + color: white;
  212 + font-size: 32rpx;
209 } 213 }
210 214
211 -.bodybutton.co-w{  
212 - color: #333;  
213 - background-color:#adadad;  
214 - font-size: 32rpx;  
215 - 215 +.bodybutton.co-w {
  216 + color: #333;
  217 + background-color: #adadad;
  218 + font-size: 32rpx;
  219 +
216 } 220 }
217 221
218 222
219 223
220 .bodyfoot { 224 .bodyfoot {
221 - width: 100%;  
222 - text-align: center;  
223 - font-size: 28rpx;  
224 - color: #777;  
225 - background-color: white; 225 + width: 100%;
  226 + text-align: center;
  227 + font-size: 28rpx;
  228 + color: #777;
  229 + background-color: white;
226 } 230 }
227 231
228 .pintuan { 232 .pintuan {
229 - width: 100%;  
230 - height: 84rpx;  
231 - background-color: white;  
232 - color: black;  
233 - text-align: center;  
234 - font-size: 36rpx;  
235 - margin-top: 0rpx; 233 + width: 100%;
  234 + height: 84rpx;
  235 + background-color: white;
  236 + color: black;
  237 + text-align: center;
  238 + font-size: 36rpx;
  239 + margin-top: 0rpx;
236 } 240 }
237 241
238 242
239 .pintuanzhou { 243 .pintuanzhou {
240 - float: left;  
241 - line-height: 84rpx;  
242 - width: 226rpx;  
243 - background: url('https://mshopimg.yolipai.net/miniapp/images/user/wh.png') no-repeat right center;  
244 - background-size: 42rpx;  
245 - margin-left: -18rpx;  
246 - font-size: 32rpx; 244 + float: left;
  245 + line-height: 84rpx;
  246 + width: 226rpx;
  247 + background: url('https://mshopimg.yolipai.net/miniapp/images/user/wh.png') no-repeat right center;
  248 + background-size: 42rpx;
  249 + margin-left: -18rpx;
  250 + font-size: 32rpx;
247 } 251 }
248 252
249 .pintuanyou { 253 .pintuanyou {
250 - float: right;  
251 - color: rgb(168, 167, 167);  
252 - line-height: 84rpx;  
253 - font-size: 32rpx;  
254 - margin-right: 24rpx; 254 + float: right;
  255 + color: rgb(168, 167, 167);
  256 + line-height: 84rpx;
  257 + font-size: 32rpx;
  258 + margin-right: 24rpx;
255 } 259 }
256 260
257 .onegoods { 261 .onegoods {
258 - background-color: white;  
259 - width: 372rpx;  
260 - height: 560rpx;  
261 - border-left: 2rpx solid #eee;  
262 - float: left; 262 + background-color: white;
  263 + width: 372rpx;
  264 + height: 560rpx;
  265 + border-left: 2rpx solid #eee;
  266 + float: left;
263 } 267 }
264 268
265 .goodsl { 269 .goodsl {
266 - background-color: white; 270 + background-color: white;
267 } 271 }
268 272
269 .onegoodsimg { 273 .onegoodsimg {
270 - width: 100%;  
271 - height: 360rpx;  
272 - margin-bottom: 20rpx; 274 + width: 100%;
  275 + height: 360rpx;
  276 + margin-bottom: 20rpx;
273 } 277 }
274 278
275 .onegoodsimg image { 279 .onegoodsimg image {
276 - height: 100%;  
277 - width: 100%; 280 + height: 100%;
  281 + width: 100%;
278 } 282 }
279 283
280 .onegoodsdesc { 284 .onegoodsdesc {
281 - color: rgb(168, 167, 167);  
282 - padding-left: 20rpx;  
283 - height: 100rpx;  
284 - font-size: 32rpx;  
285 - width: 92%;  
286 - line-height: 100rpx;  
287 - overflow: hidden;  
288 - text-overflow: ellipsis;  
289 - white-space: nowrap;  
290 - padding-right: 20rpx; 285 + color: rgb(168, 167, 167);
  286 + padding-left: 20rpx;
  287 + height: 100rpx;
  288 + font-size: 32rpx;
  289 + width: 92%;
  290 + line-height: 100rpx;
  291 + overflow: hidden;
  292 + text-overflow: ellipsis;
  293 + white-space: nowrap;
  294 + padding-right: 20rpx;
291 } 295 }
292 296
293 -.onegoodsdesc text {  
294 -} 297 +.onegoodsdesc text {}
295 298
296 .price { 299 .price {
297 - color: red;  
298 - width: 100%; 300 + color: red;
  301 + width: 100%;
299 } 302 }
300 303
301 .jgleft { 304 .jgleft {
302 - float: left;  
303 - width: 100rpx;  
304 - margin-left: 20rpx;  
305 - font-size: 40rpx;  
306 - margin-top: -8rpx; 305 + float: left;
  306 + width: 100rpx;
  307 + margin-left: 20rpx;
  308 + font-size: 40rpx;
  309 + margin-top: -8rpx;
307 } 310 }
308 311
309 .jgright { 312 .jgright {
310 - font-size: 28rpx;  
311 - float: right;  
312 - width: 120rpx; 313 + font-size: 28rpx;
  314 + float: right;
  315 + width: 120rpx;
313 } 316 }
314 317
315 .jgright span { 318 .jgright span {
316 - color: rgb(168, 167, 167); 319 + color: rgb(168, 167, 167);
317 } 320 }
318 321
319 .goodslisttop { 322 .goodslisttop {
320 - background-color: white;  
321 - width: 100%; 323 + background-color: white;
  324 + width: 100%;
322 } 325 }
323 326
324 .goodslist { 327 .goodslist {
325 - background-color: white; 328 + background-color: white;
326 } 329 }
327 330
328 .goodslisttop { 331 .goodslisttop {
329 - background-color: white;  
330 - width: 100%;  
331 - height: 80rpx;  
332 - margin-top: 20rpx;  
333 - text-align: center; 332 + background-color: white;
  333 + width: 100%;
  334 + height: 80rpx;
  335 + margin-top: 20rpx;
  336 + text-align: center;
334 } 337 }
335 338
336 .goodslistspan { 339 .goodslistspan {
337 - margin: 0 auto;  
338 - padding-top: 20rpx;  
339 - display: inline-block;  
340 - padding: 0 10px;  
341 - background: #fff;  
342 - margin-top: 12rpx;  
343 - font-size: 28rpx;  
344 - color: rgb(168, 167, 167); 340 + margin: 0 auto;
  341 + padding-top: 20rpx;
  342 + display: inline-block;
  343 + padding: 0 10px;
  344 + background: #fff;
  345 + margin-top: 12rpx;
  346 + font-size: 28rpx;
  347 + color: rgb(168, 167, 167);
345 } 348 }
346 349
347 .xian { 350 .xian {
348 - height: 50%;  
349 - width: 100%;  
350 - border-bottom: 4rpx solid #eee;  
351 - float: left; 351 + height: 50%;
  352 + width: 100%;
  353 + border-bottom: 4rpx solid #eee;
  354 + float: left;
352 } 355 }
353 356
354 .bodyselect { 357 .bodyselect {
355 - height: 50px;  
356 - background-color: white;  
357 - width: 100%;  
358 - line-height: 50px;  
359 - font-size: 28rpx; 358 + height: 50px;
  359 + background-color: white;
  360 + width: 100%;
  361 + line-height: 50px;
  362 + font-size: 28rpx;
360 } 363 }
361 364
362 .changxin { 365 .changxin {
363 - float: left;  
364 - width: 100%; 366 + float: left;
  367 + width: 100%;
365 } 368 }
366 369
367 .zhangxi { 370 .zhangxi {
368 - width: 100%;  
369 - min-height: 100rpx;  
370 - background-color: white;  
371 - color: black; 371 + width: 100%;
  372 + min-height: 100rpx;
  373 + background-color: white;
  374 + color: black;
372 } 375 }
373 376
374 .img { 377 .img {
375 - width: 30%;  
376 - height: 100rpx;  
377 - margin-bottom: 0rpx;  
378 - color: black;  
379 - margin-left: 36rpx;  
380 - font-size: 26rpx;  
381 - display: flex; 378 + width: 30%;
  379 + height: 100rpx;
  380 + margin-bottom: 0rpx;
  381 + color: black;
  382 + margin-left: 36rpx;
  383 + font-size: 26rpx;
  384 + display: flex;
382 } 385 }
383 386
384 .img span { 387 .img span {
385 - height: 100rpx;  
386 - display: block;  
387 - line-height: 100rpx;  
388 - text-overflow: ellipsis;  
389 - white-space: nowrap;  
390 - overflow: hidden;  
391 - padding: 0rpx;  
392 - width: 120rpx; 388 + height: 100rpx;
  389 + display: block;
  390 + line-height: 100rpx;
  391 + text-overflow: ellipsis;
  392 + white-space: nowrap;
  393 + overflow: hidden;
  394 + padding: 0rpx;
  395 + width: 120rpx;
393 } 396 }
394 397
395 .zhangxi image { 398 .zhangxi image {
396 - border-radius: 50rpx;  
397 - height: 80rpx;  
398 - width: 80rpx;  
399 - float: left;  
400 - margin-top: 12rpx;  
401 - background-color: red;  
402 - margin-right: 10rpx; 399 + border-radius: 50rpx;
  400 + height: 80rpx;
  401 + width: 80rpx;
  402 + float: left;
  403 + margin-top: 12rpx;
  404 + background-color: red;
  405 + margin-right: 10rpx;
403 } 406 }
404 407
405 .zhangxi .zssj { 408 .zhangxi .zssj {
406 - height: 100rpx;  
407 - width: 70%;  
408 - margin-right: 40rpx;  
409 - line-height: 100rpx;  
410 - font-size: 26rpx;  
411 - text-align: right; 409 + height: 100rpx;
  410 + width: 70%;
  411 + margin-right: 40rpx;
  412 + line-height: 100rpx;
  413 + font-size: 26rpx;
  414 + text-align: right;
412 } 415 }
413 416
414 .zhangxi .zssj text { 417 .zhangxi .zssj text {
415 - width: 100%; 418 + width: 100%;
416 } 419 }
417 420
418 .ia { 421 .ia {
419 - display: flex; 422 + display: flex;
420 } 423 }
421 424
422 .zspan { 425 .zspan {
423 - text-align: center;  
424 - border-bottom: 2rpx #eee solid;  
425 - width: 100%;  
426 - display: flex;  
427 - align-items: center;  
428 - justify-content: center;  
429 - font-size: 28rpx;  
430 - color: #777;  
431 - line-height: 100rpx;  
432 - height:auto; 426 + text-align: center;
  427 + border-bottom: 2rpx #eee solid;
  428 + width: 100%;
  429 + display: flex;
  430 + align-items: center;
  431 + justify-content: center;
  432 + font-size: 28rpx;
  433 + color: #777;
  434 + line-height: 100rpx;
  435 + height: auto;
433 436
434 } 437 }
435 438
436 .mtop { 439 .mtop {
437 - text-align: center;  
438 - color: white;  
439 - background-color: #4c4c4c;  
440 - width: 100%;  
441 - height: 100%;  
442 - position: fixed;  
443 - z-index: 5;  
444 - top: 0;  
445 - left: 0; 440 + text-align: center;
  441 + color: white;
  442 + background-color: #4c4c4c;
  443 + width: 100%;
  444 + height: 100%;
  445 + position: fixed;
  446 + z-index: 5;
  447 + top: 0;
  448 + left: 0;
446 } 449 }
447 450
448 .mt1 { 451 .mt1 {
449 - margin-top: 100px;  
450 - margin-bottom: 20rpx; 452 + margin-top: 100px;
  453 + margin-bottom: 20rpx;
451 } 454 }
452 455
453 .mts { 456 .mts {
454 - color: #e1e10b; 457 + color: #e1e10b;
455 } 458 }
456 459
457 .mcou { 460 .mcou {
458 - font-size: 48rpx; 461 + font-size: 48rpx;
459 } 462 }
460 463
461 .mfoot { 464 .mfoot {
462 - width: 100%;  
463 - margin-top: 700rpx; 465 + width: 100%;
  466 + margin-top: 700rpx;
464 } 467 }
465 468
466 .mbtn { 469 .mbtn {
467 - margin-top: 60rpx;  
468 - width: 400rpx;  
469 - background: #666;  
470 - color: #fff;  
471 - border-radius: 20rpx;  
472 - font-size: 32rpx; 470 + margin-top: 60rpx;
  471 + width: 400rpx;
  472 + background: #666;
  473 + color: #fff;
  474 + border-radius: 20rpx;
  475 + font-size: 32rpx;
473 } 476 }
474 477
475 .etop { 478 .etop {
476 - padding-top: 200rpx;  
477 - width: 100%;  
478 - height: 100%;  
479 - position: fixed;  
480 - left: 0rpx;  
481 - top: 0rpx;  
482 - z-index: 12rpx;  
483 - background-color: white; 479 + padding-top: 200rpx;
  480 + width: 100%;
  481 + height: 100%;
  482 + position: fixed;
  483 + left: 0rpx;
  484 + top: 0rpx;
  485 + z-index: 12rpx;
  486 + background-color: white;
484 } 487 }
485 488
486 .emyimage { 489 .emyimage {
487 - display: flex;  
488 - justify-content: center;  
489 - align-items: center; 490 + display: flex;
  491 + justify-content: center;
  492 + align-items: center;
490 } 493 }
491 494
492 .emyimage image { 495 .emyimage image {
493 - background-color: red;  
494 - width: 160rpx;  
495 - height: 160rpx;  
496 - margin: 0 auto; 496 + background-color: red;
  497 + width: 160rpx;
  498 + height: 160rpx;
  499 + margin: 0 auto;
497 } 500 }
498 501
499 .espan { 502 .espan {
500 - font-size: 32rpx;  
501 - margin-top: 10rpx; 503 + font-size: 32rpx;
  504 + margin-top: 10rpx;
502 } 505 }
503 506
504 .erweima { 507 .erweima {
505 - margin-top: 10rpx;  
506 - width: 100%; 508 + margin-top: 10rpx;
  509 + width: 100%;
507 } 510 }
508 511
509 .erzhou { 512 .erzhou {
510 - width: 200rpx;  
511 - float: left;  
512 - margin-right: 20rpx; 513 + width: 200rpx;
  514 + float: left;
  515 + margin-right: 20rpx;
513 } 516 }
514 517
515 .erzhou image { 518 .erzhou image {
516 - background-color: blanchedalmond;  
517 - width: 200rpx;  
518 - height: 200rpx; 519 + background-color: blanchedalmond;
  520 + width: 200rpx;
  521 + height: 200rpx;
519 } 522 }
520 523
521 .eright { 524 .eright {
522 - width: 500rpx;  
523 - float: left;  
524 - font-size: 32rpx; 525 + width: 500rpx;
  526 + float: left;
  527 + font-size: 32rpx;
525 } 528 }
526 529
527 .body { 530 .body {
528 - background-color: white;  
529 - height: auto;  
530 - width: 100%;  
531 - margin-top: 4rpx; 531 + background-color: white;
  532 + height: auto;
  533 + width: 100%;
  534 + margin-top: 4rpx;
532 } 535 }
533 536
534 .cenrtoptitle { 537 .cenrtoptitle {
535 - float: left;  
536 - width: 450rpx;  
537 - font-size: 28rpx;  
538 - margin-top: 20rpx;  
539 - 538 + float: left;
  539 + width: 450rpx;
  540 + font-size: 28rpx;
  541 + margin-top: 20rpx;
  542 +
540 } 543 }
541 544
542 .cenrtop { 545 .cenrtop {
543 - margin-top: 20rpx;  
544 - background-color: red;  
545 - color: white;  
546 - border-radius: 10rpx;  
547 - padding:0 16rpx;  
548 - font-size: 28rpx;  
549 - float: left;  
550 - height: 40rpx; 546 + margin-top: 20rpx;
  547 + background-color: red;
  548 + color: white;
  549 + border-radius: 10rpx;
  550 + padding: 0 16rpx;
  551 + font-size: 28rpx;
  552 + float: left;
  553 + height: 40rpx;
551 } 554 }
552 555
553 .yijian { 556 .yijian {
554 - position: fixed;  
555 - top: 0rpx;  
556 - left: 0rpx;  
557 - width: 100%;  
558 - height: 100%;  
559 - z-index: 14rpx;  
560 - background-color: rgba(0, 0, 0, 0.3); 557 + position: fixed;
  558 + top: 0rpx;
  559 + left: 0rpx;
  560 + width: 100%;
  561 + height: 100%;
  562 + z-index: 14rpx;
  563 + background-color: rgba(0, 0, 0, 0.3);
561 } 564 }
562 565
563 .buy-option { 566 .buy-option {
564 - background: #fff;  
565 - box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);  
566 - padding: 20rpx;  
567 - min-height: 400rpx;  
568 - padding-bottom: 120rpx;  
569 - width: 100%;  
570 - margin-top: 180rpx; 567 + background: #fff;
  568 + box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  569 + padding: 20rpx;
  570 + min-height: 400rpx;
  571 + padding-bottom: 120rpx;
  572 + width: 100%;
  573 + margin-top: 180rpx;
571 } 574 }
572 575
573 .buy-top { 576 .buy-top {
574 - width: 100%; 577 + width: 100%;
575 } 578 }
576 579
577 .buy-image { 580 .buy-image {
578 - margin-right: 20rpx;  
579 - width: 320rpx;  
580 - height: 200rpx;  
581 - float: left; 581 + margin-right: 20rpx;
  582 + width: 320rpx;
  583 + height: 200rpx;
  584 + float: left;
582 } 585 }
583 586
584 .buy-image image { 587 .buy-image image {
585 - width: 200rpx;  
586 - height: 200rpx;  
587 - background-color: burlywood;  
588 - float: left; 588 + width: 200rpx;
  589 + height: 200rpx;
  590 + background-color: burlywood;
  591 + float: left;
589 } 592 }
590 593
591 .buy-image text { 594 .buy-image text {
592 - margin-left: 10rpx;  
593 - color: red; 595 + margin-left: 10rpx;
  596 + color: red;
594 } 597 }
595 598
596 .buy-cou { 599 .buy-cou {
597 - float: right;  
598 - width: 100rpx;  
599 - height: 200rpx;  
600 - background-color: white;  
601 - font-size: 60rpx;  
602 - color: black; 600 + float: right;
  601 + width: 100rpx;
  602 + height: 200rpx;
  603 + background-color: white;
  604 + font-size: 60rpx;
  605 + color: black;
603 } 606 }
604 607
605 .t1 { 608 .t1 {
606 - float: left;  
607 - font-size: 28rpx;  
608 - padding-left: 4rpx;  
609 - color: red;  
610 - padding-top: 10rpx; 609 + float: left;
  610 + font-size: 28rpx;
  611 + padding-left: 4rpx;
  612 + color: red;
  613 + padding-top: 10rpx;
611 } 614 }
612 615
613 .buy-button { 616 .buy-button {
614 - width: 100%;  
615 - float: left;  
616 - margin-top: 22rpx; 617 + width: 100%;
  618 + float: left;
  619 + margin-top: 22rpx;
617 } 620 }
618 621
619 .buy-button text { 622 .buy-button text {
620 - float: left; 623 + float: left;
621 } 624 }
622 625
623 .stepper { 626 .stepper {
624 - height: 52rpx;  
625 - float: left;  
626 - border: 2rpx solid #ccc;  
627 - border-radius: 6rpx;  
628 - margin-left: 28rpx; 627 + height: 52rpx;
  628 + float: left;
  629 + border: 2rpx solid #ccc;
  630 + border-radius: 6rpx;
  631 + margin-left: 28rpx;
629 } 632 }
630 633
631 /*加号和减号*/ 634 /*加号和减号*/
632 635
633 .stepper text { 636 .stepper text {
634 - float: left;  
635 - width: 76rpx;  
636 - line-height: 52rpx;  
637 - text-align: center; 637 + float: left;
  638 + width: 76rpx;
  639 + line-height: 52rpx;
  640 + text-align: center;
638 } 641 }
639 642
640 /*数值*/ 643 /*数值*/
641 644
642 .stepper input { 645 .stepper input {
643 - width: 80rpx;  
644 - height: 52rpx;  
645 - float: left;  
646 - margin: 0 auto;  
647 - text-align: center;  
648 - font-size: 24rpx;  
649 - border-left: 2rpx solid #ccc;  
650 - border-right: 2rpx solid #ccc; 646 + width: 80rpx;
  647 + height: 52rpx;
  648 + float: left;
  649 + margin: 0 auto;
  650 + text-align: center;
  651 + font-size: 24rpx;
  652 + border-left: 2rpx solid #ccc;
  653 + border-right: 2rpx solid #ccc;
651 } 654 }
652 655
653 /*普通样式*/ 656 /*普通样式*/
654 657
655 .stepper .normal { 658 .stepper .normal {
656 - color: black; 659 + color: black;
657 } 660 }
658 661
659 /*禁用样式*/ 662 /*禁用样式*/
660 663
661 .stepper .disable { 664 .stepper .disable {
662 - color: #ccc; 665 + color: #ccc;
663 } 666 }
664 667
665 .quhuo { 668 .quhuo {
666 - width: 100%;  
667 - color: rgb(51, 51, 51);  
668 - float: left;  
669 - margin-top: 20rpx; 669 + width: 100%;
  670 + color: rgb(51, 51, 51);
  671 + float: left;
  672 + margin-top: 20rpx;
670 } 673 }
671 674
672 .x-z { 675 .x-z {
673 - width: 100%;  
674 - float: left;  
675 - color: rgb(51, 51, 51);  
676 - font-size: 36rpx; 676 + width: 100%;
  677 + float: left;
  678 + color: rgb(51, 51, 51);
  679 + font-size: 36rpx;
677 } 680 }
678 681
679 .btn { 682 .btn {
680 - width: 94%;  
681 - background-color: red;  
682 - color: white;  
683 - text-align: center;  
684 - height: 88rpx;  
685 - line-height: 88rpx;  
686 - float: left;  
687 - margin: 0 auto; 683 + width: 94%;
  684 + background-color: red;
  685 + color: white;
  686 + text-align: center;
  687 + height: 88rpx;
  688 + line-height: 88rpx;
  689 + float: left;
  690 + margin: 0 auto;
688 } 691 }
689 692
690 .mck { 693 .mck {
691 - min-height: 100rpx;  
692 - width: 100%;  
693 - border-bottom: 24rpx #eee solid; 694 + min-height: 100rpx;
  695 + width: 100%;
  696 + border-bottom: 24rpx #eee solid;
694 } 697 }
695 698
696 /* pages/yi/yi.wxss */ 699 /* pages/yi/yi.wxss */
697 700
698 .buy-option { 701 .buy-option {
699 - background: #fff;  
700 - padding: 20rpx;  
701 - margin-top: 650rpx;  
702 - width: 100%; 702 + background: #fff;
  703 + padding: 20rpx;
  704 + margin-top: 650rpx;
  705 + width: 100%;
703 } 706 }
704 707
705 .buy-top { 708 .buy-top {
706 - width: 100%; 709 + width: 100%;
707 } 710 }
708 711
709 .buy-image { 712 .buy-image {
710 - margin-right: 20rpx;  
711 - width: 630rpx;  
712 - height: 200rpx;  
713 - float: left; 713 + margin-right: 20rpx;
  714 + width: 630rpx;
  715 + height: 200rpx;
  716 + float: left;
714 } 717 }
715 718
716 .buy-image image { 719 .buy-image image {
717 - width: 200rpx;  
718 - height: 200rpx;  
719 - background-color: burlywood;  
720 - float: left;  
721 - margin-right: 16rpx; 720 + width: 200rpx;
  721 + height: 200rpx;
  722 + background-color: burlywood;
  723 + float: left;
  724 + margin-right: 16rpx;
722 } 725 }
723 726
724 727
725 .buy-image text { 728 .buy-image text {
726 - margin-left: 10rpx;  
727 - color: red; 729 + margin-left: 10rpx;
  730 + color: red;
728 } 731 }
729 732
730 .buy-cou { 733 .buy-cou {
731 - float: right;  
732 - width: 60rpx;  
733 - height: 60rpx;  
734 - background-color: white;  
735 - font-size: 60rpx;  
736 - color: black;  
737 - margin-right: 40rpx;  
738 - text-align: center;  
739 - line-height: 60rpx;  
740 - padding-bottom: 4rpx; 734 + float: right;
  735 + width: 60rpx;
  736 + height: 60rpx;
  737 + background-color: white;
  738 + font-size: 60rpx;
  739 + color: black;
  740 + margin-right: 40rpx;
  741 + text-align: center;
  742 + line-height: 60rpx;
  743 + padding-bottom: 4rpx;
741 } 744 }
742 745
743 .t1 { 746 .t1 {
744 - font-size: 28rpx;  
745 - padding-left: 4rpx;  
746 - color: red;  
747 - padding-top: 10rpx; 747 + font-size: 28rpx;
  748 + padding-left: 4rpx;
  749 + color: red;
  750 + padding-top: 10rpx;
748 } 751 }
749 752
750 .buy-button { 753 .buy-button {
751 - width: 100%;  
752 - margin-top: 30rpx; 754 + width: 100%;
  755 + margin-top: 30rpx;
753 } 756 }
754 757
755 .buy-button text { 758 .buy-button text {
756 - /*float: left;*/  
757 - display: inline-block; 759 + /*float: left;*/
  760 + display: inline-block;
758 } 761 }
759 762
760 .stepper { 763 .stepper {
761 - height: 52rpx;  
762 - display: inline-block;  
763 - border: 2rpx solid #ccc;  
764 - border-radius: 6rpx;  
765 - margin-left: 28rpx; 764 + height: 52rpx;
  765 + display: inline-block;
  766 + border: 2rpx solid #ccc;
  767 + border-radius: 6rpx;
  768 + margin-left: 28rpx;
766 } 769 }
767 770
768 /*加号和减号*/ 771 /*加号和减号*/
769 772
770 .stepper text { 773 .stepper text {
771 - float: left;  
772 - width: 65rpx;  
773 - line-height: 52rpx;  
774 - text-align: center; 774 + float: left;
  775 + width: 65rpx;
  776 + line-height: 52rpx;
  777 + text-align: center;
775 } 778 }
776 779
777 /*数值*/ 780 /*数值*/
778 781
779 .stepper input { 782 .stepper input {
780 - width: 84rpx;  
781 - height: 52rpx;  
782 - float: left;  
783 - margin: 0 auto;  
784 - text-align: center;  
785 - font-size: 24rpx;  
786 - border-left: 2rpx solid #ccc;  
787 - border-right: 2rpx solid #ccc; 783 + width: 84rpx;
  784 + height: 52rpx;
  785 + float: left;
  786 + margin: 0 auto;
  787 + text-align: center;
  788 + font-size: 24rpx;
  789 + border-left: 2rpx solid #ccc;
  790 + border-right: 2rpx solid #ccc;
788 } 791 }
789 792
790 /*普通样式*/ 793 /*普通样式*/
791 794
792 .stepper .normal { 795 .stepper .normal {
793 - color: black; 796 + color: black;
794 } 797 }
795 798
796 /*禁用样式*/ 799 /*禁用样式*/
797 800
798 .stepper .disable { 801 .stepper .disable {
799 - color: #ccc; 802 + color: #ccc;
800 } 803 }
801 804
802 .quhuo { 805 .quhuo {
803 - width: 100%;  
804 - color: rgb(51, 51, 51);  
805 - margin-top: 45rpx;  
806 - font-size: 32rpx 806 + width: 100%;
  807 + color: rgb(51, 51, 51);
  808 + margin-top: 45rpx;
  809 + font-size: 32rpx
807 } 810 }
808 811
809 .quhuo image { 812 .quhuo image {
810 - width: 40rpx;  
811 - height: 40rpx;  
812 - display: inline-block;  
813 - position: relative;  
814 - left: 500rpx; 813 + width: 40rpx;
  814 + height: 40rpx;
  815 + display: inline-block;
  816 + position: relative;
  817 + left: 500rpx;
815 } 818 }
816 819
817 .ttxz { 820 .ttxz {
818 - display: inline-block; 821 + display: inline-block;
819 } 822 }
820 823
821 .xuanze { 824 .xuanze {
822 - width: 100%;  
823 - height: 80rpx;  
824 - display: inline-block;  
825 - border-bottom: 1rpx #e7e7e7 solid;  
826 - font-size: 32rpx;  
827 - line-height: 80rpx; 825 + width: 100%;
  826 + height: 80rpx;
  827 + display: inline-block;
  828 + border-bottom: 1rpx #e7e7e7 solid;
  829 + font-size: 32rpx;
  830 + line-height: 80rpx;
828 } 831 }
829 832
830 .xuanze1 { 833 .xuanze1 {
831 - width: 100%;  
832 - color: rgb(51, 51, 51);  
833 - height: 80rpx;  
834 - display: inline-block;  
835 - border-bottom: 1rpx #e7e7e7 solid;  
836 - line-height: 80rpx;  
837 - overflow: hidden; 834 + width: 100%;
  835 + color: rgb(51, 51, 51);
  836 + height: 80rpx;
  837 + display: inline-block;
  838 + border-bottom: 1rpx #e7e7e7 solid;
  839 + line-height: 80rpx;
  840 + overflow: hidden;
838 } 841 }
839 842
840 .x-z { 843 .x-z {
841 - width: 100%;  
842 - color: rgb(51, 51, 51);  
843 - font-size: 36rpx;  
844 - height: auto; 844 + width: 100%;
  845 + color: rgb(51, 51, 51);
  846 + font-size: 36rpx;
  847 + height: auto;
845 } 848 }
846 849
847 .btn { 850 .btn {
848 - width: 100%;  
849 - background-color: red;  
850 - color: white;  
851 - text-align: center;  
852 - height: 88rpx;  
853 - line-height: 88rpx; 851 + width: 100%;
  852 + background-color: red;
  853 + color: white;
  854 + text-align: center;
  855 + height: 88rpx;
  856 + line-height: 88rpx;
854 } 857 }
855 858
856 .clear { 859 .clear {
857 - clear: both; 860 + clear: both;
858 } 861 }
859 862
860 .fir_view { 863 .fir_view {
861 - max-height: 300rpx;  
862 - overflow-y: scroll; 864 + max-height: 300rpx;
  865 + overflow-y: scroll;
863 } 866 }
864 867
865 .pop_up { 868 .pop_up {
866 - min-height: 200rpx;  
867 - position: fixed;  
868 - bottom: 0;  
869 - left: 0;  
870 - width: 100%;  
871 - background-color: rgba(0, 0, 0, 0.3); font-size: 34rpx;  
872 - color:rgb(51, 51, 51); 869 + min-height: 200rpx;
  870 + position: fixed;
  871 + bottom: 0;
  872 + left: 0;
  873 + width: 100%;
  874 + background-color: rgba(0, 0, 0, 0.3);
  875 + font-size: 34rpx;
  876 + color: rgb(51, 51, 51);
873 877
874 } 878 }
875 879
876 .end_name { 880 .end_name {
877 - display: inline-block; 881 + display: inline-block;
878 } 882 }
879 883
880 /*mask*/ 884 /*mask*/
881 885
882 .toast_mask { 886 .toast_mask {
883 - opacity: 0;  
884 - width: 100%;  
885 - height: 100%;  
886 - overflow: hidden;  
887 - position: fixed;  
888 - top: 0rpx;  
889 - left: 0rpx;  
890 - z-index: 888; 887 + opacity: 0;
  888 + width: 100%;
  889 + height: 100%;
  890 + overflow: hidden;
  891 + position: fixed;
  892 + top: 0rpx;
  893 + left: 0rpx;
  894 + z-index: 888;
891 } 895 }
892 896
893 /*toast*/ 897 /*toast*/
894 898
895 .toast_content_box { 899 .toast_content_box {
896 - display: flex;  
897 - width: 100%;  
898 - height: 100%;  
899 - justify-content: center;  
900 - align-items: center;  
901 - position: fixed;  
902 - z-index: 999;  
903 - top: 0rpx; 900 + display: flex;
  901 + width: 100%;
  902 + height: 100%;
  903 + justify-content: center;
  904 + align-items: center;
  905 + position: fixed;
  906 + z-index: 999;
  907 + top: 0rpx;
904 } 908 }
905 909
906 .toast_content { 910 .toast_content {
907 - width: 50%;  
908 - padding: 20rpx;  
909 - background: rgba(0, 0, 0, 0.5);  
910 - border-radius: 20rpx; 911 + width: 50%;
  912 + padding: 20rpx;
  913 + background: rgba(0, 0, 0, 0.5);
  914 + border-radius: 20rpx;
911 } 915 }
912 916
913 .toast_content_text { 917 .toast_content_text {
914 - height: 100%;  
915 - width: 100%;  
916 - color: #fff;  
917 - font-size: 28rpx;  
918 - text-align: center; 918 + height: 100%;
  919 + width: 100%;
  920 + color: #fff;
  921 + font-size: 28rpx;
  922 + text-align: center;
919 } 923 }
920 924
921 .jt { 925 .jt {
922 - width: 30rpx;  
923 - height: 30rpx;  
924 - display: inline-block; 926 + width: 30rpx;
  927 + height: 30rpx;
  928 + display: inline-block;
925 } 929 }
926 930
927 -.jiajian { color: #999;} 931 +.jiajian {
  932 + color: #999;
  933 +}
928 934
929 .t_wz { 935 .t_wz {
930 - line-height: 110rpx;  
931 - height: 110rpx;  
932 - font-size: 36rpx; 936 + line-height: 110rpx;
  937 + height: 110rpx;
  938 + font-size: 36rpx;
933 } 939 }
934 940
935 .down-arrow { 941 .down-arrow {
936 - display: inline-block;  
937 - position: relative;  
938 - width: 40rpx;  
939 - height: 30rpx;  
940 - margin-right: 20rpx; 942 + display: inline-block;
  943 + position: relative;
  944 + width: 40rpx;
  945 + height: 30rpx;
  946 + margin-right: 20rpx;
941 } 947 }
942 948
943 .down-arrow::after { 949 .down-arrow::after {
944 - display: inline-block;  
945 - content: " ";  
946 - height: 18rpx;  
947 - width: 18rpx;  
948 - border-width: 0 2rpx 2rpx 0;  
949 - border-color: #999;  
950 - border-style: solid;  
951 - transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);  
952 - transform-origin: center;  
953 - transition: transform 0.3s;  
954 - position: absolute;  
955 - top: 50%;  
956 - right: 10rpx;  
957 - margin-top: -10rpx; 950 + display: inline-block;
  951 + content: " ";
  952 + height: 18rpx;
  953 + width: 18rpx;
  954 + border-width: 0 2rpx 2rpx 0;
  955 + border-color: #999;
  956 + border-style: solid;
  957 + transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  958 + transform-origin: center;
  959 + transition: transform 0.3s;
  960 + position: absolute;
  961 + top: 50%;
  962 + right: 10rpx;
  963 + margin-top: -10rpx;
958 } 964 }
959 965
960 .down-arrow1 { 966 .down-arrow1 {
961 - display: inline-block;  
962 - position: relative;  
963 - width: 40rpx;  
964 - height: 30rpx;  
965 - margin-right: 20rpx;  
966 - margin-top: 12rpx; 967 + display: inline-block;
  968 + position: relative;
  969 + width: 40rpx;
  970 + height: 30rpx;
  971 + margin-right: 20rpx;
  972 + margin-top: 12rpx;
967 } 973 }
968 974
969 .down-arrow1::after { 975 .down-arrow1::after {
970 - display: inline-block;  
971 - content: " ";  
972 - height: 18rpx;  
973 - width: 18rpx;  
974 - border-width: 0 2rpx 2rpx 0;  
975 - border-color: #999;  
976 - border-style: solid;  
977 - transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);  
978 - transform-origin: center;  
979 - transition: transform 0.3s;  
980 - position: absolute;  
981 - top: 50%;  
982 - right: 10rpx;  
983 - margin-top: -10rpx; 976 + display: inline-block;
  977 + content: " ";
  978 + height: 18rpx;
  979 + width: 18rpx;
  980 + border-width: 0 2rpx 2rpx 0;
  981 + border-color: #999;
  982 + border-style: solid;
  983 + transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  984 + transform-origin: center;
  985 + transition: transform 0.3s;
  986 + position: absolute;
  987 + top: 50%;
  988 + right: 10rpx;
  989 + margin-top: -10rpx;
984 } 990 }
985 991
986 .down-arrow1::after { 992 .down-arrow1::after {
987 - transform-origin: center;  
988 - transform: rotate(-135deg);  
989 - transition: transform 0.3s; 993 + transform-origin: center;
  994 + transform: rotate(-135deg);
  995 + transition: transform 0.3s;
990 } 996 }
991 997
992 .goodslisttop::after { 998 .goodslisttop::after {
993 - content: "";  
994 - width: 100%;  
995 - height: 1px;  
996 - border-bottom: 1px #d4d4d4 solid;  
997 - display: block;  
998 - margin-top: -12px; 999 + content: "";
  1000 + width: 100%;
  1001 + height: 1px;
  1002 + border-bottom: 1px #d4d4d4 solid;
  1003 + display: block;
  1004 + margin-top: -12px;
999 } 1005 }
1000 1006
1001 .ia { 1007 .ia {
1002 - display: flex;  
1003 - width: 100%; 1008 + display: flex;
  1009 + width: 100%;
1004 } 1010 }
1005 1011
1006 .bview { 1012 .bview {
1007 - position: fixed;  
1008 - top: 0;  
1009 - left: 0;  
1010 - width: 100%;  
1011 - height: 100%;  
1012 - background-color: rgba(0, 0, 0, 0.5); 1013 + position: fixed;
  1014 + top: 0;
  1015 + left: 0;
  1016 + width: 100%;
  1017 + height: 100%;
  1018 + background-color: rgba(0, 0, 0, 0.5);
1013 } 1019 }
1014 1020
1015 .juzhong { 1021 .juzhong {
1016 - position: fixed;  
1017 - top: 0;  
1018 - left: 0;  
1019 - width: 100%;  
1020 - height: 100%;  
1021 - display: flex;  
1022 - flex-direction: row;  
1023 - justify-content: center;  
1024 - align-items: center; 1022 + position: fixed;
  1023 + top: 0;
  1024 + left: 0;
  1025 + width: 100%;
  1026 + height: 100%;
  1027 + display: flex;
  1028 + flex-direction: row;
  1029 + justify-content: center;
  1030 + align-items: center;
1025 } 1031 }
1026 1032
1027 .juzhong .xq { 1033 .juzhong .xq {
1028 - padding: 0 20rpx;  
1029 - background: #fff;  
1030 - font-size: 30rpx;  
1031 - padding-bottom: 20rpx; 1034 + padding: 0 20rpx;
  1035 + background: #fff;
  1036 + font-size: 30rpx;
  1037 + padding-bottom: 20rpx;
1032 } 1038 }
1033 1039
1034 .juzhong .xq .title { 1040 .juzhong .xq .title {
1035 - text-align: center;  
1036 - margin: 20rpx 0;  
1037 - position: relative;  
1038 - height: 50rpx; 1041 + text-align: center;
  1042 + margin: 20rpx 0;
  1043 + position: relative;
  1044 + height: 50rpx;
1039 } 1045 }
1040 1046
1041 .juzhong .xq .hs1 { 1047 .juzhong .xq .hs1 {
1042 - font-size: 28rpx;  
1043 - color: #ab8f9e; 1048 + font-size: 28rpx;
  1049 + color: #ab8f9e;
1044 } 1050 }
1045 1051
1046 .juzhong .xq .title .close { 1052 .juzhong .xq .title .close {
1047 - position: absolute;  
1048 - top: 0;  
1049 - right: 0;  
1050 - width: 45rpx;  
1051 - height: 45rpx; 1053 + position: absolute;
  1054 + top: 0;
  1055 + right: 0;
  1056 + width: 45rpx;
  1057 + height: 45rpx;
1052 } 1058 }
1053 1059
1054 .pt_qd { 1060 .pt_qd {
1055 - margin-top: 40rpx;  
1056 - height: auto; 1061 + margin-top: 40rpx;
  1062 + height: auto;
1057 } 1063 }
1058 1064
1059 .spec-cart-btn.w100 { 1065 .spec-cart-btn.w100 {
1060 - width: 100%;  
1061 - margin-left: 0;  
1062 - height: 80rpx;  
1063 - line-height: 80rpx; 1066 + width: 100%;
  1067 + margin-left: 0;
  1068 + height: 80rpx;
  1069 + line-height: 80rpx;
1064 } 1070 }
1065 1071
1066 1072
1067 .bview { 1073 .bview {
1068 - position: fixed;  
1069 - top: 0;  
1070 - left: 0;  
1071 - width: 100%;  
1072 - height: 100%;  
1073 - background-color: rgba(0, 0, 0, 0.5); 1074 + position: fixed;
  1075 + top: 0;
  1076 + left: 0;
  1077 + width: 100%;
  1078 + height: 100%;
  1079 + background-color: rgba(0, 0, 0, 0.5);
1074 } 1080 }
1075 1081
1076 .juzhong { 1082 .juzhong {
1077 - position: fixed;  
1078 - top: 0;  
1079 - left: 0;  
1080 - width: 100%;  
1081 - height: 100%;  
1082 - display: flex;  
1083 - flex-direction: row;  
1084 - justify-content: center;  
1085 - align-items: center; 1083 + position: fixed;
  1084 + top: 0;
  1085 + left: 0;
  1086 + width: 100%;
  1087 + height: 100%;
  1088 + display: flex;
  1089 + flex-direction: row;
  1090 + justify-content: center;
  1091 + align-items: center;
1086 } 1092 }
1087 1093
1088 .juzhong .xq { 1094 .juzhong .xq {
1089 - padding: 0 20rpx;  
1090 - background: #fff;  
1091 - font-size: 30rpx;  
1092 - padding-bottom: 20rpx; 1095 + padding: 0 20rpx;
  1096 + background: #fff;
  1097 + font-size: 30rpx;
  1098 + padding-bottom: 20rpx;
1093 } 1099 }
1094 1100
1095 .juzhong .xq .title { 1101 .juzhong .xq .title {
1096 - text-align: center;  
1097 - margin: 20rpx 0;  
1098 - position: relative;  
1099 - height: 50rpx; 1102 + text-align: center;
  1103 + margin: 20rpx 0;
  1104 + position: relative;
  1105 + height: 50rpx;
1100 } 1106 }
1101 1107
1102 .juzhong .xq .hs1 { 1108 .juzhong .xq .hs1 {
1103 - font-size: 28rpx;  
1104 - color: #ab8f9e; 1109 + font-size: 28rpx;
  1110 + color: #ab8f9e;
1105 } 1111 }
1106 1112
1107 .juzhong .xq .title .close { 1113 .juzhong .xq .title .close {
1108 - position: absolute;  
1109 - top: 0;  
1110 - right: 0;  
1111 - width: 45rpx;  
1112 - height: 45rpx; 1114 + position: absolute;
  1115 + top: 0;
  1116 + right: 0;
  1117 + width: 45rpx;
  1118 + height: 45rpx;
1113 } 1119 }
1114 1120
1115 .pt_qd { 1121 .pt_qd {
1116 - margin-top: 40rpx;  
1117 - height: auto; 1122 + margin-top: 40rpx;
  1123 + height: auto;
1118 } 1124 }
1119 1125
1120 .spec-cart-btn.w100 { 1126 .spec-cart-btn.w100 {
1121 - width: 100%;  
1122 - margin-left: 0;  
1123 - height: 80rpx;  
1124 - line-height: 80rpx; 1127 + width: 100%;
  1128 + margin-left: 0;
  1129 + height: 80rpx;
  1130 + line-height: 80rpx;
  1131 +}
  1132 +
  1133 +.show_zf_dd {
  1134 + display: flex;
  1135 + padding: 15rpx 40rpx;
  1136 + justify-content: space-between;
  1137 + font-size: 30rpx;
  1138 + color: #666;
  1139 +}
  1140 +
  1141 +.flex_tou {
  1142 + display: flex;
  1143 + justify-content: center;
  1144 + width: 100%;
  1145 + height: 175rpx;
  1146 + align-items: center;
  1147 +}
  1148 +
  1149 +.xc-goods-details {
  1150 + width: 479rpx;
  1151 + margin-top: 20rpx;
  1152 + height: 80rpx;
  1153 + align-items: center;
  1154 +
  1155 +}
  1156 +
  1157 +.xc-valframe {
  1158 + border-radius: 7rpx;
  1159 + border: 1rpx solid;
  1160 + margin-top: 3rpx;
  1161 +}
  1162 +
  1163 +.xc-valframe .xc-frame-img {
  1164 + width: 30rpx;
  1165 + height: 100%;
  1166 + background: #e22b44;
  1167 +}
  1168 +
  1169 +.xc-valframe .xc-frame-img .picture {
  1170 + width: 25rpx;
  1171 + height: 25rpx;
  1172 + margin-top: 4rpx;
  1173 +
  1174 +}
  1175 +
  1176 +.bodybutton .xc-good-friend {
  1177 + background: #fab55a;
  1178 + border-radius: 15rpx;
  1179 +}
  1180 +
  1181 +.bodybutton .xc-home-page {
  1182 + margin-top: 20rpx;
  1183 + background-color: #e22b44;
  1184 + border-radius: 15rpx;
  1185 +}
  1186 +
  1187 +.xc-ellipsis-img {
  1188 + width: 56rpx;
  1189 + height: 56rpx;
  1190 + padding-top: 15rpx;
  1191 +}
  1192 +
  1193 +.xc-ptcomplete {
  1194 + width: 74%;
  1195 + height: 105rpx;
  1196 + line-height: 105rpx;
  1197 + float: right;
  1198 +
  1199 +}
  1200 +
  1201 +.xc-ptcomplete .xc-img-frame .img {
  1202 + width: 105rpx;
  1203 + height: 105rpx;
  1204 + float: right;
  1205 +}
  1206 +
  1207 +.xc-ptcomplete .xc-img-frame {
  1208 + width: 205rpx;
  1209 + height: 105rpx;
  1210 + margin-top: 20rpx;
  1211 +}
  1212 +
  1213 +.xc-ptcomplete .xc-end {
  1214 + width: 283rpx;
  1215 + text-align: right;
  1216 +}
  1217 +
  1218 +.iw {
  1219 + padding-right: 33rpx;
  1220 +}
  1221 +
  1222 +.xc-ptcomplete .xc-img-frames {
  1223 + width: 345rpx;
  1224 + height: 105rpx;
  1225 + margin-top: 20rpx;
  1226 +
  1227 +}
  1228 +
  1229 +.xc-ptcomplete .xc-img-frames .img {
  1230 + width: 105rpx;
  1231 + height: 105rpx;
  1232 + float: right;
  1233 +}
  1234 +
  1235 +.bodybutton .xc-good-friend.co-w {
  1236 + background-color: #aeaeae
  1237 +}
  1238 +
  1239 +
  1240 +
  1241 +
  1242 +
  1243 +
  1244 +
  1245 +
  1246 +
  1247 +
  1248 +
  1249 +
  1250 +
  1251 +
  1252 +
  1253 +.spec-model {
  1254 + position: fixed;
  1255 + bottom: 0;
  1256 + z-index: 20;
  1257 + background: white;
  1258 + width: 100%;
  1259 + /* padding: 0 30rpx; */
  1260 + font-size: 32rpx;
  1261 + box-sizing: border-box;
  1262 + border-radius: 20rpx;
  1263 + height: 72%;
  1264 +}
  1265 +
  1266 +.spec-model .pding {
  1267 + padding: 0 30rpx;
  1268 +}
  1269 +
  1270 +.spec-goods {
  1271 + padding: 30rpx 0 20rpx;
  1272 + float: left;
  1273 + width: 100%;
  1274 + border-bottom: 2rpx solid #eee;
  1275 +}
  1276 +
  1277 +.spec-img {
  1278 + float: left;
  1279 + height: 186rpx;
  1280 + width: 186rpx;
  1281 + border: 4rpx solid #eee
  1282 +}
  1283 +
  1284 +.spec-goods-info {
  1285 + float: left;
  1286 + padding: 0 25rpx;
  1287 + width: 400rpx;
  1288 +}
  1289 +
  1290 +.spec-goods-name {
  1291 + font-size: 30rpx;
  1292 + line-height: 35rpx;
  1293 + height: 70rpx;
  1294 + margin: 15rpx 20rpx 25rpx 0;
  1295 + overflow: hidden;
  1296 + text-overflow: ellipsis;
  1297 + color: #333;
  1298 +}
  1299 +
  1300 +.spec-goods-price {
  1301 + color: #d60021;
  1302 + font-size: 33rpx;
  1303 + font-weight: bold;
  1304 +}
  1305 +
  1306 +.spec-goods-stock {
  1307 + margin-top: 3rpx;
  1308 + font-size: 24rpx;
  1309 + color: #999999;
  1310 + margin-right: 15rpx;
  1311 +}
  1312 +
  1313 +.spec-name {
  1314 + clear: both;
  1315 + padding: 20rpx 0;
  1316 + font-size: 30rpx;
  1317 + color: #333;
  1318 +}
  1319 +
  1320 +.quhuo {
  1321 + font-size: 30rpx;
  1322 + color: #000
  1323 +}
  1324 +
  1325 +.b_num {
  1326 + display: flex;
  1327 + font-size: 30rpx;
  1328 + color: #333;
  1329 +}
  1330 +
  1331 +.count {
  1332 + position: fixed;
  1333 + display: flex;
  1334 + height: 50rpx;
  1335 + border: 1rpx solid #000;
  1336 + font-size: 28rpx;
  1337 + right: 30rpx;
  1338 +}
  1339 +
  1340 +
  1341 +.count>view,
  1342 +.count>input {
  1343 + width: 60rpx;
  1344 + height: 50rpx;
  1345 + line-height: 50rpx;
  1346 + text-align: center;
  1347 +}
  1348 +
  1349 +.spec_bt {
  1350 + background: fff;
  1351 + color: #333;
  1352 + margin-left: 10rpx;
  1353 + padding: 4rpx 15rpx 4rpx;
  1354 + display: inline-block;
  1355 + border-radius: 30rpx;
  1356 + font-size: 24rpx;
  1357 + border: 1rpx solid #ccc;
  1358 + margin: 10rpx;
  1359 + height: 40rpx;
  1360 + line-height: 40rpx;
  1361 +}
  1362 +
  1363 +.spec_bt.act {
  1364 + background: #d60021;
  1365 + color: #fff;
  1366 + border: 1rpx solid #d60021;
  1367 +}
  1368 +
  1369 +.sub {
  1370 + border-right: 1px solid #000;
  1371 +}
  1372 +
  1373 +.add {
  1374 + border-left: 1px solid #000;
  1375 +}
  1376 +
  1377 +.spec-btn {
  1378 + color: black;
  1379 + background-color: white;
  1380 + padding: 10rpx 10rpx;
  1381 + font-size: 26rpx;
  1382 + line-height: 28rpx;
  1383 + float: left;
  1384 + border: 1rpx solid #dedede;
  1385 + margin: 4rpx 10rpx 4rpx 0;
  1386 + border-radius: 4rpx;
  1387 +}
  1388 +
  1389 +.spec-btn-click {
  1390 + color: white;
  1391 + background-color: #f23030;
  1392 + border: 1rpx solid #f23030;
  1393 +}
  1394 +
  1395 +.spec-cart-btns {
  1396 + width: 92%;
  1397 + line-height: 70rpx;
  1398 + margin: 0rpx auto;
  1399 + margin-top: 160rpx;
  1400 + border-radius: 20rpx;
  1401 + position: fixed;
  1402 + bottom: 50rpx;
  1403 + left: 4%;
  1404 +
  1405 +}
  1406 +
  1407 +.spec-cart-btn {
  1408 +
  1409 + width: 100%;
  1410 + font-size: 30rpx;
  1411 + text-align: center;
  1412 + color: white;
  1413 + border-radius: 40rpx;
  1414 +}
  1415 +
  1416 +.spec-add-cart {
  1417 + background-color: #ffb03f;
  1418 +}
  1419 +
  1420 +.spec-buy {
  1421 + background-color: #f23030;
  1422 + /* margin-left: 34rpx; */
  1423 +}
  1424 +
  1425 +.spec-cart-disable {
  1426 + background: #bbbbbb;
  1427 +}
  1428 +
  1429 +.spec-cart-btn-lg {
  1430 + width: 614rpx;
  1431 +}
  1432 +
  1433 +.prom-model {
  1434 + position: fixed;
  1435 + bottom: 0;
  1436 + z-index: 20;
  1437 + background: white;
  1438 + width: 100%;
  1439 + padding: 0 30rpx 30rpx;
  1440 + font-size: 32rpx;
  1441 + box-sizing: border-box;
  1442 + overflow-x: hidden;
  1443 +}
  1444 +
  1445 +.prom-model .prom-title {
  1446 + text-align: center;
  1447 + margin: 30rpx 0;
  1448 +}
  1449 +
  1450 +.prom-model .logistics-item {
  1451 + border: 0;
1125 } 1452 }
1126 1453
1127 -.show_zf_dd{display: flex;padding: 15rpx 40rpx; justify-content: space-between; font-size: 30rpx;color: #666;} 1454 +.prom-model .item-mes {
  1455 + width: 500rpx;
  1456 +}
  1457 +
  1458 +.integral-btn {
  1459 + width: 100%;
  1460 + padding: 0rpx;
  1461 + margin: 0rpx;
  1462 +}
  1463 +
  1464 +.clear {
  1465 + clear: both;
  1466 +}
  1467 +
  1468 +.sto_v .title,
  1469 +.sto_v .stitle {
  1470 + border-top: 1rpx solid #dedede;
  1471 + border-bottom: 1rpx solid #dedede;
  1472 + height: 78rpx;
  1473 + line-height: 78rpx;
  1474 +}
  1475 +
  1476 +.sto_v .title .tubiao,
  1477 +.sto_v .stitle .tubiao {
  1478 + width: 32rpx;
  1479 + height: 32rpx;
  1480 + margin-top: 23rpx;
  1481 +}
  1482 +
  1483 +.itemlists .item {
  1484 + border-bottom: 1rpx solid #dedede;
  1485 + height: 72rpx;
  1486 + line-height: 72rpx;
  1487 + font-size: 28rpx;
  1488 + margin: 0 10rpx;
  1489 +}
  1490 +
  1491 +.cshu {
  1492 + margin-bottom: 30rpx;
  1493 + margin-top: 20rpx;
  1494 +}
  1495 +
  1496 +.cshu view {
  1497 + color: #999;
  1498 + font-size: 30rpx;
  1499 + margin-left: 26rpx;
  1500 +}
  1501 +
  1502 +
  1503 +/*---活动特殊显示---*/
  1504 +.prom_show {
  1505 + height: 120rpx;
  1506 + display: flex;
  1507 +}
  1508 +
  1509 +.prom_show .secondkill-img {
  1510 + width: 100%;
  1511 + height: 100%;
  1512 +}
  1513 +
  1514 +.prom_show .spike-img {
  1515 + width: 283rpx;
  1516 + height: 57rpx;
  1517 + top: 35rpx;
  1518 + left: 31rpx;
  1519 +}
  1520 +
  1521 +.prom_show .stop {
  1522 + color: #d81731;
  1523 + top: 17rpx;
  1524 + right: 65rpx;
  1525 + font-weight: 600;
  1526 +}
  1527 +
  1528 +.prom_show .start {
  1529 + color: #009ae2;
  1530 + top: 17rpx;
  1531 + right: 65rpx;
  1532 + font-weight: 600;
  1533 +}
  1534 +
  1535 +.prom_show .timeac {
  1536 + font-size: 32rpx;
  1537 + height: 120rpx;
  1538 + color: #333;
  1539 +}
  1540 +
  1541 +.prom_show .timeac.left {
  1542 + width: 66%;
  1543 + color: #fff;
  1544 + background: #f23030;
  1545 +}
  1546 +
  1547 +.prom_show .timeac.right {
  1548 + width: 34%;
  1549 + background-color: #d7d7d7;
  1550 + text-align: center
  1551 +}
  1552 +
  1553 +.prom_show .secview .day {
  1554 + padding-right: 10rpx;
  1555 +}
  1556 +
  1557 +.prom_show .secview .time-val {
  1558 + width: 36rpx;
  1559 + height: 36rpx;
  1560 + border-radius: 7rpx;
  1561 + line-height: 36rpx;
  1562 +}
  1563 +
  1564 +.prom_show .secview .time {
  1565 + margin-right: 10rpx;
  1566 + margin-left: 10rpx;
  1567 +}
  1568 +
  1569 +
  1570 +.prom_show .timeac.left view {
  1571 + margin-left: 20rpx
  1572 +}
1128 1573
1129 -.flex_tou{ display: flex; justify-content: center; width: 100%;height:175rpx;  
1130 -align-items:center;}  
1131 -.xc-goods-details{  
1132 -width:479rpx;  
1133 -margin-top:20rpx;  
1134 -height:80rpx;  
1135 -align-items:center; 1574 +.prom_show .timeac.left view.firview {
  1575 + margin-top: 10rpx
  1576 +}
1136 1577
  1578 +.prom_show .timeac.left view .tr_line {
  1579 + text-decoration: line-through;
  1580 + font-size: 28rpx;
1137 } 1581 }
1138 -.xc-valframe{  
1139 - border-radius:7rpx;  
1140 -border:1rpx solid;  
1141 -margin-top:3rpx; 1582 +
  1583 +.prom_show .timeac.left view .bprice {
  1584 + font-size: 50rpx;
1142 } 1585 }
1143 -.xc-valframe .xc-frame-img{  
1144 - width:30rpx;  
1145 -height:100%;  
1146 -background:#e22b44; 1586 +
  1587 +.prom_show .timeac.right view.firview {
  1588 + margin-top: 12rpx;
  1589 + margin-bottom: 10rpx
1147 } 1590 }
1148 -.xc-valframe .xc-frame-img .picture{  
1149 - width:25rpx;  
1150 -height:25rpx;  
1151 -margin-top:4rpx;  
1152 1591
  1592 +.prom_show .timeac.right view.secview {
  1593 + display: flex;
  1594 + text-align: center;
  1595 + justify-content: center;
  1596 + flex-direction: row;
1153 } 1597 }
1154 -.bodybutton .xc-good-friend{  
1155 -background:#fab55a;border-radius:15rpx; 1598 +
  1599 +.prom_show .timeac.right view .tui-conutdown-box {
  1600 + /* background: #6b6b6b; */
  1601 + width: auto;
  1602 + /* min-width: 45rpx; */
  1603 + height: 45rpx;
  1604 + color: #c4182e;
  1605 + font-size: 27rpx;
  1606 + text-align: center;
  1607 + line-height: 46rpx;
1156 } 1608 }
1157 -.bodybutton .xc-home-page{  
1158 -margin-top:20rpx;background-color: #e22b44;border-radius:15rpx; 1609 +
  1610 +.huise {
  1611 + background: gray
  1612 +}
  1613 +
  1614 +.lanse {
  1615 + background: #0199e2
1159 } 1616 }
1160 -.xc-ellipsis-img{  
1161 -width:56rpx;  
1162 -height:56rpx;  
1163 -padding-top:15rpx; 1617 +
  1618 +
  1619 +/*------拼单------*/
  1620 +.pt_view {
  1621 + text-align: center;
  1622 + width: 100%;
  1623 + height: 100rpx;
  1624 + line-height: 100rpx;
  1625 + font-size: 26rpx
1164 } 1626 }
1165 -.xc-ptcomplete{  
1166 - width:74%;  
1167 -height:105rpx;  
1168 -line-height:105rpx;  
1169 -float:right;  
1170 1627
  1628 +.pt_view .secondkill-img {
  1629 + width: 100%;
  1630 + height: 100%;
1171 } 1631 }
1172 -.xc-ptcomplete .xc-img-frame .img{  
1173 - width: 105rpx;  
1174 - height: 105rpx;  
1175 - float: right; 1632 +
  1633 +.pt_fir {
  1634 + background: #fff;
  1635 + margin-bottom: 10rpx;
1176 } 1636 }
1177 -.xc-ptcomplete .xc-img-frame{  
1178 - width:205rpx;  
1179 - height: 105rpx;  
1180 - margin-top:20rpx; 1637 +
  1638 +.pt_fir .pt_fir_title {
  1639 + display: flex;
  1640 + align-items: center;
  1641 + margin-left: 10rpx;
  1642 + margin-top: 20rpx;
  1643 + font-size: 28rpx;
  1644 + position: relative;
1181 } 1645 }
1182 -.xc-ptcomplete .xc-end{  
1183 - width:283rpx;  
1184 -text-align:right; 1646 +
  1647 +.pt_fir .pt_fir_title .kt_type {
  1648 + color: #fff;
  1649 + background: #e9030d;
  1650 + width: 100rpx;
  1651 + line-height: 40rpx;
  1652 + border-radius: 6rpx;
  1653 + margin: 0 10rpx;
  1654 + height: 40rpx;
  1655 + font-size: 24rpx;
  1656 + text-align: center;
1185 } 1657 }
1186 -.iw{  
1187 -padding-right:33rpx; 1658 +
  1659 +.pt_fir .pt_fir_title .price {
  1660 + color: #e9030d;
  1661 + font-size: 26rpx;
1188 } 1662 }
1189 -.xc-ptcomplete .xc-img-frames{  
1190 - width:345rpx;  
1191 -height:105rpx;  
1192 -margin-top:20rpx;  
1193 1663
  1664 +.pt_fir .pt_fir_title .bigw {
  1665 + font-size: 36rpx;
1194 } 1666 }
1195 -.xc-ptcomplete .xc-img-frames .img{  
1196 - width: 105rpx;  
1197 - height: 105rpx;  
1198 - float: right; 1667 +
  1668 +.pt_fir .pt_fir_title .tprice {
  1669 + text-decoration: line-through;
  1670 + color: #949494
1199 } 1671 }
1200 1672
1201 -.bodybutton .xc-good-friend.co-w{  
1202 - background-color:#aeaeae  
1203 -}  
1204 \ No newline at end of file 1673 \ No newline at end of file
  1674 +.pt_fir .pt_fir_title .tprice.ml50 {
  1675 + margin-left: 50rpx
  1676 +}
  1677 +
  1678 +.pt_fir .pt_fir_title .js {
  1679 + padding: 0 15rpx;
  1680 + height: 40rpx;
  1681 + background: #e9030d;
  1682 + text-align: center;
  1683 + border-radius: 8rpx;
  1684 + color: #fff;
  1685 + margin-left: 10rpx;
  1686 +}
  1687 +
  1688 +.pt_fir .pt_fir_title .tuannum {
  1689 + color: #e9030d;
  1690 + position: absolute;
  1691 + right: 20rpx;
  1692 + font-size: 26rpx;
  1693 +}
  1694 +
  1695 +.pding {
  1696 + padding-top: 20rpx;
  1697 + padding-left: 20rpx;
  1698 + height: 81%;
  1699 + padding-right: 20rpx;
  1700 + font-size: 26rpx;
  1701 + color: #ea120f
  1702 +}
  1703 +
  1704 +.pdres {
  1705 + margin-left: 10rpx;
  1706 + color: #8f8f94
  1707 +}
  1708 +
  1709 +.ptgz {
  1710 + position: relative;
  1711 + font-size: 30rpx;
  1712 + padding-left: 20rpx;
  1713 + margin-top: 10rpx;
  1714 + overflow: hidden
  1715 +}
  1716 +
  1717 +.shuxian {
  1718 + width: 6rpx;
  1719 + height: 28rpx;
  1720 + background: #ea120f;
  1721 + display: inline-block;
  1722 + top: 5rpx;
  1723 + position: relative;
  1724 + margin-right: 5rpx
  1725 +}
  1726 +
  1727 +.ptgz_an {
  1728 + position: absolute;
  1729 + top: 5rpx;
  1730 + right: 6rpx
  1731 +}
  1732 +
  1733 +.ptgz_an .arrow-two {
  1734 + width: 18rpx;
  1735 + height: 18rpx;
  1736 + border-color: #da0b31;
  1737 + margin-top: 30rpx;
  1738 +}
  1739 +
  1740 +.pt_fir.se {
  1741 + height: auto;
  1742 + margin-bottom: 10rpx
  1743 +}
  1744 +
  1745 +.t_gz {
  1746 + padding: 10rpx 20rpx;
  1747 + font-size: 28rpx
  1748 +}
  1749 +
  1750 +.pt_fir.se1 {
  1751 + height: auto;
  1752 + margin: 0
  1753 +}
  1754 +
  1755 +.pt_fir.se2 {
  1756 + height: auto;
  1757 + margin: 0;
  1758 + border-top: 6rpx solid #eeeeee;
  1759 + border-bottom: 2rpx solid #eeeeee;
  1760 +}
  1761 +
  1762 +.pt_hb {
  1763 + height: 78rpx;
  1764 + line-height: 75rpx;
  1765 + position: relative;
  1766 + font-size: 32rpx;
  1767 + overflow: hidden;
  1768 + width: 695rpx;
  1769 + margin-left: 28rpx;
  1770 + border-bottom: 1rpx solid #E5E5E5
  1771 +}
  1772 +
  1773 +.ptgz_an.xq {
  1774 + font-size: 32rpx;
  1775 + color: #d40024
  1776 +}
  1777 +
  1778 +.wf {
  1779 + display: flex;
  1780 + padding: 20rpx 0;
  1781 +}
  1782 +
  1783 +.wf .item {
  1784 + width: 24.5%;
  1785 + text-align: center;
  1786 + font-size: 26rpx;
  1787 + color: #666
  1788 +}
  1789 +
  1790 +.wf .item .item_txy {
  1791 + position: relative;
  1792 + width: 60rpx;
  1793 + height: 60rpx;
  1794 + background: #ea120f;
  1795 + border-radius: 50%;
  1796 + left: 50%;
  1797 + margin-left: -30rpx;
  1798 + border: 3px #dfdfdf solid;
  1799 + text-align: center;
  1800 + line-height: 60rpx;
  1801 + color: #fff;
  1802 + margin-bottom: 10rpx;
  1803 +}
  1804 +
  1805 +.wf .item .item_txy.hs {
  1806 + background: #cbcbcb;
  1807 +}
  1808 +
  1809 +.po {
  1810 + margin-bottom: 20rpx;
  1811 +}
  1812 +
  1813 +.cart-btn.line-h {
  1814 + line-height: 26rpx;
  1815 +}
  1816 +
  1817 +.cart-btn .fir-v {
  1818 + margin-top: 10rpx;
  1819 +}
  1820 +
  1821 +.hyt {
  1822 + padding: 0 20rpx;
  1823 + font-size: 30rpx;
  1824 + display: flex;
  1825 + align-items: center;
  1826 + margin-top: 10rpx;
  1827 +}
  1828 +
  1829 +.hyt .r_f {
  1830 + color: #e9120f;
  1831 + font-size: 26rpx;
  1832 + position: relative;
  1833 + top: 3rpx
  1834 +}
  1835 +
  1836 +.hyt .byj {
  1837 + color: #e9120f;
  1838 + font-size: 32rpx;
  1839 + position: relative;
  1840 + top: 5rpx
  1841 +}
  1842 +
  1843 +.pt_fir .pt_fir_title.no-mar-b {
  1844 + margin-bottom: 0;
  1845 + padding-bottom: 10rpx;
  1846 + margin-left: 20rpx
  1847 +}
  1848 +
  1849 +.pt_fir .pt_fir_title.boder-1 {
  1850 + border-bottom: 1rpx #e7e7e7 solid
  1851 +}
  1852 +
  1853 +.jie_price {
  1854 + padding: 10rpx 30rpx;
  1855 +}
  1856 +
  1857 +.jie_price_title {
  1858 + font-size: 30rpx;
  1859 + color: #a26270;
  1860 + margin-bottom: 10rpx
  1861 +}
  1862 +
  1863 +.price_list {
  1864 + display: flex;
  1865 + width: 100%;
  1866 +}
  1867 +
  1868 +.price_item {
  1869 + width: 25%;
  1870 + font-size: 28rpx;
  1871 + color: #4c336c
  1872 +}
  1873 +
  1874 +.pt_fir.se2 .zzk-1 {
  1875 + margin-top: 23rpx;
  1876 + font-size: 30rpx;
  1877 + position: relative;
  1878 + margin-bottom: 30rpx;
  1879 + border-left: 4rpx solid red;
  1880 + margin-left: 14rpx;
  1881 + height: 30rpx;
  1882 + line-height: 30rpx;
  1883 + padding-left: 5rpx;
  1884 +}
  1885 +
  1886 +.ckgd {
  1887 + position: absolute;
  1888 + top: 0;
  1889 + right: 57rpx;
  1890 + color: #d70025;
  1891 + font-size: 32rpx;
  1892 +}
  1893 +
  1894 +.ckgd .arrow-one {
  1895 + width: 18rpx;
  1896 + height: 18rpx;
  1897 + border-color: #da0b31;
  1898 + margin-top: 5rpx;
  1899 +}
  1900 +
  1901 +.bview {
  1902 + position: fixed;
  1903 + top: 0;
  1904 + left: 0;
  1905 + width: 100%;
  1906 + height: 100%;
  1907 + background-color: rgba(0, 0, 0, 0.5);
  1908 +}
  1909 +
  1910 +.juzhong {
  1911 + position: fixed;
  1912 + top: 0;
  1913 + left: 0;
  1914 + width: 100%;
  1915 + height: 100%;
  1916 + display: flex;
  1917 + flex-direction: row;
  1918 + justify-content: center;
  1919 + align-items: center;
  1920 +}
  1921 +
  1922 +.juzhong .xq {
  1923 + padding: 0 20rpx;
  1924 + background: #fff;
  1925 + font-size: 30rpx;
  1926 + padding-bottom: 20rpx;
  1927 +}
  1928 +
  1929 +.juzhong .xq .title {
  1930 + text-align: center;
  1931 + margin: 20rpx 0;
  1932 + position: relative;
  1933 + height: 50rpx;
  1934 +}
  1935 +
  1936 +.juzhong .xq .hs1 {
  1937 + font-size: 28rpx;
  1938 + color: #ab8f9e
  1939 +}
  1940 +
  1941 +.juzhong .xq .title .close {
  1942 + position: absolute;
  1943 + top: 0;
  1944 + right: 0;
  1945 + width: 45rpx;
  1946 + height: 45rpx;
  1947 +}
  1948 +
  1949 +.pt_qd {
  1950 + margin-top: 40rpx;
  1951 + height: auto;
  1952 +}
  1953 +
  1954 +.spec-cart-btn.w100 {
  1955 + width: 95%;
  1956 + margin-left: 0;
  1957 + height: 75rpx;
  1958 + line-height: 75rpx;
  1959 + margin: auto;
  1960 +}
  1961 +
  1962 +.sto_v {
  1963 + color: #333;
  1964 +}
  1965 +
  1966 +.ellipsis {
  1967 + overflow: hidden;
  1968 + white-space: nowrap;
  1969 + text-overflow: ellipsis;
  1970 +}
  1971 +
  1972 +
  1973 +
  1974 +
  1975 +/* 房子图标 */
  1976 +.stores-img {
  1977 + width: 40rpx;
  1978 + height: 35rpx;
  1979 + margin-right: 10rpx;
  1980 +}
  1981 +
  1982 +.right-arrow {
  1983 + width: 15rpx;
  1984 + height: 15rpx;
  1985 + border-top: 2rpx solid #d70026;
  1986 + border-right: 2rpx solid #d70026;
  1987 + transform: rotate(45deg);
  1988 + display: inline-block;
  1989 + margin-bottom: 3rpx;
  1990 +}
  1991 +
  1992 +.distance{
  1993 + padding-left: 15rpx;
  1994 + padding-right: 15rpx;
  1995 + background: #eee;
  1996 + border-radius: 20rpx;
  1997 + margin-right: 5rpx;
  1998 + color: #999;
  1999 + height: 38rpx;
  2000 + line-height: 38rpx;
  2001 +}
  2002 +
  2003 +.shop_name{
  2004 + margin-right: 10rpx;
  2005 +}
  2006 +
  2007 +.xc-distance-top{
  2008 + margin-top: 10rpx;
  2009 +}
  2010 +
  2011 +
  2012 +.popup-frame{
  2013 + position: fixed;
  2014 + /* bottom:99rpx; */
  2015 + bottom: 0;
  2016 + z-index: 20;
  2017 + background: white;
  2018 + width: 100%;
  2019 + border-radius: 20rpx 20rpx 0 0;
  2020 + height: 72%;
  2021 +}
  2022 +
  2023 +.popup-top{
  2024 + border-bottom: 1rpx solid #eee;
  2025 + height: 155rpx;
  2026 + width: 95%;
  2027 + margin: auto;
  2028 + line-height: 155rpx;
  2029 +
  2030 +}
  2031 +
  2032 +
  2033 +/* .flex-space-between{
  2034 + display: flex;
  2035 + justify-content:space-between;
  2036 +} */
  2037 +
  2038 +.modal-closes {
  2039 + position: absolute;
  2040 + right: 30rpx;
  2041 + top: -15rpx;
  2042 + height: 25rpx;
  2043 +}
  2044 +
  2045 +.choose_mores{
  2046 + margin-top: 30rpx;
  2047 + margin-right: 15rpx;
  2048 +}
  2049 +
  2050 +.bg_rights{
  2051 + border-top: 2rpx solid ;
  2052 + border-right: 2rpx solid ;
  2053 + transform: rotate(45deg);
  2054 + display: inline-block;
  2055 + width: 15rpx;height:15rpx;
  2056 + border-color: #da0b31;
  2057 +}
  2058 +
  2059 +
  2060 +.mongolia-layer{
  2061 + position: fixed;
  2062 + left: 0;
  2063 + top: 0;
  2064 + right: 0;
  2065 + bottom: 0;
  2066 + z-index: 11;
  2067 + background: rgba(0,0,0,0.4);
  2068 + width: 100%;
  2069 + height: 91.9%;
  2070 +}
  2071 +
  2072 +
  2073 +
  2074 +
  2075 +.store-list{
  2076 + width: 95%;
  2077 + height: 72%;
  2078 + overflow-y: scroll;
  2079 + margin: auto;
  2080 +}
  2081 +
  2082 +.store-list .store_choose{
  2083 + width: 100%;
  2084 + height: 120rpx;
  2085 + line-height: 125rpx;
  2086 + border-bottom: 1rpx solid #eee;
  2087 +}
  2088 +
  2089 +.store-list .store_choose .store{
  2090 + width: 100%;
  2091 + margin: auto;
  2092 + line-height: 37rpx;
  2093 + padding-left: 20rpx;
  2094 +}
  2095 +
  2096 +.xc-hook{
  2097 + width: 35rpx;
  2098 + height: 35rpx;
  2099 + transform: rotate(-145deg);
  2100 + line-height: 37rpx;
  2101 + text-align: center;
  2102 +}
  2103 +
  2104 +.butttem5{
  2105 + margin-bottom: 5rpx;
  2106 +}
  2107 +
  2108 +.address-frame{
  2109 + width: 93%;
  2110 + margin-left: 7rpx;
  2111 +}
  2112 +
  2113 +.store-bottom{
  2114 + width: 85%;
  2115 + margin: auto;
  2116 + height: 70rpx;
  2117 + }
  2118 +
  2119 + .determine{
  2120 + width: 260rpx;
  2121 + height: 55rpx;
  2122 + border-radius: 50rpx;
  2123 + line-height: 55rpx;
  2124 + }
  2125 +
  2126 + .default{
  2127 + width: 260rpx;
  2128 + height: 55rpx;
  2129 + border:3rpx solid #c8c8c8;
  2130 + border-radius: 50rpx;
  2131 + line-height: 55rpx;
  2132 + }
  2133 +
  2134 + .sort_store_list .sort-store-frame .sort-store {
  2135 + width: 94.5%;
  2136 + margin: auto;
  2137 + }
  2138 +
  2139 +
  2140 + .sort_store_list .sort-store-frame{
  2141 + width: 100%;
  2142 + height: 100rpx;
  2143 + line-height:100rpx;
  2144 + border-bottom: 1rpx solid #eee;
  2145 + }
  2146 +
  2147 + .black_rights-frame .black_rights{
  2148 + border-top: 3rpx solid;
  2149 + border-right: 3rpx solid;
  2150 + transform: rotate(45deg);
  2151 + display: inline-block;
  2152 + width: 20rpx;
  2153 + height: 20rpx;
  2154 + }
  2155 +
  2156 +
  2157 + .sort_store_list{
  2158 + height: 82%;
  2159 + overflow: hidden;
  2160 + overflow-y: scroll;
  2161 + width: 95%;
  2162 + margin: auto;
  2163 + }
  2164 +
  2165 + .xc-hooks{
  2166 + width: 30rpx;
  2167 + height: 30rpx;
  2168 + border: 1rpx solid #999;
  2169 +}