app/template/default/Block/top_glossary_5.twig line 1

Open in your IDE?
  1. {% block main %}
  2. <style>
  3. .main_box_j {
  4.   background-color: ;
  5.   width: auto;
  6.   height: auto;
  7.   margin-top: 0px;
  8.   margin-right: auto; 
  9.   margin-left: auto;
  10.   border-radius: 6px;
  11.   {#position: relative;#}
  12. }
  13. .box_j1 {
  14.   display: flex;
  15.   flex-wrap: wrap;
  16.   justify-content: space-around;  
  17.   background-color: ;
  18.   width: 100%;
  19.   margin-top: px;
  20.   margin-right: auto; 
  21.   margin-left: auto;
  22.   {#position: relative;#}
  23.   {#z-index: 9999;#}
  24. }
  25. .box_j2 {
  26.   display: flex;
  27.   flex-wrap: wrap;
  28.   justify-content: space-around;    
  29.   background-color: #fff;
  30.   float: left;
  31.   width: 100%;
  32.   height: auto;
  33.   margin-top: 10px;
  34.   margin-bottom: 10px;
  35.   border: solid 1px #dcdcdc;
  36. }
  37. .box_j3 {
  38.   display: flex;
  39.   flex-wrap: wrap;
  40.   justify-content: space-around;        
  41.   width: 150px;    
  42.   height: 150px;    
  43.   margin-top: px;
  44.   margin-bottom: 30px;
  45. }
  46. /*dummy <a href="#" style="pointer-events: none; text-decoration: none;">*/
  47. .box_j4 {
  48.   background-color: #;    
  49.   display: flex;
  50.   flex-wrap: wrap;
  51.   justify-content: space-around;        
  52.   width: 150px;    
  53.   height: 150px;    
  54.   margin-top: -10px;
  55.   margin-bottom: 30px;    
  56. }
  57. .box_j5 {
  58.   width: 100%;
  59.   height: auto;
  60.   text-align: left;
  61. }
  62. .pexample_j1 {
  63.   color: #000;    
  64.   margin-top: 10px;    
  65.   margin: left;    
  66.   margin-left: 10px;
  67.   width: 100%;     
  68.   height: 24px;
  69.   font-weight: 500;
  70. }
  71. .pexample_j2 {
  72.   color: #000;    
  73.   margin-top: 4px;    
  74.   font-size: 11px;
  75.   margin: left;    
  76.   width: 300px;     
  77.   height: 12px;
  78.   font-weight: 400;
  79. }
  80. .pexample_j3 {
  81.   text-align: left;    
  82.   margin: left;    
  83.   margin-left: 10px;
  84.   color: #4682b4;    
  85.   margin-top: -2px;
  86.   margin-bottom: 20px;
  87.   font-size: 12px;
  88.   width: 300px;     
  89.   height: 12px;
  90.   font-weight: 400;
  91. }
  92. </style>
  93. <div class="ec-role">
  94.     <div class="main_box_j">
  95.         <div class="box_j1">
  96.             <div class="box_j2">
  97.                 <p class="pexample_j1">【AIRTEC】エアーコンプレッサー</p>
  98.                 <div class="box_j3">
  99.                     <a href="{{ url('homepage') }}products/detail/721">
  100.                     <img src="{{ url('homepage') }}html/user_data/assets/img/AIRTEC/CP-251_300_300.png"></a>
  101.                     <p class="pexample_j2"><font color="green">【100V】</font>CP-251</p>
  102.                 </div>
  103.                 <div class="box_j3">    
  104.                     <a href="{{ url('homepage') }}products/detail/711"> 
  105.                     <img src="{{ url('homepage') }}html/user_data/assets/img/AIRTEC/BCP-391_300_300.png"></a>
  106.                     <p class="pexample_j2"><font color="green">【100V/ベルト式】</font>BCP-391</p>
  107.                 </div>    
  108.                 <div class="box_j3">    
  109.                     <a href="{{ url('homepage') }}products/detail/712">
  110.                     <img src="{{ url('homepage') }}html/user_data/assets/img/AIRTEC/BCP-392_300_300.png"></a>
  111.                     <p class="pexample_j2"><font color="green">【200V/ベルト式】</font>BCP-392</p>
  112.                 </div>    
  113.                 <div class="box_j3">    
  114.                     <a href="https://www.nakatomishop.com/products/detail/713">
  115.                     <img src="{{ url('homepage') }}html/user_data/assets/img/AIRTEC/ECP-39_300_300.png"></a>
  116.                     <p class="pexample_j2"><font color="green">【エンジン/ベルト式】</font>ECP-39</p>
  117.                 </div>
  118.                 <div class="box_j3">    
  119.                     <a href="{{ url('homepage') }}products/detail/714">
  120.                     <img src="{{ url('homepage') }}html/user_data/assets/img/AIRTEC/DCP-12BC_300_300.png"></a>
  121.                     <p class="pexample_j2"><font color="green">【DC】</font>DCP-12BC</p>
  122.                 </div>    
  123.                 <div class="box_j3">    
  124.                     <a href="{{ url('homepage') }}products/detail/715">
  125.                     <img src="{{ url('homepage') }}html/user_data/assets/img/AIRTEC/DCP-24BC_300_300.png"></a>
  126.                     <p class="pexample_j2"><font color="green">【DC】</font>DCP-24BC</p>
  127.                 </div>    
  128.                 <div class="box_j5">  
  129.                     <a href="{{ url('homepage') }}user_data/airtec">
  130.                     <p class="pexample_j3">【AIETEC】ページへ移動</p></a>
  131.                 </div>
  132.             </div>    
  133.         </div>    
  134.     </div>
  135. </div>
  136. {% endblock %}