/**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-family: "苹方R"; } .mp-component-tip { position: relative; margin-top: 50rpx; padding-left: 14rpx; width: 100%; height: 30rpx; line-height: 30rpx; font-size: 26rpx; color: #336FE9; font-family: "苹方M"; box-sizing: border-box; } .mp-component-tip::before { content: ""; position: absolute; left: 0; top: 2rpx; width: 6rpx; height: 26rpx; border-radius: 3rpx; background: #336FE9; } .seize-a-seat { width: 100%; height: 1rpx; } .safe-area { width: 100%; height: 50rpx; } @font-face { font-family: '苹方L'; src: url("https://gzh.shizhi.tv/gzhtp/pfl.ttf") format('truetype'); } @font-face { font-family: '苹方R'; src: url("https://gzh.shizhi.tv/gzhtp/pfr.ttf") format('truetype'); } @font-face { font-family: '苹方M'; src: url("https://gzh.shizhi.tv/gzhtp/pfm.ttf") format('truetype'); } @font-face { font-family: '自由行星体'; src: url("https://gzh.shizhi.tv/gzhtp/zyxxt.TTF") format('truetype'); }