當前位置: 首頁>>代碼示例>>PHP>>正文


PHP Assets::showBg方法代碼示例

本文整理匯總了PHP中helpers\Assets::showBg方法的典型用法代碼示例。如果您正苦於以下問題:PHP Assets::showBg方法的具體用法?PHP Assets::showBg怎麽用?PHP Assets::showBg使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在helpers\Assets的用法示例。


在下文中一共展示了Assets::showBg方法的1個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。

示例1: ucfirst

              <aside class="col-sm-5 no-padder" id="sidebar">
                <section class="vbox animated fadeInUp">
                  <section class="scrollable">
                    <div class="m-t-n-xxs item pos-rlt">
                      <div class="top text-right">
                        <span class="musicbar animate bg-success bg-empty inline m-r-lg m-t" style="width:25px;height:30px">
                          <span class="bar1 a3 lter"></span>
                          <span class="bar2 a5 lt"></span>
                          <span class="bar3 a1 bg"></span>
                          <span class="bar4 a4 dk"></span>
                          <span class="bar5 a2 dker"></span>
                        </span>
                      </div>
                      <div class="gd bg-info wrapper-lg" 
                      style="background: url(<?php 
Assets::showBg($playlist->album_image);
?>
); background-size: cover; height: 200px;  background-position: 50% 0%; ">
                      <!-- <div class="bottom gd bg-info wrapper-lg" style="background: url(<?php 
echo Assets::image('images/m43.jpg', '', '', true);
?>
); height: 240px; "> -->
                        <span class="pull-right text-sm">101,400 <br>Followers</span>
                        <span class="h2 font-thin"><?php 
echo ucfirst($playlist->album_name);
?>
</span>
                      </div>
                      <?php 
//echo Assets::image('images/m43.jpg','img-full','');
?>
開發者ID:Oluwafemikorede,項目名稱:gbedu,代碼行數:31,代碼來源:listen.playlist.php


注:本文中的helpers\Assets::showBg方法示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。