Browse Source

kitagata_support-17659] 【HP更新依頼】修正2:税金のページレイアウト変更

furutaNaoki 1 year ago
parent
commit
cf161f507e
3 changed files with 20 additions and 2 deletions
  1. 10
    0
      css/second_body.css
  2. 8
    0
      css/second_body_mobile.css
  3. 2
    2
      second/Tax.html

+ 10
- 0
css/second_body.css View File

307
 }
307
 }
308
 
308
 
309
 /* template end */
309
 /* template end */
310
+
311
+/* 暮らしの情報 税金 */
312
+
313
+.taxAccordion__content {
314
+    margin-bottom: 50px;
315
+}
316
+
317
+.taxAccordion__content2 {
318
+    margin-bottom: 40px;
319
+}

+ 8
- 0
css/second_body_mobile.css View File

592
         opacity: 1;
592
         opacity: 1;
593
     }
593
     }
594
 
594
 
595
+    .taxAccordion__content {
596
+        margin-bottom: 0;
597
+    }
598
+
599
+    .taxAccordion__content2 {
600
+        margin-bottom: 0;
601
+    }
602
+
595
     article#template_list_title_2 {
603
     article#template_list_title_2 {
596
         position: relative;
604
         position: relative;
597
         display: block;
605
         display: block;

+ 2
- 2
second/Tax.html View File

413
 
413
 
414
             <div class="right_mobile">
414
             <div class="right_mobile">
415
   <h4 id="life" class="accordion__title js-accordion-title">申告について</h4>
415
   <h4 id="life" class="accordion__title js-accordion-title">申告について</h4>
416
-  <div class="accordion__content">
416
+  <div class="accordion__content taxAccordion__content">
417
     <div class="template_list">
417
     <div class="template_list">
418
       <span class="template_list">
418
       <span class="template_list">
419
         <span class="template_list_img left"><img src="../css/img/smallbutton_secondfloor.png"/></span>
419
         <span class="template_list_img left"><img src="../css/img/smallbutton_secondfloor.png"/></span>
434
     </div>
434
     </div>
435
   </div>
435
   </div>
436
   <h4 id="life" class="accordion__title js-accordion-title">納付について</h4>
436
   <h4 id="life" class="accordion__title js-accordion-title">納付について</h4>
437
-  <div class="accordion__content">
437
+  <div class="accordion__content taxAccordion__content2">
438
     <div class="template_list">
438
     <div class="template_list">
439
       <span class="template_list">
439
       <span class="template_list">
440
         <span class="template_list_img left"><img src="../css/img/smallbutton_secondfloor.png"/></span>
440
         <span class="template_list_img left"><img src="../css/img/smallbutton_secondfloor.png"/></span>

Loading…
Cancel
Save