contact.php 603 B

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: xiaofeng
  5. * Date: 2018/4/26
  6. * Time: 上午11:11
  7. */
  8. use mobile\assets\AppAsset;
  9. use yii\widgets\LinkPager;
  10. $this->title = '联系我们';
  11. ?>
  12. <style>
  13. body{
  14. background: #fff;
  15. }
  16. .puic_wid{
  17. width: 92%;
  18. margin: 0 auto;
  19. line-height: 30px;
  20. }
  21. </style>
  22. <?php $this->beginContent('@app/views/public/nav.php'); ?>
  23. <?php $this->endContent(); ?>
  24. <!-- <div class="y_puicnav_top puic_wid">
  25. <a href="/">首页</a> > <a href="javascript:;">联系我们</a>
  26. </div> -->
  27. <div style="height:30px;"></div>
  28. <div class="puic_wid">
  29. <?= $model['contact'] ?>
  30. </div>