Blame view

src/pages/purchaseLenses/purchaseLenses.vue 24.1 KB
9ff2df1bf   范牧   文件名称规范
1
2
  <template>
  	<view class="content">
71166190e   BigBoss   add purchase
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  		<view class="goodInfo">
  			<view class="imageWrap">
  				<image src="../../static/img/detail/d1.png" mode="aspectFill" style="width: 188rpx;height: 168rpx;"></image>
  			</view>
  			<view class="infoRight">
  				<text class="goodName">商品名称商品名称商品名称名称名称商品名称名商品名称名</text>
  				<text class="remarks">支持7天无理由退货 顺丰发货</text>
  				<view class="priceBox">
  					<view class="price">¥198</view>
  					<text>(限购{{maxCount}}副)</text>
  					<view class="counter">
  						<view class="btn" disabled="this.addDisabled" type="default" @click="counter(false)">-</view>
  						<text>{{count}}</text>
  						<view class="btn" disabled="this.desDisabled" type="default" @click="counter(true)">+</view>
  					</view>
  				</view>
  			</view>
  		</view>
7d6833f2c   范牧   地址列表
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
      <view class="goods-data">
        <view class="opCollapse">
          <view class="body">
            <template v-if="opIsOpen">
              <view class="goods-form">
                <view class="data-title">
                  <image src="../../static/icon-data.png" ></image>
                  <text class="p1">填写验光数据</text>
                </view>
                <text class="p2">没有验光数据?请到线下眼镜店验光哦~</text>
                <view class="picker" >
                  <view class="picker-choice">
                    <view class="choice-left">
                      <text class="p11">验光单取名:</text>
                    </view>
                    <input class="choice-name uni-input" placeholder="下系" />
                  </view>
                </view>
                <view class="picker" >
                  <view class="picker-choice">
                    <view class="choice-left">
                      <text class="p11">{{pickerInfoList[0].nameC}}</text>
                      <text class="p12">{{pickerInfoList[0].nameE}}</text>
                    </view>
                    <text class="p13">左&nbsp;&nbsp;&nbsp;(OD)</text>
                    <text class="p14">{{pickerInfoList[0].nameArray1[pickerInfoList[0].nameIndex1]}}</text>
                    <picker @change="bindPickerChange01" :value="pickerInfoList[0].nameIndex1" :range="pickerInfoList[0].nameArray1">
                      <image src="../../static/detail-tabicon.png" ></image>
                    </picker>
                    <text class="p13">右&nbsp;&nbsp;&nbsp;(OS)</text>
                    <text class="p14">{{pickerInfoList[0].nameArray2[pickerInfoList[0].nameIndex2]}}</text>
                    <picker @change="bindPickerChange02" :value="pickerInfoList[0].nameIndex2" :range="pickerInfoList[0].nameArray2">
                      <image src="../../static/detail-tabicon.png" ></image>
                    </picker>
                  </view>
                </view>
                <view class="picker" >
                  <view class="picker-choice">
                        <view class="choice-left">
                          <text class="p11">{{pickerInfoList[1].nameC}}</text>
                          <text class="p12">{{pickerInfoList[1].nameE}}</text>
                        </view>
                        <text class="p13">左&nbsp;&nbsp;&nbsp;(OD)</text>
                        <text class="p14">{{pickerInfoList[1].nameArray1[pickerInfoList[1].nameIndex1]}}</text>
                        <picker @change="bindPickerChange11" :value="pickerInfoList[1].nameIndex1" :range="pickerInfoList[1].nameArray1">
                          <image src="../../static/detail-tabicon.png" ></image>
                        </picker>
                        <text class="p13">右&nbsp;&nbsp;&nbsp;(OS)</text>
                        <text class="p14">{{pickerInfoList[1].nameArray2[pickerInfoList[1].nameIndex2]}}</text>
                        <picker @change="bindPickerChange12" :value="pickerInfoList[1].nameIndex2" :range="pickerInfoList[1].nameArray2">
                          <image src="../../static/detail-tabicon.png" ></image>
                        </picker>
                  </view>
                </view>
                <view class="picker" >
                  <view class="picker-choice">
                        <view class="choice-left">
                          <text class="p11">{{pickerInfoList[2].nameC}}</text>
                          <text class="p12">{{pickerInfoList[2].nameE}}</text>
                        </view>
                        <text class="p13">左&nbsp;&nbsp;&nbsp;(OD)</text>
                        <text class="p14">{{pickerInfoList[2].nameArray1[pickerInfoList[2].nameIndex1]}}</text>
                        <picker @change="bindPickerChange21" :value="pickerInfoList[2].nameIndex1" :range="pickerInfoList[2].nameArray1">
                          <image src="../../static/detail-tabicon.png" ></image>
                        </picker>
                        <text class="p13">右&nbsp;&nbsp;&nbsp;(OS)</text>
                        <text class="p14">{{pickerInfoList[2].nameArray2[pickerInfoList[2].nameIndex2]}}</text>
                        <picker @change="bindPickerChange22" :value="pickerInfoList[2].nameIndex2" :range="pickerInfoList[2].nameArray2">
                          <image src="../../static/detail-tabicon.png" ></image>
                        </picker>
                  </view>
                </view>
                <view class="picker" >
                  <view class="picker-choice">
                        <view class="choice-left">
                          <text class="p11">{{pickerInfoList[3].nameC}}</text>
                          <text class="p12">{{pickerInfoList[3].nameE}}</text>
                        </view>
                        <text class="p13">左&nbsp;&nbsp;&nbsp;(OD)</text>
                        <text class="p14">{{pickerInfoList[3].nameArray1[pickerInfoList[3].nameIndex1]}}</text>
                        <picker @change="bindPickerChange31" :value="pickerInfoList[3].nameIndex1" :range="pickerInfoList[3].nameArray1">
                          <image src="../../static/detail-tabicon.png" ></image>
                        </picker>
                        <text class="p13">右&nbsp;&nbsp;&nbsp;(OS)</text>
                        <text class="p14">{{pickerInfoList[3].nameArray2[pickerInfoList[3].nameIndex2]}}</text>
                        <picker @change="bindPickerChange32" :value="pickerInfoList[3].nameIndex2" :range="pickerInfoList[3].nameArray2">
                          <image src="../../static/detail-tabicon.png" ></image>
                        </picker>
                  </view>
                </view>
                <view class="picker" >
                  <view class="picker-choice">
                        <view class="choice-left">
                          <text class="p11">{{pickerInfoList[4].nameC}}</text>
                        </view>
                        <text class="p13-date">年&nbsp;&nbsp;&nbsp;(Y)</text>
                        <text class="p14" style="width: 34px;">{{pickerInfoList[4].nameArray1[pickerInfoList[4].nameIndex1]}}</text>
                        <picker @change="bindPickerChange41" :value="pickerInfoList[4].nameIndex1" :range="pickerInfoList[4].nameArray1">
                          <image src="../../static/detail-tabicon.png" ></image>
                        </picker>
                        <text class="p13-date">月&nbsp;&nbsp;&nbsp;(M)</text>
                        <text class="p14" style="width: 30px;">{{pickerInfoList[4].nameArray2[pickerInfoList[4].nameIndex2]}}</text>
                        <picker @change="bindPickerChange42" :value="pickerInfoList[4].nameIndex2" :range="pickerInfoList[4].nameArray2">
                          <image src="../../static/detail-tabicon.png" ></image>
                        </picker>
                        <text class="p13-date">日&nbsp;&nbsp;&nbsp;(D)</text>
                        <text class="p14" style="width: 30px;">{{pickerInfoList[4].nameArray3[pickerInfoList[4].nameIndex3]}}</text>
                        <picker @change="bindPickerChange43" :value="pickerInfoList[4].nameIndex3" :range="pickerInfoList[4].nameArray3">
                          <image src="../../static/detail-tabicon.png" ></image>
                        </picker>
                  </view>
                </view>
                <view class="confirm">
                  <image :src="tablist.confirm ? tabicon[0] : tabicon[1]" @click="changeConfirm"></image>
                  <text>确认以上输入信息来源于我的验光数据!</text>
                </view>
              </view>
            
            </template>
            <template v-else>
              <view v-for="item in pickerInfoList" :key="item.key" class="bodyBox">
                <template v-if="item.nameC==='验光日期'">
                  <text class="names">{{item.nameC}}</text>
                  <text style="margin-right: 5px;">{{item.nameArray1[item.nameIndex1]}}年</text>
                  <text style="margin-right: 5px;">{{item.nameArray2[item.nameIndex2]}}月</text>
                  <text>{{item.nameArray3[item.nameIndex2]}}日</text>
                </template>
                <template v-else>
                  <template v-if="item.nameC==='度数'">
                    <text style="display: inline;">*</text>
                  </template>
          
                    <text class="names">{{item.nameC}}</text>
                    <text style="margin-right: 10px;">左&nbsp;{{item.nameArray1[item.nameIndex1]}}</text>
                    <text>右&nbsp;{{item.nameArray2[item.nameIndex2]}}</text>
                </template>
              </view>
            </template>
          </view>
        </view>
      </view>
