|
@@ -174,23 +174,24 @@ export default {
|
174
|
174
|
<style lang='scss' scoped>
|
175
|
175
|
.context {
|
176
|
176
|
width: 100%;
|
177
|
|
- height: 100%;
|
|
177
|
+ // height: 100%;
|
178
|
178
|
// background-color: rgba(209, 220, 228, 1);
|
179
|
179
|
display: flex;
|
180
|
180
|
justify-content: center;
|
181
|
181
|
|
182
|
182
|
.ContextBox {
|
183
|
183
|
width: 94%;
|
184
|
|
- height: 5.85rem;
|
|
184
|
+ // height: 5.85rem;
|
185
|
185
|
border-radius: 0.06rem;
|
186
|
186
|
background-color: rgba(255, 255, 255, 1);
|
187
|
|
- margin-top: 0.12rem;
|
|
187
|
+ margin: 0.12rem 0;
|
|
188
|
+ padding: 0.29rem 0 0 0;
|
188
|
189
|
position: relative;
|
189
|
190
|
|
190
|
191
|
.uploadimg {
|
191
|
192
|
display: flex;
|
192
|
193
|
flex-direction: row;
|
193
|
|
- padding: 0.3rem 0 0.16rem 0.08rem;
|
|
194
|
+ padding: 0 0 0.16rem 0.08rem;
|
194
|
195
|
|
195
|
196
|
img {
|
196
|
197
|
width: 0.22rem;
|
|
@@ -318,10 +319,10 @@ export default {
|
318
|
319
|
}
|
319
|
320
|
|
320
|
321
|
.inputbox1 {
|
321
|
|
- width: 84%;
|
|
322
|
+ width: 92%;
|
322
|
323
|
height: 0.4rem;
|
323
|
324
|
background-color: rgba(220, 229, 236, 0.63);
|
324
|
|
- margin-left: calc(8%);
|
|
325
|
+ margin-left: calc(4%);
|
325
|
326
|
margin-bottom: 0.08rem;
|
326
|
327
|
border-radius: 0.06rem;
|
327
|
328
|
input {
|
|
@@ -341,10 +342,10 @@ export default {
|
341
|
342
|
}
|
342
|
343
|
|
343
|
344
|
.inputbox2 {
|
344
|
|
- width: 84%;
|
|
345
|
+ width: 92%;
|
345
|
346
|
height: 0.4rem;
|
346
|
347
|
background-color: rgba(232, 224, 220, 1);
|
347
|
|
- margin-left: calc(8%);
|
|
348
|
+ margin-left: calc(4%);
|
348
|
349
|
margin-bottom: 0.08rem;
|
349
|
350
|
border-radius: 0.06rem;
|
350
|
351
|
input {
|
|
@@ -363,17 +364,17 @@ export default {
|
363
|
364
|
}
|
364
|
365
|
}
|
365
|
366
|
.textareabox1 {
|
366
|
|
- width: 84%;
|
|
367
|
+ width: 92%;
|
367
|
368
|
height: 0.8rem;
|
368
|
369
|
background-color: rgba(220, 229, 236, 0.63);
|
369
|
370
|
border-radius: 0.06rem;
|
370
|
|
- margin-left: calc(8%);
|
|
371
|
+ margin-left: calc(4%);
|
371
|
372
|
.addressarea {
|
372
|
373
|
width: 100%;
|
373
|
374
|
height: 100%;
|
374
|
375
|
margin-top: 0.08rem;
|
375
|
376
|
background-color: rgba(255, 255, 255, 0);
|
376
|
|
- text-indent: 0.12rem;
|
|
377
|
+ margin-left: 0.12rem;
|
377
|
378
|
}
|
378
|
379
|
textarea::-webkit-input-placeholder {
|
379
|
380
|
font-size: 0.16rem;
|
|
@@ -385,17 +386,17 @@ export default {
|
385
|
386
|
}
|
386
|
387
|
|
387
|
388
|
.textareabox2 {
|
388
|
|
- width: 84%;
|
|
389
|
+ width: 92%;
|
389
|
390
|
height: 0.8rem;
|
390
|
391
|
background-color: rgba(232, 224, 220, 1);
|
391
|
392
|
border-radius: 0.06rem;
|
392
|
|
- margin-left: calc(8%);
|
|
393
|
+ margin-left: calc(4%);
|
393
|
394
|
.addressarea {
|
394
|
395
|
width: 100%;
|
395
|
396
|
height: 100%;
|
396
|
397
|
margin-top: 0.08rem;
|
397
|
398
|
background-color: rgba(255, 255, 255, 0);
|
398
|
|
- text-indent: 0.12rem;
|
|
399
|
+ margin-left: 0.12rem;
|
399
|
400
|
}
|
400
|
401
|
textarea::-webkit-input-placeholder {
|
401
|
402
|
font-size: 0.16rem;
|
|
@@ -411,9 +412,11 @@ export default {
|
411
|
412
|
display: flex;
|
412
|
413
|
align-items: center;
|
413
|
414
|
justify-content: center;
|
414
|
|
- position: absolute;
|
415
|
|
- left: 0;
|
416
|
|
- bottom: 0.32rem;
|
|
415
|
+ padding: 0.32rem 0;
|
|
416
|
+ // padding-top: 0.32rem;
|
|
417
|
+ // position: fixed;
|
|
418
|
+ // left: 0;
|
|
419
|
+ // bottom: 0.32rem;
|
417
|
420
|
|
418
|
421
|
.SubmitBtn1 {
|
419
|
422
|
width: 44%;
|
|
@@ -427,6 +430,7 @@ export default {
|
427
|
430
|
font-weight: bolder;
|
428
|
431
|
color: rgba(255, 255, 255, 1);
|
429
|
432
|
line-height: 0.28rem;
|
|
433
|
+ // padding-top: 0.32rem;
|
430
|
434
|
}
|
431
|
435
|
.SubmitBtn2 {
|
432
|
436
|
width: 44%;
|
|
@@ -440,6 +444,7 @@ export default {
|
440
|
444
|
font-weight: bolder;
|
441
|
445
|
color: rgba(255, 255, 255, 1);
|
442
|
446
|
line-height: 0.28rem;
|
|
447
|
+ margin-top: 1rem;
|
443
|
448
|
}
|
444
|
449
|
}
|
445
|
450
|
}
|