app.acss 191 Bytes
@import "./fonts/iconfont.acss";
page {
    font-family: PingFangSC-Regular;
    background: #F6F6F6;
}

view {
    box-sizing: border-box;
}

.addPaddingBottom {
    padding-bottom: 68rpx;
}