gpt4 book ai didi

css - 垂直对齐 Ionic 图标和文本

转载 作者:行者123 更新时间:2023-11-28 04:17:20 25 4
gpt4 key购买 nike

我想发布一种日期选择器,日期在中间,可以左右切换上一个或下一个日期。我目前在格式化 View 方面遇到问题。我想要垂直对齐 Ionic 图标(左和右)和文本 {{displayDate}}。我试过跟随但没有我想要的结果。

HTML

   <ion-footer>
<div style="position: fixed; bottom: 0px; width: 100%">
<ion-list>
<ion-item text-center style="align-content: center!important">
<ion-icon name="md-arrow-dropleft" style="font-size: 30px; margin-right: 10px"></ion-icon>
<b> {{displayDate}} </b>
<ion-icon name="md-arrow-dropright" style="font-size: 30px; margin-left: 10px"></ion-icon>
</ion-item>
</ion-list>
</div>
<ion-toolbar>
</ion-toolbar>
</ion-footer>

CSS

b {
color: #387ef5;
font-family: 'Helvetica Neue', sans-serif;
}

目前的样子:

enter image description here

最佳答案

b {
color: #387ef5;
font-family: 'Helvetica Neue', sans-serif;
line-height: 30px;
}

关于css - 垂直对齐 Ionic 图标和文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42417769/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com