diff --git a/src/assets/v2/bg.jpg b/src/assets/v2/bg.jpg index bf14c42..5c9e35d 100644 Binary files a/src/assets/v2/bg.jpg and b/src/assets/v2/bg.jpg differ diff --git a/src/assets/v2/login-bg.jpg b/src/assets/v2/login-bg.jpg new file mode 100644 index 0000000..d1068ce Binary files /dev/null and b/src/assets/v2/login-bg.jpg differ diff --git a/src/assets/v2/rule.jpg b/src/assets/v2/rule.jpg new file mode 100644 index 0000000..3f35b00 Binary files /dev/null and b/src/assets/v2/rule.jpg differ diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index ce8b3ca..c80cf20 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -518,7 +518,7 @@ input { no-repeat; font-weight: bold; font-size: 0.3rem; - color: #97221a; + color: #E8424D; line-height: 0.53rem; text-align: center; margin: 0 auto 0; @@ -529,9 +529,9 @@ input { background-color: #F9E9EA; border-top-left-radius: 0.2rem; border-top-right-radius: 0.2rem; - font-weight: bold; + font-weight: 400; font-size: 0.3rem; - color: #97221a; + color: #E8424D; line-height: 0.53rem; text-align: center; margin: 0.28rem auto 0; diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index da7b3a4..a8ea9e7 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -149,7 +149,7 @@ onMounted(() => {}); .login_box { width: 100%; min-height: 15.22rem; - background: url("@/assets/img/login-bg.png") top center / 100% 15.22rem + background: url("@/assets/v2/login-bg.jpg") top center / 100% 15.22rem no-repeat; overflow: hidden; position: relative; diff --git a/src/pages/rule/index.vue b/src/pages/rule/index.vue index 2c5d10b..5f366cc 100644 --- a/src/pages/rule/index.vue +++ b/src/pages/rule/index.vue @@ -1,12 +1,11 @@