【发布时间】:2018-03-02 10:12:57
【问题描述】:
谁能帮我在 android 平台上设置警报框和按钮的样式,就像在 Ios 中一样?就像下图一样?
喜欢
我可以通过以下 css 属性更改颜色。
.buttonCss {
button.alert-button:nth-child(1){
color: #37474f !important;
}
button.alert-button:nth-child(2){
color:#1565c0 !important;
}
}
请帮帮我。
【问题讨论】: