1
我目前正在進行離子v1項目,我需要爲應用程序添加背景幻燈片,但無法找到如何在離子模式下執行此操作。我試過https://tympanus.net/codrops/2013/04/17/background-slideshow/,但我需要的東西適用於angular.js。 由於離子v1的背景滑塊
我目前正在進行離子v1項目,我需要爲應用程序添加背景幻燈片,但無法找到如何在離子模式下執行此操作。我試過https://tympanus.net/codrops/2013/04/17/background-slideshow/,但我需要的東西適用於angular.js。 由於離子v1的背景滑塊
<ion-content scroll="false" class="padding">
<div class="full">
<div class="half">
<ion-slides options="options" slider="data.slider">
<ion-slide-page>
<center> <i class="ion-android-archive homefont"></i>
<h2>Post a request</h2>
<p></p>
</center>
</ion-slide-page>
<ion-slide-page>
<center> <i class="ion-locked homefont"></i>
<h2>Safe Deposit</h2>
<p></p>
</center>
</ion-slide-page>
<ion-slide-page>
<center> <i class="ion-plane homefont"></i>
<h2>Traveller Fulfills</h2>
<p></p>
</center>
</ion-slide-page>
</ion-slides>
</div>
<div class="2half">
<div class=" padding-top">
<center > <img src="img/logo.jpg" alt="logo" width=80 height=80></center>
</div>
<div class=" padding-vertical">
<button class="button button-block button-positive">
Post Your Request
</button></div>
<button class="button button-block button-positive">
Post Your Trip
</button>
</div>
</div>
</ion-content>
類滿將具有100%的高度,而半和2half都將具有50%的高度和顯示值是塊。
使滑塊一個完整的背景滑塊類半高度將是100%