app/template/default/Block/topgazou.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. .top-center{
  11.     text-align: center;
  12. }
  13. .top{
  14.     width:75%;
  15.     display: block;
  16.     margin-left: auto;
  17.     margin-right: auto;
  18. }
  19. </style>
  20. {% endblock %}
  21. {% set News = repository('Eccube\\Entity\\News').findOneBy({id: 1}) %}
  22. <div class="ec-headerRole space">
  23.     <div class="ec-headerRole__title">
  24.         <div class="ec-headerTitle top-center">
  25.             <div class="ec-headerTitle__title top">
  26.                 <img src="{{ asset('assets/img/top/kazoku_02.jpg') }}" >
  27.             </div>
  28.             <p class ="text-title">千葉県南房総の田舎暮らし!海の見える海浜リゾート物件。里山古民家物件。永住・別荘向き土地住宅等不動産情報満載。</p>
  29.         </div>
  30.     </div>
  31. </div>
  32. <div id="flowing-text">
  33.     <div class="fix-box">
  34.         <div class="flowing-box">
  35.             <p class="flowing-txt">{{News.description}}</p>
  36.         </div>
  37.     </div>
  38. </div>