/* packageA/pages/article/article.wxss */ .list-page{ width: 100%; height: 100vh; overflow-y: auto; background: white; } .art{ width: 94%; margin-left: 3%; } .title{ width: 100%; text-align: center; font-size: 17px; line-height: 40px; } .type{ width: 100%; line-height: 30px; font-size: 13px; color: #48C17B; } rich-text{ width: 100%; } .short{ margin-top: 25px; width: 100%; color: #999999; font-size: 13px; }