diff --git a/pages/login/login.scss b/pages/login/login.scss index bc0ae82..f6509f8 100644 --- a/pages/login/login.scss +++ b/pages/login/login.scss @@ -5,12 +5,12 @@ display: flex; justify-content: center; align-items: center; - background-color: rgba(245, 245, 245, 0.2); + background-image: linear-gradient(0deg, rgba(18, 150, 219,0.3) 0%, rgba(255,255,255,0) 100%); } .list { width: 320px; height: 350px; - background-color: rgba(245, 245, 245, 0.4); + background-color: #ffffff; box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(211, 211, 211, 0.4); border-radius: 25rpx; display: flex; diff --git a/pages/user/user.scss b/pages/user/user.scss index 9e05bf6..9e530fb 100644 --- a/pages/user/user.scss +++ b/pages/user/user.scss @@ -2,7 +2,7 @@ color: #ffffff; width: 80%; height: 80rpx; - background: #1296DB; + background: #41ABE2; border-radius: 50rpx; line-height: 80rpx; text-align: center;