소스 검색

机构入驻同意协议页button调整

huangct 8 년 전
부모
커밋
4c68438629

+ 3 - 3
donate-console/src/main/webapp/WEB-INF/views/publicOfferingCertification.html

@@ -132,7 +132,7 @@
         .detail .agree div.read{
             margin-top: -2px;
         }
-        .detail a.btn{
+        .detail button.btn{
             margin: 30px 0 47px 0;
             display: inline-block;
             width:160px;
@@ -143,7 +143,7 @@
             border: none;
             outline: none;
         }
-        .detail a.btn:hover{
+        .detail button.btn:hover{
             background: #be3b1b;
         }
         /*机构信息*/
@@ -589,7 +589,7 @@
                                         <input type="checkbox" class="fl"/>
                                         <div class="fl read"><span>我已经阅读并同意<a href="http://lj.ubtob.com/userAgreement" target="_blank">《优软一元捐用户协议》</a></span></div>
                                     </div>
-                                    <a class="btn" href="publicOfferingCertification1">确定,下一步</a>
+                                    <button class="btn" ng-disabled="!checked" ng-click="stepNext(checked, 1)">确定,下一步</button>
                                 </div>
                             </div>
                         </div>

+ 2 - 2
donate-console/src/main/webapp/resources/view/user/charityCertification.html

@@ -114,7 +114,7 @@
     .detail .agree div.read{
         margin-top: -2px;
     }
-    .detail a.btn{
+    .detail button.btn{
         margin: 30px 0 47px 0;
         display: inline-block;
         width:160px;
@@ -124,7 +124,7 @@
         background: #ff6000;
         border: none;
     }
-    .detail a.btn:hover{
+    .detail button.btn:hover{
         background: #be3b1b;
     }
     /*机构信息*/