71166190e   BigBoss   add purchase
162
163
164
  		<view class="choose">
  			<view class="chooseItem_1 chooseItem">
  				<UniCollapse  @change="change(1)" >
7d6833f2c   范牧   地址列表
165
166
167
168
169
170
171
172
173
174
175
176
177
178
            <UniCollapseItem open=true title="款式挑选" showAnimation=false>
              <view class="chooseRes" v-show="show[1]">* {{chooseRes1}}</view>
              <view class="chooseItem_1_content">
                <view class="itemsWrap">
                  <view class="item1" 
                  v-for="(item,index) in chooseItem1" 
                  :key="index" 
                  :style="item.style"
                  :class="{ active1: current1 === index }"
                  @click="onClickItem1(index)"
                  ></view>
                </view>
              </view>
            </UniCollapseItem>
71166190e   BigBoss   add purchase
179
  				</UniCollapse>
7d6833f2c   范牧   地址列表
180
  				<view class="chooseRes" v-show="show[1]">* {{chooseRes1}}</view>
71166190e   BigBoss   add purchase
181
182
183
  			</view>
  			<view class="chooseItem_2 chooseItem ">
  				<UniCollapse  @change="change(2)" >
7d6833f2c   范牧   地址列表
184
185
186
187
188
189
190
191
192
193
194
195
            <UniCollapseItem open=true title="直径" showAnimation=false>
              <view class="chooseItem_1_content">
                <view class="itemsWrap">
                  <view class="item2"
                  v-for="(item,index) in chooseItem2" 
                  :key="index" 
                  :class="{ active2: current2 === index }"
                  @click="onClickItem2(index)"
                  >{{item.num}}</view>
                </view>
              </view>
            </UniCollapseItem>
