51 lines
1.1 KiB
Plaintext
51 lines
1.1 KiB
Plaintext
/* packageI/allowanceIndex/allowanceTeam/allowanceTeam.wxss */
|
|
.listbox {
|
|
background: #fff;
|
|
padding: 0 29.12rpx;
|
|
}
|
|
.listbox .lis:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.listbox .lis {
|
|
border-bottom: 1rpx solid #ebebeb;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 29.12rpx 0;
|
|
}
|
|
.listbox .lis .lisLeft {
|
|
display: flex;
|
|
align-content: center;
|
|
}
|
|
.listbox .lis .lisLeft .img {
|
|
width: 60.16rpx;
|
|
height: 60.16rpx;
|
|
background-color: #f05152;
|
|
border-radius: 100%;
|
|
}
|
|
.listbox .lis .lisLeft .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 100%;
|
|
}
|
|
.listbox .lis .lisLeft .name {
|
|
font-size: 24rpx;
|
|
color: #202020;
|
|
margin-left: 10.88rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.listbox .lis .lisRight {
|
|
flex: 1;
|
|
display: flex;
|
|
/* align-items: center; */
|
|
flex-direction: column;
|
|
align-items: flex-end;
|
|
}
|
|
.listbox .lis .lisRight .txt1 {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 22.08rpx;
|
|
}
|
|
.listbox .lis .lisRight .txt1 .total, .listbox .lis .lisRight .txt1 .price {
|
|
color: #f15353;
|
|
} |