/* 隐藏头部 */ uni-page-head { display: none; } .container { height: 100%; box-sizing: border-box; color: #333; font-family: helvetica, 'Heiti SC', PingFangSC-Light, sans-serif; } /* *改变radio样式 *自定义样式 */ /* 未选中的 背景样式 */ uni-radio .uni-radio-input{ height: 36rpx; width: 36rpx; border-radius: 50%; background: transparent; box-sizing: border-box; }