gpt4 book ai didi

css - ionic 2 如何自定义 ionic 范围?

转载 作者:太空宇宙 更新时间:2023-11-03 22:48:53 28 4
gpt4 key购买 nike

在 ionic 2 中,我想将 ion-range 自定义为如下所示图片,或者我应该说:有没有办法自定义 ion-range ?: enter image description here

这是我的代码

    <ion-row>
<ion-item>
<ion-range min="500" max="1500" step="500" snaps="true" color="secondary"></ion-range>
</ion-item>
</ion-row>

这是我的范围

enter image description here

最佳答案

我确实找到了如何自定义“ion-range”,这是我构建的(我知道它看起来不准确):

enter image description here

这是我的步骤:-1- 将图片上显示的这些代码行添加到您的 src\theme\variables.scss enter image description here

注意:您可以使用以下链接中的许多变量来自定义 ionic 范围 ionic2 docs

2- 这是我的组件代码:

<ion-footer>
<ion-toolbar>
<ion-row>
<ion-col width-33 text-left>
Sedan
</ion-col>
<ion-col width-33 text-center>
SUV
</ion-col>
<ion-col width-33 text-right>
LUX
</ion-col>
</ion-row>
<ion-range (ionChange)="selectCar()" min="500" max="1500" step="500" snaps="true" [(ngModel)]="value">
</ion-range>

</ion-toolbar>
</ion-footer>

关于css - ionic 2 如何自定义 ionic 范围?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40982792/

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