app.scss 408 B

1234567891011121314151617181920212223242526
  1. /* 隐藏头部 */
  2. uni-page-head {
  3. display: none;
  4. }
  5. .container {
  6. height: 100%;
  7. box-sizing: border-box;
  8. color: #333;
  9. font-family: helvetica, 'Heiti SC', PingFangSC-Light, sans-serif;
  10. }
  11. /*
  12. *改变radio样式
  13. *自定义样式
  14. */
  15. /* 未选中的 背景样式 */
  16. uni-radio .uni-radio-input{
  17. height: 36rpx;
  18. width: 36rpx;
  19. border-radius: 50%;
  20. background: transparent;
  21. box-sizing: border-box;
  22. }