- page {
- /* nav默认 */
- --themeNavColor: black;
- --themeNavBg: white;
- /* nav可以改动 */
- --themeNavColor1: white;
- --themeNavBg1: #99CCFF;
- --themeCtrBg: #eee;
- background-color: var(--themeCtrBg);
- --themeSuccess: #0c0;
- --themeDanger: #f03;
- --themeWarm: #f90;
- }
- .globstyle {
- margin-bottom: 150rpx;
- }
|