app.wxss 251 B

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