/**app.wxss**/ @import 'weui.wxss'; .container { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 200rpx 0; box-sizing: border-box; } .backgroundView { height: 100%; width: 100%; background-color: #d8dbd4; } .horizontalCenter { display: flex; flex-direction: row; align-items: center; justify-content: space-between; } page{ height:100%; background: #d8dbd4 } .linebackgroundcolor{ background: #d8dbd4 } .verticalView{ display: flex; flex-direction: column; } .horizontalView{ display: flex; flex-direction: row; } .loadMoreView { height: 20px; text-align: center; font-size: 13px; background-color: white; } .blankView { background: white; width: 100%; height: 10px; } /*// 不换行*/ .not_line_feed{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }