app.wxss 128 B

123456789
  1. /**app.wxss**/
  2. page {
  3. height: 100%;
  4. width: 100%;
  5. background-image:linear-gradient(135deg, #38A2D7 0%, #1C2E4C 100%);
  6. }