12345678910111213141516171819 |
- /**app.wxss**/
- .container {
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-between;
- padding: 200rpx 0;
- box-sizing: border-box;
- }
- @font-face {
- font-family: 'DOUYU';
- src: url('https://www.cqna.gov.cn/mnazw/applet/font/DOUYUFont.ttf')format('truetype');
- font-weight: normal;
- font-style: normal;
- font-display: swap;
- }
|