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

Open in your IDE?
  1. <style>
  2. /* ボタン幅短いver */
  3. /* .top_work_contents_info_btn {
  4.   display: block;
  5.   text-align: center;
  6.   margin: 10px auto 0;
  7.   padding: 5px 5px;
  8.   -webkit-border-radius: 20px;
  9.   -moz-border-radius: 20px;
  10.   border-radius: 20px;
  11.   border: 1px solid #000;
  12.   position: relative;
  13.   top: 36px;
  14.   width: 30%;
  15.   margin: 0 auto;
  16. } */
  17. /*ウィンドウ幅が767px以上の場合に適用*/
  18. @media screen and (min-width: 767px) {
  19.   .d_contents2 {
  20.     padding: 0;
  21.     }
  22. }
  23. /*ウィンドウ幅が最大767pxまでの場合に適用*/
  24. @media screen and (max-width: 767px) { 
  25. }
  26. </style>
  27. <div class="d_main2 clearfix">
  28. <section class="d_contents2">
  29.     <h2 class="d_item_title">取付工事について</h2>
  30.     <div class="t_flexBox" style="float: left;width:100%;">
  31.       <div class="l_items_default" style="width: 100%;">
  32.         <div class="txt t_flexBox" style="padding-top: 10px;">
  33.           <div class="img_width">
  34.             <p class="content-text">
  35. 取付工事内容や費用は環境によって異なります。<br>
  36. 詳細確認・工事依頼はこちらからお気軽にお問い合わせください。<br>
  37. 写真を添付していただけます。<br>
  38.             </p>
  39.           </div>
  40.         </div>
  41.         {# /* ボタン幅短いver */ #}
  42.         {# <a href="/contact_works" class="top_work_contents_info_btn" style="border:">取付工事のご相談・受付</a> #}
  43.         <a href="{{ eccube_config.multipure_contact_works }}" class="l_item_btn" style="border:">取付工事のご相談・受付</a>
  44.       <br style="clear: both;">
  45.       </div>
  46.   </div>
  47. </section>
  48. </div>