71166190e   BigBoss   add purchase
196
  				</UniCollapse>
7d6833f2c   范牧   地址列表
197
  				<view class="chooseRes" v-show="show[2]">* {{chooseRes2}}</view>
71166190e   BigBoss   add purchase
198
199
200
  			</view>
  			<view class="chooseItem_3 chooseItem">
  				<UniCollapse  @change="change(3)" >
7d6833f2c   范牧   地址列表
201
202
203
204
205
206
207
208
209
210
211
212
            <UniCollapseItem open=true title="度数" showAnimation=false>
              <view class="chooseItem_1_content">
                <view class="itemsWrap">
                  <view class="item2"
                  v-for="(item,index) in chooseItem3" 
                  :key="index" 
                  :class="{ active2: current3 === index }"
                  @click="onClickItem3(index)"
                  >{{item}}</view>
                </view>
              </view>
            </UniCollapseItem>
71166190e   BigBoss   add purchase
213
  				</UniCollapse>
7d6833f2c   范牧   地址列表
214
  				<view class="chooseRes" v-show="show[3]">* {{chooseRes3}}</view>
71166190e   BigBoss   add purchase
215
216
217
218
  			</view>
  		</view>
  		<view class="button" @click="toComfirmOrder">
  			立即结算
9ff2df1bf   范牧   文件名称规范
219
220
221
222
  		</view>
  	</view>
  </template>
  
