質問編集履歴
4
書式の改善
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
headerにfixedを設定している状況で、スムーススクロール
|
1
|
+
headerにfixedを設定している状況で、スムーススクロールのずれを改善したい
|
test
CHANGED
File without changes
|
3
書式の改善:
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
headerにfixedを設定している状況で、スムーススクロールが上手くいかないです。
|
test
CHANGED
File without changes
|
2
誤字
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
headerにfixedを設定している状況で、スムーススクロールが上手くいかないです。
|
1
|
+
誤字headerにfixedを設定している状況で、スムーススクロールが上手くいかないです。
|
test
CHANGED
@@ -335,3 +335,275 @@
|
|
335
335
|
</section>
|
336
336
|
|
337
337
|
```
|
338
|
+
|
339
|
+
```scss
|
340
|
+
|
341
|
+
|
342
|
+
|
343
|
+
.price {
|
344
|
+
|
345
|
+
width: 100%;
|
346
|
+
|
347
|
+
background-color: #EEFBFB;
|
348
|
+
|
349
|
+
.price-head {
|
350
|
+
|
351
|
+
width: 100%;
|
352
|
+
|
353
|
+
padding-top: 55px;
|
354
|
+
|
355
|
+
text-align: center;
|
356
|
+
|
357
|
+
font-size: 32px;
|
358
|
+
|
359
|
+
}
|
360
|
+
|
361
|
+
.price-ing {
|
362
|
+
|
363
|
+
margin-top: 11px;
|
364
|
+
|
365
|
+
font-size: 16px;
|
366
|
+
|
367
|
+
width: 100%;
|
368
|
+
|
369
|
+
text-align: center;
|
370
|
+
|
371
|
+
color: $ing;
|
372
|
+
|
373
|
+
}
|
374
|
+
|
375
|
+
.price-table {
|
376
|
+
|
377
|
+
width: 926px;
|
378
|
+
|
379
|
+
margin: 0 auto;
|
380
|
+
|
381
|
+
margin-top: 70px;
|
382
|
+
|
383
|
+
color: $text-base-color;
|
384
|
+
|
385
|
+
}
|
386
|
+
|
387
|
+
table {
|
388
|
+
|
389
|
+
width: 100%;
|
390
|
+
|
391
|
+
box-shadow: 0px 3px 6px rgba(102, 101, 101, 0.164);
|
392
|
+
|
393
|
+
border: solid rgba(102, 101, 101, 0.164);
|
394
|
+
|
395
|
+
border-collapse:collapse;
|
396
|
+
|
397
|
+
background: #FFF;
|
398
|
+
|
399
|
+
tr {
|
400
|
+
|
401
|
+
|
402
|
+
|
403
|
+
}
|
404
|
+
|
405
|
+
|
406
|
+
|
407
|
+
td
|
408
|
+
|
409
|
+
{
|
410
|
+
|
411
|
+
padding-top: 35px;
|
412
|
+
|
413
|
+
padding-bottom: 35px;
|
414
|
+
|
415
|
+
padding-left: 30px;
|
416
|
+
|
417
|
+
text-align: left;
|
418
|
+
|
419
|
+
}
|
420
|
+
|
421
|
+
td:first-child {
|
422
|
+
|
423
|
+
width: 31%;
|
424
|
+
|
425
|
+
padding-left: 19px;
|
426
|
+
|
427
|
+
text-align: left;
|
428
|
+
|
429
|
+
}
|
430
|
+
|
431
|
+
}
|
432
|
+
|
433
|
+
.price-syousai {
|
434
|
+
|
435
|
+
width: 100%;
|
436
|
+
|
437
|
+
text-align: center;
|
438
|
+
|
439
|
+
margin-top: 36px;
|
440
|
+
|
441
|
+
color: #444444;
|
442
|
+
|
443
|
+
padding-bottom: 68px;
|
444
|
+
|
445
|
+
}
|
446
|
+
|
447
|
+
}
|
448
|
+
|
449
|
+
|
450
|
+
|
451
|
+
.contact {
|
452
|
+
|
453
|
+
width: 100%;
|
454
|
+
|
455
|
+
height: 1027px;
|
456
|
+
|
457
|
+
background: linear-gradient(90deg, #05A5FA, #67FFD6);
|
458
|
+
|
459
|
+
.contact-head {
|
460
|
+
|
461
|
+
padding-top: 63px;
|
462
|
+
|
463
|
+
width: 100%;
|
464
|
+
|
465
|
+
text-align: center;
|
466
|
+
|
467
|
+
font-size: 32px;
|
468
|
+
|
469
|
+
color: $contact-color;
|
470
|
+
|
471
|
+
}
|
472
|
+
|
473
|
+
.contact-ing {
|
474
|
+
|
475
|
+
width: 100%;
|
476
|
+
|
477
|
+
text-align: center;
|
478
|
+
|
479
|
+
margin-top: 7px;
|
480
|
+
|
481
|
+
font-size: 16px;
|
482
|
+
|
483
|
+
color: $contact-color;
|
484
|
+
|
485
|
+
}.contact-text {
|
486
|
+
|
487
|
+
margin-top: 36px;
|
488
|
+
|
489
|
+
text-align: center;
|
490
|
+
|
491
|
+
font-size: 16px;
|
492
|
+
|
493
|
+
color: $contact-color;
|
494
|
+
|
495
|
+
}.contact-form {
|
496
|
+
|
497
|
+
width: 908px;
|
498
|
+
|
499
|
+
height: 700px;
|
500
|
+
|
501
|
+
background-color: $contact-color;
|
502
|
+
|
503
|
+
margin: 0 auto;
|
504
|
+
|
505
|
+
margin-top: 44px;
|
506
|
+
|
507
|
+
}.contact-box {
|
508
|
+
|
509
|
+
padding-top: 34px;
|
510
|
+
|
511
|
+
list-style: none;
|
512
|
+
|
513
|
+
li {
|
514
|
+
|
515
|
+
font-weight: bold;
|
516
|
+
|
517
|
+
font-size: 16px;
|
518
|
+
|
519
|
+
margin-left: 63px;
|
520
|
+
|
521
|
+
.contact-nyuuryoku {
|
522
|
+
|
523
|
+
margin-top: 39px;
|
524
|
+
|
525
|
+
background-color: $form-backcolor;
|
526
|
+
|
527
|
+
border: #EEFBFB solid;
|
528
|
+
|
529
|
+
border-radius: 3px;
|
530
|
+
|
531
|
+
width: 499px;
|
532
|
+
|
533
|
+
height: 43px;
|
534
|
+
|
535
|
+
} .contact-nyuuryoku-naiyou {
|
536
|
+
|
537
|
+
width: 783px;
|
538
|
+
|
539
|
+
height: 179px;
|
540
|
+
|
541
|
+
margin-top: 39px;
|
542
|
+
|
543
|
+
background-color: $form-backcolor;
|
544
|
+
|
545
|
+
border: #EEFBFB solid;
|
546
|
+
|
547
|
+
border-radius: 3px;
|
548
|
+
|
549
|
+
}
|
550
|
+
|
551
|
+
.contact-nyuuryoku:first-child {
|
552
|
+
|
553
|
+
margin-bottom: 27px;
|
554
|
+
|
555
|
+
}
|
556
|
+
|
557
|
+
.contact-nyuuryoku:second-child {
|
558
|
+
|
559
|
+
margin-bottom: 21px;
|
560
|
+
|
561
|
+
}
|
562
|
+
|
563
|
+
}
|
564
|
+
|
565
|
+
li:last-child {
|
566
|
+
|
567
|
+
text-align: center;
|
568
|
+
|
569
|
+
margin-left: 0px;
|
570
|
+
|
571
|
+
margin-top: 27px;
|
572
|
+
|
573
|
+
}
|
574
|
+
|
575
|
+
}/* .contact-box */
|
576
|
+
|
577
|
+
.sousin-btn {
|
578
|
+
|
579
|
+
text-align: center;
|
580
|
+
|
581
|
+
}
|
582
|
+
|
583
|
+
input[type="submit"] {
|
584
|
+
|
585
|
+
color: $contact-color;
|
586
|
+
|
587
|
+
background-image: $contact-background-color;
|
588
|
+
|
589
|
+
padding: 9px 50px;
|
590
|
+
|
591
|
+
border: transparent 0px solid;
|
592
|
+
|
593
|
+
border-radius: 10px;
|
594
|
+
|
595
|
+
font-size: 14px;
|
596
|
+
|
597
|
+
font-weight: bold;
|
598
|
+
|
599
|
+
margin-top: 38px;
|
600
|
+
|
601
|
+
}
|
602
|
+
|
603
|
+
}/* .contact */
|
604
|
+
|
605
|
+
|
606
|
+
|
607
|
+
|
608
|
+
|
609
|
+
```
|
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -334,6 +334,4 @@
|
|
334
334
|
|
335
335
|
</section>
|
336
336
|
|
337
|
-
|
337
|
+
```
|
338
|
-
|
339
|
-
<script src="js/script.js"></script>
|