app.wxss 354 B

123456789101112131415
  1. /**app.wxss**/
  2. @font-face {
  3. font-family: "heavy";
  4. src: url("https://klmybwg.4dage.com/mini/wxImg/SOURCEHANSERIFSC-HEAVY.OTF") format('opentype');
  5. }
  6. .container {
  7. font-family: "heavy";
  8. height: 100%;
  9. display: flex;
  10. flex-direction: column;
  11. align-items: center;
  12. justify-content: space-between;
  13. padding: 200rpx 0;
  14. box-sizing: border-box;
  15. }