Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
onsen-ui 版本 2 css 中定义的边框颜色在哪里?
我说的是文档中“Segment”部分下定义的小部件。
很简单,您可以在 css 文件中添加此代码:
.ons-css .button-bar__button { color: rgba(224, 18, 18, 0.77) !important; border: 1px solid rgb(224, 85, 18) !important; }