main.wxss 144 B

1234567891011121314151617181920212223
  1. /*每个页面公共css */
  2. .custom_status_bar::before {
  3. content: "";
  4. display: block;
  5. width: 100%;
  6. height: 25px;
  7. }