71166190e   BigBoss   add purchase
223
  <script>
9ff2df1bf   范牧   文件名称规范
224
225
  	import UniCollapse from '@/components/UniCollapse/UniCollapse.vue'
  	import UniCollapseItem from '@/components/UniCollapseItem/UniCollapseItem.vue'
7d6833f2c   范牧   地址列表
226
227
  	import store from '@/store'
  
71166190e   BigBoss   add purchase
228
  	export default {
7d6833f2c   范牧   地址列表
229
230
231
232
  		components: {
  			UniCollapse,
  			UniCollapseItem,
  		},
9ff2df1bf   范牧   文件名称规范
233
  		data() {
71166190e   BigBoss   add purchase
234
  			return {
7d6833f2c   范牧   地址列表
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
  				count: 1,
          maxCount: 20,
          opIsOpen: true, 
  				addDisabled: false,
  				desDisabled: false,
  				current1: 0,
  				current2: 0,
  				current3: 0,
  				actice: [-1, -1, -1],
  				show: [0, 0, 0, 0],
  				chooseRes1:{ 
            sku_name: 'Miss 黑二代【减龄自然】',
            sk_id: '128',
  				},
  				chooseRes2: '14.0',
  				chooseRes3: 0,
  				chooseItem1: [
            {style:"opacity: 0.7;background-image: radial-gradient(50% 148%, #ECEAEA 50%, #8D8C8C 100%);",describ:"Miss 黑1代【减龄自然】"},				
            {style:"background-image: radial-gradient(50% 143%, #AEA8A8 45%, #624B3F 100%);",describ:"Miss 黑二代【防紫外线】"},			
            {style:"background-image: radial-gradient(50% 148%, #FDF8F6 50%, #94380B 100%);",describ:"Miss 黑3代【防紫外线】"},			
            {style:"background-image: radial-gradient(50% 148%, #FFFFFF 50%, #324A05 100%);",describ:"Miss 黑4代【防紫外线】"},			
            {style:"background-image: radial-gradient(50% 143%, #AEA8A8 45%, #624B3F 100%);",describ:"Miss 黑5代【防紫外线】"},			
            {style:"opacity: 0.7;background-image: radial-gradient(50% 150%, #F0EEE7 50%, #6F0838 100%);",describ:"Miss 黑6代【防紫外线】"},			
            {style:"background-image: radial-gradient(50% 143%, #AEA8A8 45%, #370B4E 100%);",describ:"Miss 黑7代【防紫外线】"},		
            {style:"background-image: radial-gradient(50% 148%, #FFFFFF 50%, #324A05 100%);",describ:"Miss 黑4代【防紫外线】"},			
            {style:"background-image: radial-gradient(50% 143%, #AEA8A8 45%, #624B3F 100%);",describ:"Miss 黑5代【防紫外线】"},			
            {style:"opacity: 0.7;background-image: radial-gradient(50% 150%, #F0EEE7 50%, #6F0838 100%);",describ:"Miss 黑6代【防紫外线】"},			
            {style:"background-image: radial-gradient(50% 143%, #AEA8A8 45%, #370B4E 100%);",describ:"Miss 黑7代【防紫外线】"},		
            {style:"background-image: radial-gradient(50% 148%, #FFFFFF 50%, #324A05 100%);",describ:"Miss 黑4代【防紫外线】"},			
            {style:"background-image: radial-gradient(50% 143%, #AEA8A8 45%, #624B3F 100%);",describ:"Miss 黑5代【防紫外线】"},			
            {style:"opacity: 0.7;background-image: radial-gradient(50% 150%, #F0EEE7 50%, #6F0838 100%);",describ:"Miss 黑6代【防紫外线】"},			
            {style:"background-image: radial-gradient(50% 143%, #AEA8A8 45%, #370B4E 100%);",describ:"Miss 黑7代【防紫外线】"},
71166190e   BigBoss   add purchase
267
268
  				],
  				chooseItem2:[
7d6833f2c   范牧   地址列表
269
270
271
272
273
274
275
276
277
278
279
280
281
            {num:"14.0"},
            {num:"14.2"},
            {num:"14.4"},
            {num:"14.5"},
  				],
  				chooseItem3:[0,100,125,150,175,200,225,250,275,300,325,350,375,400,425,450,470,500,525,550,575,600,1000],
          // 度数相关数据                
  				pickerInfoList:[
  					{nameC:"度数",nameE:"(SPH)",nameArray1:[1.5,2.5,3.5,4.5],nameIndex1:0,nameArray2:[1.5,2.5,3.5,4.5],nameIndex2:0,key:0},
  					{nameC:"散光",nameE:"(CYL)",nameArray1:[1.5,2.5,3.5,4.5],nameIndex1:0,nameArray2:[1.5,2.5,3.5,4.5],nameIndex2:0,key:1},
  					{nameC:"散光轴位",nameE:"(AXI)",nameArray1:[1.5,2.5,3.5,4.5],nameIndex1:0,nameArray2:[1.5,2.5,3.5,4.5],nameIndex2:0,key:2},
  					{nameC:"双眼瞳距",nameE:"(PD)",nameArray1:[1.5,2.5,3.5,4.5],nameIndex1:0,nameArray2:[1.5,2.5,3.5,4.5],nameIndex2:0,key:3},
  					{nameC:"验光日期",nameE:'',nameArray1:[2017,2018,2019,2020,2021],nameIndex1:0,nameArray2:[1,2,3,4,5,6,7],nameIndex2:0,nameArray3:[1,2,3,4,5,6],nameIndex3:0}
71166190e   BigBoss   add purchase
282
  				],
9ff2df1bf   范牧   文件名称规范
283
  			};
71166190e   BigBoss   add purchase
284
  		},
7d6833f2c   范牧   地址列表
285
286
287
288
289
290
291
292
293
294
295
296
297
  		computed: {
  			attrList() {
  				return this.$store.state.read.goodInfo.attrList;
  			},
  			skuList() {
  				return this.$store.state.read.goodInfo.skuList;
  			},
  		},
  		onLoad() {
  			store.dispatch('read/fetch', {
  				pid: 9,
  			});
  		},
71166190e   BigBoss   add purchase
298
  		methods:{
7d6833f2c   范牧   地址列表
299
  			change(num) {
0c6c0f3c4   尹聃   选购页折叠
300
          this.show[num] = this.show[num] ? false : true;
71166190e   BigBoss   add purchase
301
302
  			},
  			onClickItem1(index) {
7d6833f2c   范牧   地址列表
303
          if (this.current1 !== index) {
71166190e   BigBoss   add purchase
304
305
  				this.current1 = index;
  				this.chooseRes1 =this.chooseItem1[index].describ
7d6833f2c   范牧   地址列表
306
          }
71166190e   BigBoss   add purchase
307
308
  			},
  			onClickItem2(index) {
7d6833f2c   范牧   地址列表
309
          if (this.current2 !== index) {
71166190e   BigBoss   add purchase
310
311
  				this.current2 = index;
  				this.chooseRes2 =this.chooseItem2[index].num
7d6833f2c   范牧   地址列表
312
          }
71166190e   BigBoss   add purchase
313
314
  			},
  			onClickItem3(index) {
7d6833f2c   范牧   地址列表
315
          if (this.current3 !== index) {
71166190e   BigBoss   add purchase
316
317
  				this.current3 = index;
  				this.chooseRes3 =this.chooseItem3[index]
7d6833f2c   范牧   地址列表
318
          }
71166190e   BigBoss   add purchase
319
320
  			},
  			counter(isadd){
7d6833f2c   范牧   地址列表
321
322
323
324
  				if (isadd) {
            this.count >= this.maxCount? this.addDisabled = true:this.count++;
  				} else {
            this.count <= 1? this.desDisabled = true:this.count--;
71166190e   BigBoss   add purchase
325
326
327
328
  				}
  			},
  			toComfirmOrder(){
  				uni.navigateTo({
7d6833f2c   范牧   地址列表
329
            url:'../confirmOrder/confirmOrder'
71166190e   BigBoss   add purchase
330
331
  				})
  			}
9ff2df1bf   范牧   文件名称规范
332
333
334
335
336
  		}
  	}
  </script>
  
  <style lang="scss">
