Przeglądaj źródła

一元捐前端样式调整(捐款完成按钮置灰;分割线颜色调整)

hangb 8 lat temu
rodzic
commit
c1c1329b81

+ 1 - 1
donate-service/src/main/resources/templates/activeCenter.ftl

@@ -262,7 +262,7 @@
         /*项目状态*/
         .section2{
             margin-top: 26px;
-            border-top: 2px solid #efb13b;
+            border-top: 2px solid #ef613b;
         }
         .section2 .status{
             padding-left: 10px;

+ 13 - 1
donate-service/src/main/resources/templates/index.ftl

@@ -264,7 +264,7 @@
         /*项目状态*/
         .section2{
             margin-top: 26px;
-            border-top: 2px solid #efb13b;
+            border-top: 2px solid #ef613b;
         }
         .section2 .status{
             padding-left: 10px;
@@ -394,6 +394,18 @@
             color: #fff;
             cursor: pointer;
         }
+        /*捐款完成*/
+        .section2 .list-item a.donationOver{
+            display: inline-block;
+            width: 190px;
+            height: 30px;
+            line-height: 30px;
+            font-size: 14px;
+            text-align: center;
+            background: #acabab !important;
+            color: #fff;
+            cursor: not-allowed;
+        }
         /*兑奖日期*/
         .section2 .list-item .project-progress p{
             margin-top: 10px;