diff --git a/app.json b/app.json index cde81a0..9415156 100644 --- a/app.json +++ b/app.json @@ -83,7 +83,7 @@ }, "plugins": { "job-plugin": { - "version": "1.0.2", + "version": "1.0.3", "provider": "wxaf516c59d925481f" } }, diff --git a/app.wxss b/app.wxss index ec67156..5797845 100644 --- a/app.wxss +++ b/app.wxss @@ -823,7 +823,7 @@ button::after { width: 260px; height: 42px; opacity: 1; - background: #027aff; + background: var(--color-yc); border-radius: 25px; font-size: 18px; font-weight: 601; @@ -832,7 +832,9 @@ button::after { line-height: 42px; margin-top: 100px; } - +.loginOut:active,.loginOut:hover,.loginOut:focus{ + background: var(--color-ych); +} .staticTitle { margin-top: 20px; font-size: 22px; diff --git a/pages/withdrawDetail/index.wxml b/pages/withdrawDetail/index.wxml index 41f6bc5..f9bfce0 100644 --- a/pages/withdrawDetail/index.wxml +++ b/pages/withdrawDetail/index.wxml @@ -20,7 +20,7 @@ - + 暂无提现明细 diff --git a/pages/wxMoney/index.wxss b/pages/wxMoney/index.wxss index 7d0f594..27f8c4d 100644 --- a/pages/wxMoney/index.wxss +++ b/pages/wxMoney/index.wxss @@ -5,7 +5,7 @@ page{ font-size: 50px; display: block; padding-top: 60px; - color: #027aff; + color: var(--color-yc); } .wxMoney{ margin-top: 12px; @@ -29,6 +29,6 @@ line-height: 30px; font-weight: 400; text-align: center; - color: #027AFF; + color: var(--color-yc); line-height: 28px; } \ No newline at end of file