.segmented-control { display: flex; flex-direction: row; justify-content: center; font-size: 26rpx; border-radius: 5rpx; box-sizing: border-box; margin: 0 auto; overflow: hidden; } .segmented-control.button { border-radius: 54rpx; box-sizing: border-box; } .segmented-control.text { border: 0; border-radius: 0rpx; } .segmented-control-item { flex: 1; text-align: center; line-height: 54rpx; box-sizing: border-box; } .segmented-control-item.button { border-left: 1rpx solid; } .segmented-control-item.button:first-child { border-radius: 54rpx 0 0 54rpx; } .segmented-control-item.button:last-child { border-radius: 0 54rpx 54rpx 0; } .segmented-control-item.text { border-left: 0; } .segmented-control-item:first-child { border-left-width: 0; }