質問編集履歴

4

HTML及びCSS修正

2019/07/02 00:58

投稿

toll_tree
toll_tree

スコア199

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,109 @@
4
4
 
5
5
  ```html
6
6
 
7
+ <!DOCTYPE html>
8
+
9
+ <html lang="ja">
10
+
11
+ <head>
12
+
13
+ <meta charset="utf-8">
14
+
15
+ <title>情報入力</title>
16
+
17
+ <link rel="stylesheet" href="/css/styles.css">
18
+
19
+ </head>
20
+
21
+ <body>
22
+
23
+ <!-- <header>
24
+
25
+ <div class="header_top">
26
+
27
+ <a class="svg_header_logo" href="http://localhost"></a>
28
+
29
+ <p>テスト</p>
30
+
31
+ </div>
32
+
33
+ <div class="clearfix vets_number">
34
+
35
+ <p><span class="font_bold">医院TEL</span><a href="000-0000-0000">000-0000-0000</a></p>
36
+
37
+ </div>
38
+
39
+ <div class="purpose">
40
+
41
+ <p>情報入力</p>
42
+
43
+ </div>
44
+
45
+ </header> -->
46
+
7
- <div class="top_content">
47
+ <div class="top_content">
48
+
49
+ <!-- <ul class="page_list">
50
+
51
+ <li>
52
+
53
+ <i class="check_circle_svg"></i>
54
+
55
+ <p>来院目的</p>
56
+
57
+ </li>
58
+
59
+ <li>»</li>
60
+
61
+ <li>
62
+
63
+ <i class="check_circle_svg"></i>
64
+
65
+ <p>予約日選択</p>
66
+
67
+ </li>
68
+
69
+ <li>»</li>
70
+
71
+ <li>
72
+
73
+ <i class="check_circle_svg"></i>
74
+
75
+ <p>予約時間選択</p>
76
+
77
+ </li>
78
+
79
+ <li>»</li>
80
+
81
+ <li>
82
+
83
+ <i class="black_circle_svg"></i>
84
+
85
+ <p>情報入力</p>
86
+
87
+ </li>
88
+
89
+ <li>»</li>
90
+
91
+ <li>
92
+
93
+ <i class="circle_svg"></i>
94
+
95
+ <p>入力確認</p>
96
+
97
+ </li>
98
+
99
+ <li>»</li>
100
+
101
+ <li>
102
+
103
+ <i class="circle_svg"></i>
104
+
105
+ <p>登録完了</p>
106
+
107
+ </li>
108
+
109
+ </ul> -->
8
110
 
9
111
  <div class="input_info_box">
10
112
 
@@ -14,7 +116,7 @@
14
116
 
15
117
  <tr><th>来院目的</th><td>初めての来院(初めて〇〇〇動物病院に来院さ…</td></tr>
16
118
 
17
- <tr><th>希望日時</th><td>2019年06月15日()10時30分</td></tr>
119
+ <tr><th>希望日時</th><td>2019年0701日()10時00分</td></tr>
18
120
 
19
121
  </table>
20
122
 
@@ -22,7 +124,23 @@
22
124
 
23
125
  </div>
24
126
 
127
+
128
+
129
+
130
+
25
- </div
131
+ </div>
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+ </body>
142
+
143
+ </html>
26
144
 
27
145
  ```
28
146
 
@@ -34,26 +152,28 @@
34
152
 
35
153
  }
36
154
 
155
+ /*
156
+
37
157
  p{
38
158
 
39
159
  margin:0;
40
160
 
41
161
  }
42
162
 
163
+
164
+
43
165
  ul{
44
166
 
45
167
  list-style:none;
46
168
 
47
169
  }
48
170
 
49
- .header_top {
171
+ .header_top {
50
172
 
51
173
  width:100%;
52
174
 
53
175
  height:45px;
54
176
 
55
- /* text-align:center; */
56
-
57
177
  background-color:#1625d9ad;
58
178
 
59
179
  height:45px;
@@ -308,9 +428,9 @@
308
428
 
309
429
  }
310
430
 
