• This project
    • Loading...
  • Sign in

fe / YOHOBUYWAP · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYWAP
  • template
  • m.yohobuy.com
  • actions
  • product
  • shop
  • intro.phtml
  • 全部商品模板
    b0a10295
    by 阿达
    2016-04-26 13:50:59 +0800  
    Browse Files
intro.phtml 337 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{{> layout/header}}
<div class="shop-introduce">
    <a class="banner">
        <img src="{{content.shop_logo}}">
    </a>

    <div class="descripition">
        {{content.shop_intro}}
    </div>

    <p class="sign-icon">
        <span class="iconfont">&#xe649;</span>
        100%品牌授权正品
    </p>
</div>
{{> layout/footer}}