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

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  4. http://www.ec-cube.co.jp/
  5. For the full copyright and license information, please view the LICENSE
  6. file that was distributed with this source code.
  7. #}
  8. <div class="ec-headerNaviRole">
  9.         <div class="ec-headerNaviRole__nav">
  10.             
  11.             <!-- サイトロゴ -->
  12.             
  13. {# 表示専用サイト #}
  14.             <a href="{{ app.request.schemeAndHttpHost }}">
  15.                 <img src="{{ asset('/img/banner/01_banner-top/01_logo_yume_300-300.jpg') }}" style="width: 5.5%;" />
  16.             </a>
  17.                         
  18.             <!-- まyページ -->
  19.             <a href="#">
  20.                 <img src="{{ asset('/img/banner/01_banner-top/01_to_buyer_to_my-page_300-75.jpg') }}" style="width: 22%;" />
  21.             </a>
  22.             <!-- まy登録 -->
  23.             <a href="#">
  24.                 <img src="{{ asset('/img/banner/01_banner-top/01_to_buyer_touroku_300-75.jpg') }}" style="width: 22%;" />
  25.             </a>
  26.             <!-- セラーページ -->
  27.             <a href="#">
  28.                 <img src="{{ asset('/img/banner/01_banner-top/01_seller_to_my-page_300-75.jpg') }}" style="width: 22%;" />
  29.             </a>
  30.             <!-- セラー登録 -->
  31.             <a href="#">
  32.                 <img src="{{ asset('/img/banner/01_banner-top/01_to_seller_touroku_300-75.jpg') }}" style="width: 22%;" />
  33.             </a>
  34.         </div>
  35.         {#
  36.         <div class="ec-headerRole__cart">
  37.             {{ include('Block/cart.twig') }}
  38.         </div>
  39.         #}
  40. </div>
  41. <style>
  42.     .ec-headerNaviRole__nav {
  43.     margin: 0 auto; /* 左右の余白を自動で設定してセンタリング */
  44.     text-align: center; /* 内容を水平中央に配置 */
  45. }
  46. </style>