nutui-by-zchuhyy
Version:
一套轻量级移动端Vue组件库
5 lines • 876 B
CSS
/*!
* nutui-by-zchuhyy v0.0.16 - buttongroup.css, 7c15ab32fbfb9d26339f, Wed Mar 17 2021 16:52:20 GMT+0800 (GMT+08:00)
* (c) 2017-2020 JDC
* Released under the MIT License.
*/.nut-buttongroup{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.nut-buttongroup.circle{-webkit-border-radius:50px;border-radius:50px}.nut-buttongroup.circle .nut-button:first-child{-webkit-border-top-left-radius:50px;border-top-left-radius:50px;-webkit-border-bottom-left-radius:50px;border-bottom-left-radius:50px}.nut-buttongroup.circle .nut-button:last-child{-webkit-border-top-right-radius:50px;border-top-right-radius:50px;-webkit-border-bottom-right-radius:50px;border-bottom-right-radius:50px}.nut-buttongroup.menu{height:50px;font-size:12px}.nut-buttongroup .nut-button{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-flex:1;border:1px solid transparent}