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.
|
|
|
/**app.wxss**/
|
|
|
|
@import '/vant-index.wxss';
|
|
|
|
rich-text{
|
|
|
|
word-break:break-all;
|
|
|
|
}
|
|
|
|
page{
|
|
|
|
background-color:#fafafa;
|
|
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
|
|
color:#181818;
|
|
|
|
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;
|
|
|
|
}
|