app/template/default/Block/favorite.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. {% block stylesheet %}
  9. <style>
  10. .flex{
  11.     display: flex;
  12.     justify-content: space-between;
  13.     border: 3px solid red;
  14.     width: 75%;
  15. }
  16. </style>
  17. {% endblock %}
  18. <div>
  19.     <div>
  20.         <div>
  21.             <div class="flex">
  22.                 <a href="#" onclick="bookmark(location.href, '東和建設')">
  23.                     <p><img src="./html/user_data/assets/images_juchi/arrow_dblue.gif">お気に入りに追加</p>
  24.                 </a>
  25.             </div>
  26.         <div>
  27.     </div>
  28. </div>