66 lines
1007 B
Plaintext
66 lines
1007 B
Plaintext
/* pages/member/integrallist/integrallist.wxss */
|
|
.integrallist .tbs {
|
|
background: #fff;
|
|
overflow: hidden;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
padding: 20rpx 28rpx;
|
|
border-bottom: 2rpx solid #ebebeb;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.integrallist .tbs .item2 {
|
|
flex: 2;
|
|
text-align: left;
|
|
}
|
|
|
|
.integrallist .tbs .item2 .li {
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.integrallist .tbs .item1 {
|
|
color: #8c8c8c;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.integrallist .tbs .item3 {
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.integrallist .tbs .item3 .reduce {
|
|
color: #f15353;
|
|
}
|
|
|
|
.integrallist .tbs .item3 .add {
|
|
color: #259b24;
|
|
}
|
|
|
|
.nomessage {
|
|
color: #555;
|
|
line-height: 600rpx;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.tapShow {
|
|
/* flex: 1; */
|
|
width: 100%;
|
|
padding: 40rpx 0;
|
|
background: #fff;
|
|
border-bottom: 1rpx solid #ebebeb;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
transition: 1s;
|
|
}
|
|
|
|
.tapShowNone {
|
|
display: none;
|
|
transition: 1s;
|
|
}
|
|
|
|
.tapShow view {
|
|
margin-left: 25rpx;
|
|
}
|