app/template/default/Block/QR.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. .space{
  11.     width:100%;
  12. }
  13. p .b-word{
  14.     word-break: break-all;
  15. }
  16. </style>
  17. {% endblock %}
  18. <div class="ec-headerRole space">
  19.     <div class="ec-headerRole__title">
  20.         <div class="ec-headerTitle top-center">
  21.             <div class="ec-headerTitle__title top">
  22.                 <img src="./html/user_data/assets/images_juchi/QR_Code.jpg">
  23.             </div>
  24.             <p class="b-word">上のQRコードを携帯電話のバーコードリーダーで読み込むと携帯サイトにアクセスできます。</p>
  25.         </div>
  26.     </div>
  27. </div>