/**app.wxss**/
@import 'weui.wxss';
@import "utils/util_UI.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: rgb(244, 244, 244);
}
.horizontalCenter {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
page{
  height:100%;
  background: rgb(244, 244, 244);
}
.linebackgroundcolor{
  background: #d8dbd4 
}
.verticalView{
  display: flex;
  flex-direction: column;
}
.horizontalView{
  display: flex;
  flex-direction: row;
}
.loadMoreView {
  height: 20px;
  text-align: center;
  font-size: 12px;
  width: 100%;
   background: rgba(0, 0, 0, 0); 
  /* background: rebeccapurple; */
  color: rgb(22, 22, 22)
}
.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;
}
.input-placeholder {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}