Browse Source

一元捐前端样式—红线,按钮

hangb 8 years ago
parent
commit
112f93b48b

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

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

+ 3 - 6
donate-service/src/main/resources/templates/index.ftl

@@ -255,7 +255,7 @@
         /*项目状态*/
         .section2{
             margin-top: 26px;
-            border-top: 2px solid #f00;
+            border-top: 2px solid #efb13b;
         }
         .section2 .status{
             padding-left: 10px;
@@ -397,12 +397,9 @@
             text-align: center;
             background: #a0a0a0;
             color: #fff;
-            cursor: pointer;
-            disabled:disabled;
-        }
-        .section2 .list-item a.donationOver:hover{
-            background: #a0a0a0;
+            cursor: not-allowed;
         }
+
         .section2 .page{
             margin-top: 35px;
         }

+ 1 - 1
donate-service/src/main/webapp/WEB-INF/views/personalCenter.html

@@ -97,7 +97,7 @@
             padding-bottom: 15px;
             width: 100%;
             text-align: left;
-            border-bottom: 2px solid #ef613b;
+            border-bottom: 2px solid #efb13b;
         }
         .section .nav span:first-child a{
             font-size: 14px;

+ 0 - 1
donate-service/src/main/webapp/resources/view/project/project_detail.html

@@ -98,7 +98,6 @@
     .section1 .evolve .img{
         width: 560px;
         height: 310px;
-        border: 1px solid #e1e1e1;
     }
     .section1 .evolve .img img{
         width: 560px;

+ 1 - 1
donate-service/src/main/webapp/resources/view/user/user_center.html

@@ -81,7 +81,7 @@
         padding-bottom: 15px;
         width: 100%;
         text-align: left;
-        border-bottom: 2px solid #ef613b;
+        border-bottom: 2px solid #efb13b;
     }
     .section .nav span:first-child a{
         font-size: 14px;