【发布时间】:2018-11-27 03:28:07
【问题描述】:
我使用 Ionic 3。 如何让我的按钮通过点击改变我的背景图片?
这是我的按钮。
<button id="transparent" ion-button round color="light"> </button>
这是我页面上已经安装的背景。
#back {
background-size: 100%;
background-repeat: no-repeat;
background-size: cover;
width: 105vw;
height: 100vh;
margin-left: -10%;
background-attachment: fixed;
margin-top: -10%;
background-position: center center;
}
.ion-content {
background: url('myurl');
}
<div id="back" class="ion-content"> </div>
【问题讨论】:
-
你用的是angular还是javascript
-
@לבנימלכה — 问题带有 ionic-framework 标签
-
@Quentin ionic-framework 与 angular 一起使用...我说的对吗?
标签: html css button ionic-framework background