css 布局 一中一右
.container { position: relative; .my-center { text-align: center; line-height: 30rpx; min-width: 400rpx; } .my-right{ position: absolute; right: 20rpx; top: 0rpx; display: inline-block; line-height: 30rpx; } } 参考: https://segmentfault.com/q/1010000005348924 来源: https://www.cnblogs.com/zinan/p/11644198.html