/**app.wxss**/ @import '/vant-index.wxss'; rich-text{ word-break:break-all; } page{ background-color:#fafafa; font-family: PingFangSC-Medium, PingFang SC; color:#181818; -webkit-text-size-adjust: none; width: 100%;overflow-x:hidden; height: 100%; } button::after { border: none !important; } /* view{ background-color: #fff; } */ .container { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 200rpx 0; box-sizing: border-box; } /* 无内容提示 */ .no_content { text-align: center; } .no_content .img { width: 130px; height: 89px; margin: 180rpx auto 60rpx auto; } .no_content .warn { font-size: 16px; color: #7B7B7B; }