custom.scss 560 B

12345678910111213141516171819202122232425262728
  1. /* 组件演示列表 */
  2. .gui-components-list{
  3. padding:5rpx 30rpx;
  4. }
  5. .gui-components-list-title{
  6. padding:32rpx 0;
  7. font-size:30rpx;
  8. }
  9. .gui-components-list-text{
  10. font-size:34rpx;
  11. }
  12. .gui-components-list-icon{
  13. font-size:38rpx;
  14. }
  15. /* 动态渐变头部导航 */
  16. .custom-header-bg{background-color:rgba(0, 0, 0, 0.6);}
  17. /* 切换导航样式 */
  18. .custom-switch-nav-border{border-color:#FF0036 !important;}
  19. /* 深色模式 */
  20. /* #ifndef APP-NVUE */
  21. @media (prefers-color-scheme: dark){
  22. .custom-switch-nav-border{border-color:#888888 !important;}
  23. }
  24. /* #endif */