diff --git a/pages/public/forgetPwd.vue b/pages/public/forgetPwd.vue index 94187a6..c30c09d 100644 --- a/pages/public/forgetPwd.vue +++ b/pages/public/forgetPwd.vue @@ -142,11 +142,12 @@ .send-msg { border-radius: 30px; - color: white; height: 30px; font-size: 14px; line-height: 30px; - background: #096f4b; + color: #019c88; + border: none; + box-shadow: none; } .container { @@ -187,7 +188,7 @@ line-height: 80upx; border-radius: 60upx; margin-top: 32upx; - background: linear-gradient(to right, #223845, #00a85b); + background: linear-gradient(to right, #019c88, #31c194); color: #fff; font-size: 30upx; diff --git a/pages/public/register.vue b/pages/public/register.vue index 7c831d6..f1abff1 100644 --- a/pages/public/register.vue +++ b/pages/public/register.vue @@ -312,12 +312,13 @@ } .send-msg { - border-radius: 30px; - color: white; - height: 30px; - font-size: 10px; - line-height: 30px; - background: linear-gradient(90deg, #019C88, #28BA92, #35C495); + border-radius: 30px; + height: 30px; + font-size: 14px; + line-height: 30px; + color: #019c88; + border: none; + box-shadow: none; }