zjxpcyc 6 years ago
parent
commit
fcb7252305
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/views/vote/list.vue

+ 2
- 2
src/views/vote/list.vue View File

532
       font-size: 0.16rem;
532
       font-size: 0.16rem;
533
       font-weight: bolder;
533
       font-weight: bolder;
534
       color: rgba(255, 255, 255, 1);
534
       color: rgba(255, 255, 255, 1);
535
-      background: rgba(126,100,86,1);
535
+      background: rgba(173,145,129,0.62);
536
       line-height: 0.22rem;
536
       line-height: 0.22rem;
537
       border-radius: 0.06rem;
537
       border-radius: 0.06rem;
538
       text-align: center;
538
       text-align: center;
539
       padding: 0.09rem 0;
539
       padding: 0.09rem 0;
540
 
540
 
541
       &.active {
541
       &.active {
542
-        background: rgba(173,145,129,0.62);
542
+        background: rgba(126,100,86,1);
543
       }
543
       }
544
     }
544
     }
545
 
545