7d6833f2c   范牧   地址列表
337
  	.content {
71166190e   BigBoss   add purchase
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
  		min-height: 100vh;
  		background-color: #F2F2F2;
  		// padding-top: 20rpx;
  		.goodInfo{
  			width: 100%;
  			height: 272rpx;
  			border-radius: 16rpx;
  			background-color: #FFFFFF;
  			box-sizing: border-box;
  			padding: 36rpx;
  			display: flex;
  			flex-direction: row;
  			justify-content: flex-start;
  			.imageWrap{
  				height: 188rpx;
  				width: 188rpx;
7d6833f2c   范牧   地址列表
354
            margin-right: 28rpx;
71166190e   BigBoss   add purchase
355
  				image{
7d6833f2c   范牧   地址列表
356
357
            height: 188rpx;
            width: 188rpx;
71166190e   BigBoss   add purchase
358
359
360
361
362
363
364
365
  				}
  			}
  			.infoRight{
  				display: flex;
  				flex-direction: column;
  				align-items: flex-start;
  				justify-content: space-between;
  				.goodName{
7d6833f2c   范牧   地址列表
366
367
            font-size: 28rpx;
            color: #333333;
71166190e   BigBoss   add purchase
368
369
  				}
  				.remarks{
7d6833f2c   范牧   地址列表
370
371
            font-size: 20rpx;
            color: #999999;
71166190e   BigBoss   add purchase
372
373
  				}
  				.priceBox{
7d6833f2c   范牧   地址列表
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            font-size: 14px;
            color: #999999;
            .price{
              color: #FF6B4A;
              font-size: 28rpx;
            }
            .counter{
              display: flex;
              flex-direction: row;
              justify-content: space-between;
              align-items: center;
              font-size: 28rpx;
              color: #333333;
              width: 122rpx;
              .btn{
                display: flex;
                justify-content: center;
                line-height: 32rpx;
                height: 32rpx;
                width: 32rpx;
                background-color: #F2F2F2;
                color: #CFCFCF;
              }
            }
          }
        }
      }
      .goods-data{
        width: 100%;
        box-sizing: border-box;
        padding: 37rpx 40rpx 0 40rpx;
        background: #FFFFFF;
        border-radius: 12rpx;
        .opCollapse{
          width: 100%;
          padding-bottom: 28rpx;
          margin-top: 7px;
          border-bottom: 1px solid #E9E9E9;
          .head{
            display: flex;
            justify-content: space-between;
            height: 24px;
            // font-family: PingFangSC-Medium;
            font-size: 16px;
            color: #333333;
            letter-spacing: -0.3px;
            text-align: justify;
            line-height: 24px;
            margin-bottom: 18rpx;
            .headRighted{
              width: 0;
              height: 0;
              border-left: 4px solid transparent;
              border-right: 4px solid transparent;
              border-bottom: 4px solid #CFCFCF;
              transform: scaleY(-1);
              margin-top: 10px;
            }
            .headMid{
              // font-family: PingFangSC-Regular;
              font-size: 10px;
              color: #999999;
              letter-spacing: -0.19px;
              margin-left: -120rpx;
            }
            .headRight{
              width: 0;
              height: 0;
              border-left: 4px solid transparent;
              border-right: 4px solid transparent;
              border-bottom: 4px solid #CFCFCF;
              margin-top: 10px;
            }
          }
          .body{
            // font-family: PingFangSC-Regular;
            font-size: 12px;
            color: #666666;
            letter-spacing: 0;
            .bodyBox{
              margin-top: 15px;
              .names{
                // font-family: PingFangSC-Regular;
                font-size: 12px;
                color: #151515;
                letter-spacing: 0;
                text-align: justify;
                line-height: 17px;
                margin-left: 5px;
                margin-right: 10px;
              }
              text{
                // font-family: PingFangSC-Regular;
                font-size: 12px;
                color: #666666;
                letter-spacing: 0;
                text-align: justify;
              }
            }
          }
          .goods-form {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background-color: #fff;
            width: 100%;
          .p1 {
            font-size: 16px;
            color: #333333;
            letter-spacing: -0.3px;
            text-align: justify;
            line-height: 24px;
            margin: 4px 0;
          }
          .p2 {
            font-size: 12px;
            color: #999999;
            letter-spacing: -0.23px;
            margin-bottom: 18rpx;
          }
          image{
            width: 28rpx;
            height: 26rpx;
          }
          .confirm {
            display: flex;
            align-items: center;
            font-size: 12px;
            color: #666666;
            letter-spacing: -0.23px;
            width: 684rpx;
            image{
              margin-right:25rpx;
            }
          }
          .picker{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
            image{
              width: 10px;
              height: 10px;
              margin-right: 5px;
            }
            .picker-choice{
              display: flex;
              width: 684rpx;
              align-items: center;
              margin-bottom: 40rpx;
              .choice-left{
                width: 210rpx;
                .p11 {
                  font-size: 14px;
                  color: #333333;
                  letter-spacing: -0.26px;
                  text-align: justify;
                  line-height: 24px;
                }
                .p12 {
                  font-size: 10px;
                  color: #3F3F3F;
                  letter-spacing: -0.19px;
                  text-align: justify;
                  line-height: 24px;
                }
              }
              .p13 {
                font-size: 10px;
                color: #999999;
                letter-spacing: -0.19px;
                margin-right: 10px;
              }
              .p13-date {
                font-size: 10px;
                color: #999999;
                letter-spacing: -0.19px;
                margin-right: 5px;
              }
              .p14 {
                font-size: 14px;
                color: #666666;
                letter-spacing: -0.26px;
                text-align: center;
                width: 124rpx;
                border-bottom: 1px solid #CFCFCF;
              }
            }
          }
71166190e   BigBoss   add purchase
569
570
  			}
  		}
7d6833f2c   范牧   地址列表
571
  	}
71166190e   BigBoss   add purchase
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
  		.choose{
  			width: 100%;
  			background: #FFFFFF;
  			border-radius: 12rpx;
  			margin-top: 20rpx;
  			padding: 40rpx 40rpx 112rpx 40rpx;
  			box-sizing: border-box;
  			.chooseItem{
  				width: 100%;
  				padding-bottom: 32rpx;
  				border-bottom: 1px solid #E9E9E9;
  				margin-bottom: 28rpx;
  			}
  			.chooseRes{
  				font-size: 12px;
  				color: #666666;
  			}
  			.itemsWrap{
  				display: flex;
  				flex-direction: row;
  				flex-wrap: wrap;
  				justify-content: flex-start;
  				align-items: center;
  				padding-top: 24rpx;
  				.item1{
  					width: 64rpx;
  					height: 64rpx;
  					border-radius: 32rpx;
  					margin: 0 36rpx 24rpx 0;
  					transition: all 0.3s;
  					border: 1px solid #FFFFFF;
  				}
  				.item2{
  					width: 100rpx;
  					height: 60rpx;
  					margin: 0 20rpx 20rpx 0;
  					transition: all 0.3s;
  					background: #F2F2F2;
  					border-radius: 2px;
  					border-radius: 2px;
  					line-height: 60rpx;
  					text-align: center;
  					color: #666666;
  					font-size: 12px;
  				}
  				.active1{
  					opacity: 0.7;
  					border: 1px solid #FF6B4A;
  				}
  				.active2{
  					background: rgba(255,107,74,0.15);
  					color: #FF6B4A;
  				}
  			}
  		}
  		.button{
  			width: 100%;
  			height: 112rpx;
  			background-color: #FF6B4A;
  			font-size: 16px;
  			color: #FFFFFF;
  			line-height: 112rpx;
  			text-align: center;
  			position: fixed;
  			bottom: 0;
  			left: 0;
  		}
  	}
9ff2df1bf   范牧   文件名称规范
640
641
  	
  </style>