瀏覽代碼

一元捐后台项目机构入驻公募机构入驻进入协议页面按钮样式调整

hangb 8 年之前
父節點
當前提交
cca4b9d211
共有 1 個文件被更改,包括 11 次插入1 次删除
  1. 11 1
      donate-console/src/main/webapp/resources/view/user/publicOfferingCertification.html

+ 11 - 1
donate-console/src/main/webapp/resources/view/user/publicOfferingCertification.html

@@ -498,6 +498,16 @@
         font-size: 16px;
         color: #1968f9;
     }
+    .chooseDetail .detail button.btns {
+        margin: 30px 0 47px 0;
+        display: inline-block;
+        width: 160px;
+        height: 34px;
+        font-size: 16px;
+        color: #ffffff;
+        background: #ff6000;
+        border: none;
+    }
 </style>
 
 <!-- loading start -->
@@ -539,7 +549,7 @@
                                 <input type="checkbox" ng-click="changeChecked()" ng-checked="checked" required class="fl">
                                 <div class="fl read"><span>我已经阅读并同意<a href="http://lj.ubtob.com/userAgreement">《优软一元捐用户协议》</a></span></div>
                             </div>
-                            <button class="btn" ng-disabled="!checked" ng-click="stepNext(checked, 1)">确定,下一步</button>
+                            <button class="btns" ng-disabled="!checked" ng-click="stepNext(checked, 1)">确定,下一步</button>
 
                         </div>
                     </div>