lifanagju_citu 1 месяц назад
Родитель
Сommit
b3f747ba88
1 измененных файлов с 5 добавлено и 3 удалено
  1. 5 3
      pagesA/chart/index.vue

+ 5 - 3
pagesA/chart/index.vue

@@ -836,7 +836,7 @@ onLoad(async (options) => {
         font-weight: bold;
       }
       .color-primary {
-        color: #009688;
+        color: #00B760;
       }
       .ml-3 {
         margin-left: 40rpx;
@@ -959,11 +959,13 @@ onLoad(async (options) => {
           background: #d5e6e8;
         }
         &.card {
-          background: #E2F2F0;
-          color: #009688 ;
+          // background: #E2F2F0;
+          background: #fff;
+          color: #00B760 ;
           margin-top: 20rpx;
           max-width: unset;
           margin-right: 0;
+          box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.1);
           .btn-actions {
             margin: 40rpx auto 20rpx auto ;
             text-align: center;