@import '/assets/wxss/global.wxss'; .container { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 0; box-sizing: border-box; } page { box-sizing: border-box; color: #333; -webkit-font-smoothing: antialiased; } .wux-tabs { width: 500rpx !important; color: #999 !important; font-size: 28rpx !important; } .wux-tabs__tab--current .wux-tabs__tab-title { color: #e60000 !important; font-size: 32rpx !important; } .wux-tabs__tab--current .wux-tabs__tab-bar { height: 8rpx !important; background: #e60000 !important; } radio .wx-radio-input { height: 20rpx; width: 20rpx; } radio .wx-radio-input.wx-radio-input-checked::before { background: #e60000; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }