.content { display: inline-block; } .text-main { /* display: flex; justify-content: space-around; */ width: 60%; display: inline-block; font-size: 28rpx; } .text-main view { /* width: 40%; */ } .text-header { width: 40%; } .module-button { margin: 20rpx 0; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; padding: 0 10%; } .module-button .button { width: 40%; padding: 20rpx 0; text-align: center; font-size: 28rpx !important; font-weight: 550; -webkit-border-radius: 20rpx; border-radius: 20rpx; }