app.wxss 322 B

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