/* colorui/components/cu-custom.wxss */ .center { padding: 5px 10rpx; border-radius: 60rpx; border: 1px solid #fff; width: 180rpx; height: 65rpx; box-sizing: border-box; line-height: 65rpx; display: flex; justify-content: space-between; align-items: center; margin-left: 20rpx; } .center image{ width: 45rpx; height: 100%; border-radius: 50%; vertical-align: top; } .title-bar-bg { background-color: #0054bd; color: #fff; }