app.wxss 1.16 KB
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
/**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;
}