company.php 682 B

12345678910111213141516171819202122232425262728293031323334
  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. AppAsset::addScript($this,Yii::$app->request->baseUrl.'/js/about/about.js');
  11. $this->title = '公司简介';
  12. ?>
  13. <style>
  14. body{
  15. background: #fff;
  16. }
  17. .puic_wid{
  18. width: 92%;
  19. margin: 0 auto;
  20. line-height: 30px;
  21. }
  22. </style>
  23. <?php $this->beginContent('@app/views/public/nav.php'); ?>
  24. <?php $this->endContent(); ?>
  25. <!-- <div class="y_puicnav_top puic_wid">
  26. <a href="/">首页</a> > <a href="javascript:;">公司简介</a>
  27. </div> -->
  28. <div style="height:30px;"></div>
  29. <div class="puic_wid">
  30. <?= $model['company'] ?>
  31. </div>