yuminge-app/yun-min-program-plugin-master/packageA/member/extension/incomedetails/incomedetails.wxss

66 lines
1010 B
Plaintext

/* pages/member/incomedetails/incomedetails.wxss */
.buttonleft {
display: flex;
align-items: center;
justify-content: flex-end;
}
.incomedetailed .tbs {
background: #fff;
overflow: hidden;
display: flex;
align-items: center;
padding: 20rpx 24rpx;
border-bottom: 2rpx solid #e2e2e2;
}
.incomedetailed .tbs .left {
-ms-flex: 2;
flex: 2;
text-align: left;
line-height: 48rpx;
}
.incomedetailed .tbs .item1 {
font-size: 28rpx;
color: #333;
}
.incomedetailed .tbs .item2 {
color: #8c8c8c;
}
.incomedetailed .tbs .item3 {
flex: 1;
text-align: right;
font-size: 28rpx;
}
.incomedetailed .tbs .item3 .add {
color: #259b24;
}
.screenContent {
display: flex;
flex-wrap: wrap;
}
.screen {
box-sizing: border-box;
padding: 12rpx 0;
border-radius: 10rpx;
background: #f5f5f5;
font-size: 24rpx;
width: 27%;
margin: 3%;
text-align: center;
}
.nomessage {
color: #555;
line-height: 600rpx;
text-align: center;
margin: 0 auto;
font-size: 32rpx;
}