main.wxss 91 B

1234567891011121314151617181920
  1. /*每个页面公共css */
  2. page {
  3. background: rgba(234, 234, 234, 1.0);
  4. }