gpt4 book ai didi

css - 如何为 ionic 头像添加边框颜色和宽度

转载 作者:太空宇宙 更新时间:2023-11-04 06:12:44 25 4
gpt4 key购买 nike

我尝试在 ionic4 中向 ion-avatar 元素添加边框颜色和宽度没有成功,我试图配置一些 css3 代码但没有成功。

我已经用这个测试过但它不起作用:

  .ion-avatar img{
width: 90px !important;
height: 60px !important;
border-radius: 50% !important;
overflow: hidden !important;

border: 70px solid red !important;
}

最佳答案

如果您只是引用元素 ion-avatar 而不是类 .ion-avatar,则效果很好

 ion-avatar img{
width: 90px !important;
height: 60px !important;
border-radius: 50% !important;
overflow: hidden !important;

border: 70px solid red !important;
}

enter image description here

关于css - 如何为 ionic 头像添加边框颜色和宽度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56285182/

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