app.wxss 401 B

12345678910111213141516171819
  1. /**app.wxss**/
  2. .container {
  3. height: 100%;
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. justify-content: space-between;
  8. padding: 200rpx 0;
  9. box-sizing: border-box;
  10. }
  11. @font-face {
  12. font-family: 'DOUYU';
  13. src: url('https://www.cqna.gov.cn/mnazw/applet/font/DOUYUFont.ttf')format('truetype');
  14. font-weight: normal;
  15. font-style: normal;
  16. font-display: swap;
  17. }