app.less 354 B

123456789101112131415161718
  1. page{
  2. /* nav默认 */
  3. --themeNavColor: black;
  4. --themeNavBg: white;
  5. /* nav可以改动 */
  6. --themeNavColor1: white;
  7. --themeNavBg1: #99CCFF;
  8. // 容器
  9. --themeCtrBg:#eee;
  10. background-color:var(--themeCtrBg);
  11. // 成功 失败 警告
  12. --themeSuccess:#0c0;
  13. --themeDanger:#f03;
  14. --themeWarm:#f90;
  15. }
  16. .globstyle{
  17. margin-bottom: 150rpx;
  18. }