diff --git a/css/index.css b/css/index.css index e8834e9..79718ed 100644 --- a/css/index.css +++ b/css/index.css @@ -406,7 +406,7 @@ bottom: 0; width: 100%; height: 53px; - background-color: #7b8cd3; + background-color: #6fc16d; border-radius: 0 0 12px 12px; font-size: 14px; font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif; diff --git a/css/index.less b/css/index.less index 050ba5f..f7aed3d 100644 --- a/css/index.less +++ b/css/index.less @@ -459,7 +459,8 @@ bottom: 0; width: 100%; height: 53px; - background-color: rgba(123, 140, 211, 1); + // background-color: rgba(123, 140, 211, 1); + background-color: rgba(111, 193, 109, 1); border-radius: 0 0 12px 12px; font-size: 14px;