/**
 * @file index.css
 * @author swan-solution@baidu.com
 */

body {
    background: #f5f5f5;
}
.smt-feed-page {
    display: block;
    height: 88vh;
    margin-top: .2rem;
    background: #f5f5f5;
}
.smt-feed-page scroll-view {
    overflow: hidden;
    border-radius: 18.12rpx 18.12rpx 0 0;
}
.content-loading {
    height: 100vh;
}
