page.html中
<div padding class="about-info">
<a ion-button color="light" href="tel:1800889958">
立即拨打
</a>
</div>
这是一个数字调用函数,我在scss中设置将它放在页面底部,但函数没有显示。
page.scss
.about-info {
text-align: center;
background-color: #F44336;
width: 100%;
height: 100%;
}
.about-info a{
vertical-align: bottom;
position: absolute;
bottom: 0px;
width: 100%;
text-align: center
}