Commit 19d72dca009537320276c5d9a172506e71ff74db

Authored by fengtao
1 parent 37f5689d

fix:修改mp登录页和手机登录页背景为白色

Showing 1 changed file with 8 additions and 8 deletions
... ... @@ -30,13 +30,13 @@ export default {
30 30 @import './style/iconfont.scss';
31 31 @import './style/common.scss';
32 32 page {
33   - background-color: #f5f5f5;
34   -}
35   -::-webkit-scrollbar {
36   - display: none;
37   - width: 0 !important;
38   - height: 0 !important;
39   - -webkit-appearance: none;
40   - background: transparent;
  33 + background: #ffffff;
  34 +}
  35 +::-webkit-scrollbar {
  36 + display: none;
  37 + width: 0 !important;
  38 + height: 0 !important;
  39 + -webkit-appearance: none;
  40 + background: transparent;
41 41 }
42 42 </style>
... ...