app.less 263 B

1234567891011121314
  1. page{
  2. /* nav默认 */
  3. --themeNavColor: black;
  4. --themeNavBg: white;
  5. /* nav可以改动 */
  6. --themeNavColor1: white;
  7. --themeNavBg1: #1989fa;
  8. // 容器
  9. --themeCtrBg:#eee;
  10. background-color:var(--themeCtrBg);
  11. }
  12. .globstyle{
  13. margin-bottom: 150rpx;
  14. }