Browse Source

一元捐后台管理项目-用户中心-机构入驻(公益机构、公募机构认证材料证明页面添加提交按钮)

hangb 8 years ago
parent
commit
538b77e499

+ 17 - 1
donate-console/src/main/webapp/WEB-INF/views/charityCertification3.html

@@ -416,6 +416,22 @@
         .detail .text-left a:first-child:hover{
             background: #be3b1b;
         }
+        .detail .text-left a:nth-child(2){
+            margin-right: 60px;
+            display: inline-block;
+            width: 160px;
+            height: 34px;
+            line-height: 34px;
+            text-align: center;
+            font-size: 16px;
+            color: #fff;
+            background: #ff7624;
+            border-radius: 3px;
+            border: none;
+        }
+        .detail .text-left a:nth-child(2):hover{
+            background: #be3b1b;
+        }
         .detail .text-left a:last-child{
             display: inline-block;
             width: 130px;
@@ -615,7 +631,7 @@
                                                 <a href="">查看样式</a>
                                             </div>
                                         </div>
-                                        <div class="text-left submitBtn" style="margin-top: 75px;"><a href="charityCertification4">保存,下一步</a><a href="charityCertification2">返回上一页</a></div>
+                                        <div class="text-left submitBtn" style="margin-top: 75px;"><a href="charityCertification4">保存,下一步</a><a href="">提交</a><a href="charityCertification2">返回上一页</a></div>
                                     </div>
                                 </div>
                             </div>

+ 33 - 1
donate-console/src/main/webapp/WEB-INF/views/publicOfferingCertification3.html

@@ -302,6 +302,37 @@
         .detail .text-left a:first-child:hover{
             background: #be3b1b;
         }
+        .detail .text-left a:nth-child(2){
+            margin-right: 60px;
+            display: inline-block;
+            width: 160px;
+            height: 34px;
+            line-height: 34px;
+            text-align: center;
+            font-size: 16px;
+            color: #fff;
+            background: #ff7624;
+            border-radius: 3px;
+            border: none;
+        }
+        .detail .text-left a:nth-child(2):hover{
+            background: #be3b1b;
+        } .detail .text-left a:nth-child(2){
+              margin-right: 60px;
+              display: inline-block;
+              width: 160px;
+              height: 34px;
+              line-height: 34px;
+              text-align: center;
+              font-size: 16px;
+              color: #fff;
+              background: #ff7624;
+              border-radius: 3px;
+              border: none;
+          }
+        .detail .text-left a:nth-child(2):hover{
+            background: #be3b1b;
+        }
         .detail .text-left a:last-child{
             width: 130px;
             height: 34px;
@@ -627,7 +658,8 @@
                                                 <a href="">查看样式</a>
                                             </div>
                                         </div>
-                                        <div class="text-left submitBtn" style="margin-top: 75px;"><a href="publicOfferingCertification4">保存,下一步</a><a href="publicOfferingCertification2">返回上一页</a></div>
+                                        <div class="text-left submitBtn" style="margin-top: 75px;"><a href="publicOfferingCertification4">保存,下一步</a><a
+                                                href="">提交</a><a href="publicOfferingCertification2">返回上一页</a></div>
                                     </div>
                                 </div>
                             </div>