diff --git a/colorui/main.css b/colorui/main.css index 4b22403..297b97f 100644 --- a/colorui/main.css +++ b/colorui/main.css @@ -3559,8 +3559,9 @@ scroll-view.cu-steps .cu-item { } .bg-gradual-orange { - background-image: linear-gradient(45deg, #ff9700, #ed1c24); + /* background-image: linear-gradient(45deg, #ff9700, #ed1c24); */ color: #ffffff; + background-color: #1890FF; } .bg-gradual-green { @@ -3579,7 +3580,7 @@ scroll-view.cu-steps .cu-item { } .bg-main-oil { - background-color: #FE0505; + background-color: #1890FF; color: #ffffff; } diff --git a/common/common.css b/common/common.css index d7df659..560d7b0 100644 --- a/common/common.css +++ b/common/common.css @@ -30,11 +30,11 @@ page { } .oil-main-color { - color: #FE0505 !important; + color: #000000 !important; } .bg-main-oil { - background-color: #FE0505 !important; + background-color: #1890FF !important; } .oil-main-btn-color { @@ -168,7 +168,7 @@ page { .mini-label::before { content: ''; position: absolute; - background-color: #FF5200; + background-color: #1890FF; width: 8upx; height: 1.4rem; left: 0; diff --git a/manifest.json b/manifest.json index 7750b6f..98ca640 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "星油云站", + "name" : "中品云站", "appid" : "__UNI__F1ED4B9", "description" : "", "versionName" : "1.0.0", diff --git a/packageSecurity/setPassword/setPassword.vue b/packageSecurity/setPassword/setPassword.vue index 66b2bfc..ab23765 100644 --- a/packageSecurity/setPassword/setPassword.vue +++ b/packageSecurity/setPassword/setPassword.vue @@ -1,7 +1,7 @@