311
-
431
+ */
432
+
312
-
433
+ /*
313
-
314
434
 
315
435
  .check_circle_svg{
316
436
 
@@ -386,15 +506,15 @@
386
506
 
387
507
  margin-bottom:5px;
388
508
 
389
- }
509
+ } */
390
-
391
-
392
-
510
+
511
+
512
+
393
- .calendar_table{
513
+ /* .calendar_table{
394
514
 
395
515
  border-collapse: collapse;
396
516
 
397
- border: solid 2px orange;/*表全体を線で囲う*/
517
+ border: solid 2px orange;
398
518
 
399
519
  width:100%;
400
520
 
@@ -442,347 +562,345 @@
442
562
 
443
563
  /* color: #fff; */
444
564
 
565
+ /* border-radius: 3px;
566
+
567
+ } */
568
+
569
+ /* .next_calendar input[type="submit"]:hover{
570
+
571
+ background:none;
572
+
573
+ background:-webkit-linear-gradient(top, #ec6b0f 50%, #cf8648)
574
+
575
+ }
576
+
577
+
578
+
579
+ .day{
580
+
581
+ background-color:#FFC746;
582
+
583
+ }
584
+
585
+ th{
586
+
587
+ font-weight:normal;
588
+
589
+ }
590
+
591
+ .sunday{
592
+
593
+ color:red;
594
+
595
+ }
596
+
597
+ .saturday{
598
+
599
+ color:#5796f4;
600
+
601
+ }
602
+
603
+ td{
604
+
605
+
606
+
607
+ border : 1px solid orange;
608
+
609
+ width:66px;
610
+
611
+
612
+
613
+ }
614
+
615
+
616
+
617
+ .reserved_date{
618
+
619
+ text-align:center;
620
+
621
+ font-size:16px;
622
+
623
+ font-weight:800;
624
+
625
+ }
626
+
627
+
628
+
629
+ .calendar_day_p{
630
+
631
+ padding-left:5px;
632
+
633
+ }
634
+
635
+ .calendar_button:hover{
636
+
637
+ background:none;
638
+
639
+ background:linear-gradient(to bottom,#d3d2d2,silver 50%,#afafaf);
640
+
641
+
642
+
643
+ }
644
+
645
+
646
+
647
+ .calendar_button{
648
+
649
+ background:linear-gradient(to bottom,#f3f3f3,#e2e2e2 50%,#d1d1d1);
650
+
651
+ background-color:#d1d1d1;
652
+
653
+ width: 53px;
654
+
655
+ height: 31px;
656
+
657
+ border: 1px solid silver;
658
+
659
+ border-radius:3px;
660
+
661
+ margin-left:6px;
662
+
663
+ color:#6ea1ff;
664
+
665
+ margin-bottom:3px;
666
+
667
+
668
+
669
+ }
670
+
671
+
672
+
673
+ .back_button{
674
+
675
+ margin: 20px 180px;
676
+
677
+ color: white;
678
+
679
+ text-shadow: 0 1px 0 #8d0909;
680
+
681
+ width: 26%;
682
+
683
+ background: linear-gradient(to bottom,#f07e7e,#ec5757 50%,#ff0000);
684
+
685
+ border: 1px solid #d1001d;
686
+
445
687
  border-radius: 3px;
446
688
 
689
+ height: 30px;
690
+
447
- }
691
+ }
692
+
693
+
694
+
448
-
695
+ .back_button:hover{
696
+
697
+ background:none;
698
+
699
+ background:linear-gradient(to bottom,#db0b0b,#bc3232 50%,#a82e2e);
700
+
701
+ }
702
+
703
+
704
+
705
+ .back_calendar{
706
+
707
+ width:20%;
708
+
709
+ display:inline-block;
710
+
711
+ }
712
+
713
+ .back_calendar input[type="submit"]{
714
+
715
+ padding:3px 38px;
716
+
717
+ background-color: orange;
718
+
719
+ border: solid 1px #aa7b34;
720
+
721
+ background: -webkit-linear-gradient(top, #faa200 50%, #ffba54);
722
+
723
+ border-radius: 3px;
724
+
725
+ } */
726
+
727
+ /*
728
+
449
- .next_calendar input[type="submit"]:hover{
729
+ .back_calendar input[type="submit"]:hover{
450
730
 
451
731
  background:none;
452
732
 
453
- background:-webkit-linear-gradient(top, #ec6b0f 50%, #cf8648)
733
+ background:-webkit-linear-gradient(top, #ec6b0f 50%, #cf8648);
454
-
734
+
455
- }
735
+ }
456
-
457
-
458
-
736
+
459
- .day{
737
+ .next_title_day{
738
+
460
-
739
+ width: 31%;
740
+
741
+ display: inline-block;
742
+
461
- background-color:#FFC746;
743
+ margin: 0 36% 0 11%;
744
+
462
-
745
+ font-size: 19px
746
+
463
- }
747
+ }
464
-
748
+
465
- th{
749
+ .reservation_title_letter{
466
-
750
+
467
- font-weight:normal;
751
+ text-align:center;
468
-
752
+
469
- }
753
+ }
754
+
470
-
755
+ .reservation_title_letter h3{
756
+
757
+ margin-bottom: 7px;
758
+
759
+ font-size: 18px;
760
+
761
+ }
762
+
763
+ .reservation_title_letter p{
764
+
765
+ font-weight:600;
766
+
767
+ }
768
+
769
+
770
+
771
+ .is_reservation_time{
772
+
471
- .sunday{
773
+ margin:7px;
472
774
 
473
775
  color:red;
474
776
 
475
777
  }
476
778
 
477
- .saturday{
478
-
479
- color:#5796f4;
480
-
481
- }
482
-
483
- td{
484
-
485
-
486
-
487
- border : 1px solid orange;
488
-
489
- width:66px;
490
-
491
-
492
-
493
- }
494
-
495
-
496
-
497
- .reserved_date{
498
-
499
- text-align:center;
500
-
501
- font-size:16px;
502
-
503
- font-weight:800;
504
-
505
- }
506
-
507
-
508
-
509
- .calendar_day_p{
510
-
511
- padding-left:5px;
512
-
513
- }
514
-
515
- .calendar_button:hover{
779
+ .reserve_time_list p{
780
+
781
+ display:inline-block;
782
+
783
+
784
+
785
+ }
786
+
787
+ .reserve_status{
788
+
789
+ border: 1px solid orange;
790
+
791
+ margin-top:20px;
792
+
793
+ }
794
+
795
+ .reserve_status_left{
796
+
797
+ margin-right:30px;
798
+
799
+ }
800
+
801
+ .reserve_status p{
802
+
803
+ background-color: #ffce75;
804
+
805
+ padding: 3px 22px 0 22px;
806
+
807
+ line-height: 3;
808
+
809
+ height: 50px;
810
+
811
+ border-right:1px solid orange;
812
+
813
+
814
+
815
+
816
+
817
+
818
+
819
+ }
820
+
821
+ .reserve_status form{
822
+
823
+ display:inline-block;
824
+
825
+ width: 145px;
826
+
827
+ text-align: center;
828
+
829
+ }
830
+
831
+
832
+
833
+ .flex{
834
+
835
+ display: flex;
836
+
837
+ }
838
+
839
+ .reserved_time_button{
840
+
841
+ width:73px;
842
+
843
+ height:33px;
844
+
845
+ margin:10px 0;
846
+
847
+ }
848
+
849
+ .reserve_status .no_reservation{
516
850
 
517
851
  background:none;
518
852
 
519
- background:linear-gradient(to bottom,#d3d2d2,silver 50%,#afafaf);
520
-
521
-
522
-
523
- }
524
-
525
-
526
-
527
- .calendar_button{
528
-
529
- background:linear-gradient(to bottom,#f3f3f3,#e2e2e2 50%,#d1d1d1);
530
-
531
- background-color:#d1d1d1;
532
-
533
- width: 53px;
853
+ width: 145px;
534
-
535
- height: 31px;
854
+
536
-
537
- border: 1px solid silver;
538
-
539
- border-radius:3px;
540
-
541
- margin-left:6px;
542
-
543
- color:#6ea1ff;
544
-
545
- margin-bottom:3px;
546
-
547
-
548
-
549
- }
550
-
551
-
552
-
553
- .back_button{
554
-
555
- margin: 20px 180px;
556
-
557
- color: white;
558
-
559
- text-shadow: 0 1px 0 #8d0909;
560
-
561
- width: 26%;
562
-
563
- background: linear-gradient(to bottom,#f07e7e,#ec5757 50%,#ff0000);
564
-
565
- border: 1px solid #d1001d;
566
-
567
- border-radius: 3px;
568
-
569
- height: 30px;
570
-
571
- }
572
-
573
-
574
-
575
- .back_button:hover{
576
-
577
- background:none;
578
-
579
- background:linear-gradient(to bottom,#db0b0b,#bc3232 50%,#a82e2e);
580
-
581
- }
582
-
583
-
584
-
585
- .back_calendar{
586
-
587
- width:20%;
588
-
589
- display:inline-block;
590
-
591
- }
592
-
593
- .back_calendar input[type="submit"]{
594
-
595
- padding:3px 38px;
596
-
597
- background-color: orange;
598
-
599
- border: solid 1px #aa7b34;
600
-
601
- background: -webkit-linear-gradient(top, #faa200 50%, #ffba54);
602
-
603
- /* color: #fff; */
604
-
605
- border-radius: 3px;
606
-
607
- }
608
-
609
-
610
-
611
- .back_calendar input[type="submit"]:hover{
612
-
613
- background:none;
614
-
615
- background:-webkit-linear-gradient(top, #ec6b0f 50%, #cf8648);
616
-
617
- }
618
-
619
- .next_title_day{
620
-
621
- width: 31%;
622
-
623
- display: inline-block;
624
-
625
- margin: 0 36% 0 11%;
626
-
627
- font-size: 19px
628
-
629
- }
630
-
631
- .reservation_title_letter{
632
-
633
- text-align:center;
855
+ text-align:center;
634
-
635
- }
856
+
636
-
637
- .reservation_title_letter h3{
638
-
639
- margin-bottom: 7px;
857
+ padding:0;
640
-
641
- font-size: 18px;
858
+
642
-
643
- }
644
-
645
- .reservation_title_letter p{
646
-
647
- font-weight:600;
859
+ border-right:none;
648
-
649
- }
650
-
651
-
652
-
653
- .is_reservation_time{
654
-
655
- margin:7px;
656
860
 
657
861
  color:red;
658
862
 
863
+ } */
864
+
865
+
866
+
867
+ table.input_info_table {
868
+
869
+ border-collapse: collapse;
870
+
871
+ border-spacing: 0;
872
+
873
+ width:600px;
874
+
875
+ table-layout: fixed;
876
+
659
- }
877
+ }
660
-
661
- .reserve_time_list p{
878
+
662
-
879
+
880
+
881
+
882
+
663
- display:inline-block;
883
+ .input_info_table th, .input_info_table td {
664
-
665
-
666
-
667
- }
668
-
669
- .reserve_status{
670
884
 
671
885
  border: 1px solid orange;
672
886
 
673
- margin-top:20px;
887
+ padding: 3px 10px;
888
+
674
-
889
+ font-size: 14px;
890
+
891
+ height: 34px;
892
+
675
- }
893
+ }
676
-
894
+
677
- .reserve_status_left{
895
+ .input_info_table th {
896
+
678
-
897
+ /* border: 1px solid orange; */
898
+
679
- margin-right:30px;
899
+ padding: 3px 10px;
680
-
681
- }
682
-
683
- .reserve_status p{
684
900
 
685
901
  background-color: #ffce75;
686
902
 
687
- padding: 3px 22px 0 22px;
688
-
689
- line-height: 3;
690
-
691
- height: 50px;
692
-
693
- border-right:1px solid orange;
694
-
695
-
696
-
697
-
698
-
699
-
700
-
701
- }
702
-
703
- .reserve_status form{
704
-
705
- display:inline-block;
706
-
707
- width: 145px;
903
+ width: 40px;
708
-
709
- text-align: center;
710
-
711
- }
712
-
713
-
714
-
715
- .flex{
716
-
717
- display: flex;
718
-
719
- }
720
-
721
- .reserved_time_button{
722
-
723
- width:73px;
724
-
725
- height:33px;
726
-
727
- margin:10px 0;
728
-
729
- }
730
-
731
- .reserve_status .no_reservation{
732
-
733
- background:none;
734
-
735
- width: 145px;
736
-
737
- text-align:center;
738
-
739
- padding:0;
740
-
741
- border-right:none;
742
-
743
- color:red;
744
-
745
- }
746
-
747
- table.input_info_table {
748
-
749
- border-collapse: collapse;
750
-
751
- border-spacing: 0;
752
-
753
- width:600px;
754
-
755
- table-layout: fixed;
756
-
757
- }
758
-
759
-
760
-
761
-
762
-
763
-
764
-
765
- .input_info_table th, .input_info_table td {
766
-
767
- border: 1px solid orange;
768
-
769
- padding: 3px 10px;
770
-
771
- font-size: 14px;
772
-
773
- height: 34px;
774
-
775
- }
776
-
777
- .input_info_table th {
778
-
779
- /* border: 1px solid orange; */
780
-
781
- padding: 3px 10px;
782
-
783
- background-color: #ffce75;
784
-
785
- width: 200px;
786
904
 
787
905
  text-align: right;
788
906
 
@@ -800,14 +918,6 @@
800
918
 
801
919
  }
802
920
 
803
- .top_content{
804
-
805
- width:34%;
806
-
807
- margin:0 auto;
808
-
809
- }
810
-
811
921
 
812
922
 
813
923
  ```
@@ -827,3 +937,9 @@
827
937
  こちらの現象につきまして、解決法などご存じの方いらっしゃいましたら、教えて頂きましたら幸いです。
828
938
 
829
939
  よろしくお願いします。
940
+
941
+ **追記です**
942
+
943
+ 該当の画像のtable部分のHTML,CSS以外の原因の可能性もあります為、全てのHTML及びCSSを記載いたします。
944
+
945
+ 該当の部分以外はコメントアウトしてあります。

3

CSS修正

2019/07/02 00:58

投稿

toll_tree
toll_tree

スコア199

test CHANGED
File without changes
test CHANGED
@@ -28,6 +28,722 @@
28
28
 
29
29
  ```css
30
30
 
31
+ body{
32
+
33
+ margin:0;
34
+
35
+ }
36
+
37
+ p{
38
+
39
+ margin:0;
40
+
41
+ }
42
+
43
+ ul{
44
+
45
+ list-style:none;
46
+
47
+ }
48
+
49
+ .header_top {
50
+
51
+ width:100%;
52
+
53
+ height:45px;
54
+
55
+ /* text-align:center; */
56
+
57
+ background-color:#1625d9ad;
58
+
59
+ height:45px;
60
+
61
+ border-bottom:2px solid #497797;
62
+
63
+ }
64
+
65
+ .header_top a {
66
+
67
+ background:no-repeat;
68
+
69
+ display: block;
70
+
71
+ height:50px;
72
+
73
+ width:11%;
74
+
75
+ float:left;
76
+
77
+ background-image:url(../images/top_logo.svg);
78
+
79
+ }
80
+
81
+ .header_top p{
82
+
83
+ padding-top:10px;
84
+
85
+ text-align:center;
86
+
87
+ color:white;
88
+
89
+ margin:0;
90
+
91
+ padding-right:11%;
92
+
93
+ font-weight:bold;
94
+
95
+ }
96
+
97
+ .clearfix:after{
98
+
99
+
100
+
101
+ content:"";
102
+
103
+ display:block;
104
+
105
+ height:0;
106
+
107
+ clear:both;
108
+
109
+ visibility:hidden;
110
+
111
+
112
+
113
+ }
114
+
115
+
116
+
117
+ .vets_number{
118
+
119
+ width:100%;
120
+
121
+ text-align:center;
122
+
123
+ background-color:#f8ce82;
124
+
125
+ border-bottom:1px solid #8d8d88d6;
126
+
127
+ }
128
+
129
+
130
+
131
+
132
+
133
+ .font_bold{
134
+
135
+ font-weight: bold;
136
+
137
+ }
138
+
139
+
140
+
141
+ .vets_number p{
142
+
143
+ margin-right:10%;
144
+
145
+ }
146
+
147
+
148
+
149
+ .vets_number a{
150
+
151
+ margin-left:15px;
152
+
153
+ }
154
+
155
+ .purpose{
156
+
157
+ width:100%;
158
+
159
+ height:40px;
160
+
161
+ text-align:center;
162
+
163
+ background-color:#bebeb82e;
164
+
165
+ border-bottom:1px solid #aaaaa4b8;
166
+
167
+ }
168
+
169
+ .purpose p {
170
+
171
+ line-height:2.5;
172
+
173
+
174
+
175
+ }
176
+
177
+ .black_circle_svg{
178
+
179
+ height: 20px;
180
+
181
+ display: block;
182
+
183
+ width: 20px;
184
+
185
+ background:url('../images/black_point.svg');
186
+
187
+ }
188
+
189
+
190
+
191
+ .circle_svg{
192
+
193
+ height: 20px;
194
+
195
+ display: block;
196
+
197
+ width: 20px;
198
+
199
+ background:url('../images/circle.svg');
200
+
201
+ }
202
+
203
+
204
+
205
+ .page_list{
206
+
207
+ display:flex;
208
+
209
+ justify-content: center;
210
+
211
+ }
212
+
213
+ .page_list li:not(:nth-child(3)):not(:nth-child(5)) i{
214
+
215
+ margin-left:16px;
216
+
217
+ }
218
+
219
+ .page_list li:nth-child(3) i{
220
+
221
+ margin-left:25px;
222
+
223
+ }
224
+
225
+ .page_list li:nth-child(5) i{
226
+
227
+ margin-left:30px;
228
+
229
+ }
230
+
231
+
232
+
233
+ .page_list p{
234
+
235
+ font-size:0.85em;
236
+
237
+ }
238
+
239
+
240
+
241
+ .top_content{
242
+
243
+ width:34%;
244
+
245
+ margin:0 auto;
246
+
247
+ }
248
+
249
+
250
+
251
+ .choose_purpose{
252
+
253
+ text-align:center;
254
+
255
+ font-size:20px;
256
+
257
+ }
258
+
259
+
260
+
261
+ .choose_btn:not(:hover){
262
+
263
+ background: -webkit-linear-gradient(top, #f69000 50%, #fdb140);
264
+
265
+ }
266
+
267
+
268
+
269
+ .choose_btn{
270
+
271
+ width:70%;
272
+
273
+ text-align:left;
274
+
275
+ cursor:default;
276
+
277
+ margin: 0 auto;
278
+
279
+ margin-left: 55px;
280
+
281
+ margin-bottom: 8px;
282
+
283
+ color: #fff;
284
+
285
+ background-color: #ff5e00;
286
+
287
+ border-radius: 3px;
288
+
289
+ box-shadow: 0px 0px 2px #7e8183e6;
290
+
291
+ border:1px solid #c59336;
292
+
293
+ font-size:14px;
294
+
295
+ display:block;
296
+
297
+ text-decoration:none;
298
+
299
+ text-shadow:0 1px 0 #ba3a00;
300
+
301
+ }
302
+
303
+ .index_purpose_button{
304
+
305
+ width:100%;
306
+
307
+
308
+
309
+ }
310
+
311
+
312
+
313
+
314
+
315
+ .check_circle_svg{
316
+
317
+ height: 20px;
318
+
319
+ display: block;
320
+
321
+ width: 20px;
322
+
323
+ background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxMy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDE0OTQ4KSAgLS0+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IiYjeDMwRUM7JiN4MzBBNDsmI3gzMEU0OyYjeDMwRkM7XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGNpcmNsZSBzdHlsZT0iZmlsbDojRkZFQkNEO3N0cm9rZTojRUM2QzFGO3N0cm9rZS13aWR0aDozOyIgY3g9IjEwIiBjeT0iMTAiIHI9IjguNSIvPjxsaW5lIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMwREM0NDI7c3Ryb2tlLXdpZHRoOjM7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7IiB4MT0iNi42IiB5MT0iMTAuOCIgeDI9IjguOCIgeTI9IjEyLjgiLz48bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojMERDNDQyO3N0cm9rZS13aWR0aDozO3N0cm9rZS1saW5lY2FwOnJvdW5kOyIgeDE9IjE0LjMiIHkxPSI2LjkiIHgyPSI5LjEiIHkyPSIxMyIvPjwvc3ZnPg==");
324
+
325
+ }
326
+
327
+
328
+
329
+ .calendar_title{
330
+
331
+ text-align: center;
332
+
333
+ font-size:20px;
334
+
335
+ }
336
+
337
+ .reserve_explain_box{
338
+
339
+ text-align:center;
340
+
341
+ border:1px solid orange;
342
+
343
+ border-radius:3px;
344
+
345
+ }
346
+
347
+
348
+
349
+ .reserve_explain_box p{
350
+
351
+ border-bottom:1px solid #c6c5c5;
352
+
353
+ background-color:#ffd17d;
354
+
355
+ font-size:20px;
356
+
357
+ margin-bottom:7px;
358
+
359
+ }
360
+
361
+
362
+
363
+ .explain_blue_circle{
364
+
365
+ color:#6ea1ff;
366
+
367
+
368
+
369
+ }
370
+
371
+ .left_reserve_explain{
372
+
373
+ margin-right:90px;
374
+
375
+ }
376
+
377
+ .is_reservation{
378
+
379
+ margin:7px;
380
+
381
+ }
382
+
383
+ .right_reserve_explain{
384
+
385
+ display:inline-block;
386
+
387
+ margin-bottom:5px;
388
+
389
+ }
390
+
391
+
392
+
393
+ .calendar_table{
394
+
395
+ border-collapse: collapse;
396
+
397
+ border: solid 2px orange;/*表全体を線で囲う*/
398
+
399
+ width:100%;
400
+
401
+ }
402
+
403
+
404
+
405
+ .next_calendar{
406
+
407
+ display:inline-block;
408
+
409
+ }
410
+
411
+ .calendar_list_title {
412
+
413
+ text-align:center;
414
+
415
+ margin:10px 0;
416
+
417
+ }
418
+
419
+ .current_calendar_day{
420
+
421
+ display:inline-block;
422
+
423
+ text-align:center;
424
+
425
+ width:60%;
426
+
427
+ margin-left:63px;
428
+
429
+ font-size:19px;
430
+
431
+ }
432
+
433
+ .next_calendar input[type="submit"]{
434
+
435
+ padding:3px 38px;
436
+
437
+ background-color: orange;
438
+
439
+ border: solid 1px #aa7b34;
440
+
441
+ background: -webkit-linear-gradient(top, #faa200 50%, #ffba54);
442
+
443
+ /* color: #fff; */
444
+
445
+ border-radius: 3px;
446
+
447
+ }
448
+
449
+ .next_calendar input[type="submit"]:hover{
450
+
451
+ background:none;
452
+
453
+ background:-webkit-linear-gradient(top, #ec6b0f 50%, #cf8648)
454
+
455
+ }
456
+
457
+
458
+
459
+ .day{
460
+
461
+ background-color:#FFC746;
462
+
463
+ }
464
+
465
+ th{
466
+
467
+ font-weight:normal;
468
+
469
+ }
470
+
471
+ .sunday{
472
+
473
+ color:red;
474
+
475
+ }
476
+
477
+ .saturday{
478
+
479
+ color:#5796f4;
480
+
481
+ }
482
+
483
+ td{
484
+
485
+
486
+
487
+ border : 1px solid orange;
488
+
489
+ width:66px;
490
+
491
+
492
+
493
+ }
494
+
495
+
496
+
497
+ .reserved_date{
498
+
499
+ text-align:center;
500
+
501
+ font-size:16px;
502
+
503
+ font-weight:800;
504
+
505
+ }
506
+
507
+
508
+
509
+ .calendar_day_p{
510
+
511
+ padding-left:5px;
512
+
513
+ }
514
+
515
+ .calendar_button:hover{
516
+
517
+ background:none;
518
+
519
+ background:linear-gradient(to bottom,#d3d2d2,silver 50%,#afafaf);
520
+
521
+
522
+
523
+ }
524
+
525
+
526
+
527
+ .calendar_button{
528
+
529
+ background:linear-gradient(to bottom,#f3f3f3,#e2e2e2 50%,#d1d1d1);
530
+
531
+ background-color:#d1d1d1;
532
+
533
+ width: 53px;
534
+
535
+ height: 31px;
536
+
537
+ border: 1px solid silver;
538
+
539
+ border-radius:3px;
540
+
541
+ margin-left:6px;
542
+
543
+ color:#6ea1ff;
544
+
545
+ margin-bottom:3px;
546
+
547
+
548
+
549
+ }
550
+
551
+
552
+
553
+ .back_button{
554
+
555
+ margin: 20px 180px;
556
+
557
+ color: white;
558
+
559
+ text-shadow: 0 1px 0 #8d0909;
560
+
561
+ width: 26%;
562
+
563
+ background: linear-gradient(to bottom,#f07e7e,#ec5757 50%,#ff0000);
564
+
565
+ border: 1px solid #d1001d;
566
+
567
+ border-radius: 3px;
568
+
569
+ height: 30px;
570
+
571
+ }
572
+
573
+
574
+
575
+ .back_button:hover{
576
+
577
+ background:none;
578
+
579
+ background:linear-gradient(to bottom,#db0b0b,#bc3232 50%,#a82e2e);
580
+
581
+ }
582
+
583
+
584
+
585
+ .back_calendar{
586
+
587
+ width:20%;
588
+
589
+ display:inline-block;
590
+
591
+ }
592
+
593
+ .back_calendar input[type="submit"]{
594
+
595
+ padding:3px 38px;
596
+
597
+ background-color: orange;
598
+
599
+ border: solid 1px #aa7b34;
600
+
601
+ background: -webkit-linear-gradient(top, #faa200 50%, #ffba54);
602
+
603
+ /* color: #fff; */
604
+
605
+ border-radius: 3px;
606
+
607
+ }
608
+
609
+
610
+
611
+ .back_calendar input[type="submit"]:hover{
612
+
613
+ background:none;
614
+
615
+ background:-webkit-linear-gradient(top, #ec6b0f 50%, #cf8648);
616
+
617
+ }
618
+
619
+ .next_title_day{
620
+
621
+ width: 31%;
622
+
623
+ display: inline-block;
624
+
625
+ margin: 0 36% 0 11%;
626
+
627
+ font-size: 19px
628
+
629
+ }
630
+
631
+ .reservation_title_letter{
632
+
633
+ text-align:center;
634
+
635
+ }
636
+
637
+ .reservation_title_letter h3{
638
+
639
+ margin-bottom: 7px;
640
+
641
+ font-size: 18px;
642
+
643
+ }
644
+
645
+ .reservation_title_letter p{
646
+
647
+ font-weight:600;
648
+
649
+ }
650
+
651
+
652
+
653
+ .is_reservation_time{
654
+
655
+ margin:7px;
656
+
657
+ color:red;
658
+
659
+ }
660
+
661
+ .reserve_time_list p{
662
+
663
+ display:inline-block;
664
+
665
+
666
+
667
+ }
668
+
669
+ .reserve_status{
670
+
671
+ border: 1px solid orange;
672
+
673
+ margin-top:20px;
674
+
675
+ }
676
+
677
+ .reserve_status_left{
678
+
679
+ margin-right:30px;
680
+
681
+ }
682
+
683
+ .reserve_status p{
684
+
685
+ background-color: #ffce75;
686
+
687
+ padding: 3px 22px 0 22px;
688
+
689
+ line-height: 3;
690
+
691
+ height: 50px;
692
+
693
+ border-right:1px solid orange;
694
+
695
+
696
+
697
+
698
+
699
+
700
+
701
+ }
702
+
703
+ .reserve_status form{
704
+
705
+ display:inline-block;
706
+
707
+ width: 145px;
708
+
709
+ text-align: center;
710
+
711
+ }
712
+
713
+
714
+
715
+ .flex{
716
+
717
+ display: flex;
718
+
719
+ }
720
+
721
+ .reserved_time_button{
722
+
723
+ width:73px;
724
+
725
+ height:33px;
726
+
727
+ margin:10px 0;
728
+
729
+ }
730
+
731
+ .reserve_status .no_reservation{
732
+
733
+ background:none;
734
+
735
+ width: 145px;
736
+
737
+ text-align:center;
738
+
739
+ padding:0;
740
+
741
+ border-right:none;
742
+
743
+ color:red;
744
+
745
+ }
746
+
31
747
  table.input_info_table {
32
748
 
33
749
  border-collapse: collapse;

2

誤字修正

2019/07/02 00:26

投稿

toll_tree
toll_tree

スコア199

test CHANGED
File without changes
test CHANGED
@@ -108,6 +108,6 @@
108
108
 
109
109
  今度はwidthが248pxになりました。確かに、widthは狭くなっているのですが、設定値よりも大きくなってしまっています。
110
110
 
111
- こちらの現象につきまして、解決法などご存じの方いらっしゃいましたら教えて頂きましたら幸いです。
111
+ こちらの現象につきまして、解決法などご存じの方いらっしゃいましたら教えて頂きましたら幸いです。
112
112
 
113
113
  よろしくお願いします。

1

修正

2019/07/01 18:20

投稿

toll_tree
toll_tree

スコア199

test CHANGED
File without changes
test CHANGED
@@ -108,6 +108,6 @@
108
108
 
109
109
  今度はwidthが248pxになりました。確かに、widthは狭くなっているのですが、設定値よりも大きくなってしまっています。
110
110
 
111
- こちらの現象につきまして、解決法教えて頂ましたら幸いです。
111
+ こちらの現象につきまして、解決法などご存じの方いらっしゃいましたら教えて頂ましたら幸いです。
112
112
 
113
113
  よろしくお願いします。