.container { position: absolute; top: 0; /* bottom: 0; */ left: 0; right: 0; display: flex; flex-direction: column; align-items: center; /* justify-content: space-between; */ box-sizing: border-box; background-color: #f0f5f5; } page { /* font-family:"PingFangSC-Thin"; */ font-size:28rpx; } .card { width: 100%; box-sizing: border-box; padding: 20rpx; overflow-x: hidden; background-color:#ffffff; border: 1px solid #ffffff; border-radius: 6px; box-shadow: 0 0 12px rgb(0 0 0 / 5%); margin-top: 20rpx; } /* */ @font-face { font-family: 'iconfont'; /* Project id 4935042 */ src: url('http://at.alicdn.com/t/c/font_4935042_gsrxcrmdcz.woff2?t=1748497918806') format('woff2'), url('http://at.alicdn.com/t/c/font_4935042_gsrxcrmdcz.woff?t=1748497918806') format('woff'), url('http://at.alicdn.com/t/c/font_4935042_gsrxcrmdcz.ttf?t=1748497918806') format('truetype'); /* src: url('@/font/iconfont.woff2?t=1748497918806') format('woff2'), url('@/font/iconfont.woff?t=1748497918806') format('woff'), url('@/font/iconfont.ttf?t=1748497918806') format('truetype'); */ } .test { font-family: iconfont; margin-left: 20rpx; } .testbox { font-family: iconfont; margin-left: 32rpx; margin-right: 10rpx; }