/* page/subPackage/pages/zeroSell/components/fellow-bar.wxss */ .fellow-bar { display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; width: 100%; height: 66rpx; padding: 12rpx 30rpx; background-color: black; } .title { color: white; font-size: 24rpx; } .btn { display: inline-block; color: white; width: 100rpx; height: 40rpx; font-size: 24rpx; line-height: 40rpx; background-color: #D0021B; text-align: center; }