111
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

7 lines
453 B

  1. <!-- 头部大屏 -->
  2. <div class="jumbotron jumbotron-fluid mb-2" style="{pboot:if('{sort:pic}')}background:#e9ecef url({sort:pic}){else}background:#e9ecef url({pboot:sitepath}/static/upload/image/20180412/1523501459462835.jpg){/pboot:if};background-size:cover;no-repeat">
  3. <div class="container text-light">
  4. <h1 class="fs-18 fs-sm-26 wow fadeInDown">{sort:name}</h1>
  5. <p class="fs-14 fs-sm-18 wow fadeInDown">{sort:subname}</p>
  6. </div>
  7. </div>