@@ -570,7 +570,7 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
span{@include setFontStyle(-6);color: rgba(0,0,0,0.65);}
a{@include setFontStyle(-6);color: #2B5CFD;float: right;}
// 申请注册按钮
- .application-scheme-btn{height: 40px;line-height: 40px;@include setFontStyle(-4);background: #1890FF;border-radius: 4px;color: #FFFFFF;text-align: center;margin-bottom: 16px;}
+ .application-scheme-btn{height: 40px;line-height: 40px;@include setFontStyle(-4);background: #1890FF;border-radius: 4px;color: #FFFFFF;text-align: center;margin-bottom: 16px;cursor: pointer;}
}
// 输入框上下间距
.el-form-item{margin-bottom: 24px}