You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
738 B

4 years ago
/**app.wxss**/
4 years ago
@import '/vant-index.wxss';
4 years ago
rich-text{
word-break:break-all;
}
4 years ago
page{
4 years ago
background-color:#fafafa;
font-family: PingFangSC-Medium, PingFang SC;
color:#181818;
4 years ago
-webkit-text-size-adjust: none;
4 years ago
width: 100%;overflow-x:hidden;
height: 100%;
}
button::after {
border: none !important;
4 years ago
}
4 years ago
/* view{
4 years ago
background-color: #fff;
4 years ago
} */
4 years ago
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
4 years ago
/* 无内容提示 */
.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;
}