app/template/default/Block/CustomHeader.twig line 49

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__center">
  9.     <p>5,000円(税込)以上の購入で送料無料</p>
  10. </div>
  11. <div class="ec-headerNaviRoles">
  12.     
  13.     <div class="ec-headerNaviRole__left">
  14.         <div class="customLogo">
  15.         <a href="{{ url('homepage') }}">
  16.             <img src="{{ asset('/html/user_data/ContentImg/iseya_logo.png') }}" alt="ショップロゴ" class="Logo-img">
  17.         </a>
  18.         </div>
  19.         <div class="ec-headerRole__navSP">
  20.             {{ include('Block/nav_sp.twig') }}
  21.         </div>
  22.     </div>
  23.     <div class="ec-headerNaviRole__right">
  24.         <div class="ec-headerNaviRole__nav">
  25.             {{ include('Block/login.twig') }}
  26.         </div>
  27.         <div class="sp-header__cart-wrapper">
  28.             <div class="ec-headerRole__cart">
  29.                 {{ include('Block/cart.twig') }}
  30.             </div>
  31.         </div>
  32.     </div>
  33.     <div class="about_SP">
  34.         <a href="{{ url('user_data', {'route': 'about'}) }}" class="about-banner">
  35.           <div class="about-banner-container">
  36.             <img src="/html/user_data/ContentImg/iseya_logo.png" alt="パン屋ロゴ" class="about-banner-logo">
  37.             <span class="about-banner-text">伊せ屋について</span>
  38.           </div>
  39.         </a>    
  40.     </div>
  41.     
  42. </div>
  43. <div class="search_bar">
  44.     {{ render(path('block_search_product')) }}
  45. </div>
  46. <style>
  47. .ec-headerNaviRole__center{
  48.     text-align: center;
  49.     background: #7e300b;
  50.     padding:0.5rem;
  51.      color: white;
  52. }
  53. .ec-cartNaviNull {
  54.     width: 300px;
  55.     
  56. }
  57. @media (max-width: 768px) {
  58. .ec-cartNavi {
  59. padding: 0 4px;
  60. }
  61. }
  62. </style>