This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yoshop-wechat/pages/article/detail/index.wxss

19 lines
193 B
Plaintext
Raw Normal View History

2020-04-25 22:59:04 +08:00
/* wxParse.wxss */
@import "/wxParse/wxParse.wxss";
page {
background: #fff;
}
.container {
padding: 20rpx;
}
.article-content {
font-size: 28rpx;
}
.wxParse-img {
width: 708rpx;
}