.van-field { font-size: 14px; } /* 导航栏样式 */ .van-nav-bar { background-color: #36a7f3!important; } .van-nav-bar__title { color: #fff!important; } .van-badge__wrapper { color: #fff!important; } /* 表单页样式 */ /* 表单标题样式 */ .miniTitle, .title { height: 40px; line-height: 40px; color: #36a7f3; } .title { font-size: 24px; font-weight: 700; padding-left: 20px; border-bottom: 1px solid #eee; margin-top: 5px; } .miniTitle { font-size: 18px; } /* 表单域 */ .formArea { padding: 0px 20px; } .formArea .van-cell-group .van-field__label { height: 35px; line-height: 35px; font-size: 16px; } /* 下拉箭头 */ .formArea .van-badge__wrapper { color: #999999!important; } /* 提交按钮 */ .subbtn { margin: 20px; text-align: center; } .subbtn .van-button { width: 40%; margin: 5px; }