135 lines
2.9 KiB
Plaintext
135 lines
2.9 KiB
Plaintext
/* packageF/debt/vipAdd/vipAdd.wxss */
|
|
.addBtn {
|
|
position: fixed;
|
|
display: flex;
|
|
width: 100%;
|
|
height: 111.04rpx;
|
|
left: 0;
|
|
bottom: 0;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-shadow: 0rpx -1.92rpx 21.12rpx 0rpx rgba(206, 206, 206, 0.42);
|
|
background-color: #ffffff;
|
|
}
|
|
.addBtn .addTap {
|
|
width: 612.16rpx;
|
|
height: 80rpx;
|
|
background-color: #f15353;
|
|
border-radius: 40rpx;
|
|
line-height: 80rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
}
|
|
|
|
.listBox {
|
|
padding: 20.16rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding-bottom: 128rpx;
|
|
}
|
|
.listBox .lis {
|
|
background-color: #ffffff;
|
|
border-radius: 9.92rpx;
|
|
padding: 24rpx 24rpx 18.88rpx 24rpx;
|
|
box-sizing: border-box;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.listBox .lis .ticket {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-top: 32rpx;
|
|
}
|
|
.listBox .lis .ticket .btn {
|
|
width: 170.88rpx;
|
|
height: 56.96rpx;
|
|
background-color: #f15353;
|
|
border-radius: 28.16rpx;
|
|
text-align: center;
|
|
line-height: 56.96rpx;
|
|
color: #fff;
|
|
}
|
|
.listBox .lis .account {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 29.12rpx;
|
|
font-size: 22.08rpx;
|
|
color: #7e7e7e;
|
|
}
|
|
.listBox .lis .account .price {
|
|
color: #f15353;
|
|
font-size: 22.08rpx;
|
|
}
|
|
.listBox .lis .lsitTop {
|
|
display: flex;
|
|
}
|
|
.listBox .lis .lsitTop .typeTxt {
|
|
font-size: 24rpx;
|
|
color: #f15353;
|
|
}
|
|
.listBox .lis .lsitTop .user {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
justify-content: space-between;
|
|
}
|
|
.listBox .lis .lsitTop .user .time {
|
|
font-size: 20.16rpx;
|
|
color: #7e7e7e;
|
|
}
|
|
.listBox .lis .lsitTop .user .name {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 28.16rpx;
|
|
color: #2f2f2f;
|
|
}
|
|
.listBox .lis .lsitTop .user .name .grade {
|
|
width: 76.16rpx;
|
|
height: 36.16rpx;
|
|
background-color: #feeded;
|
|
border-radius: 17.92rpx;
|
|
font-size: 20.16rpx;
|
|
color: #f15353;
|
|
text-align: center;
|
|
line-height: 36.16rpx;
|
|
margin-left: 24rpx;
|
|
}
|
|
.listBox .lis .lsitTop .img {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
background-color: #b6b6b6;
|
|
border-radius: 100%;
|
|
margin-right: 16.96rpx;
|
|
}
|
|
.listBox .lis .lsitTop .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.searchBox {
|
|
display: flex;
|
|
padding: 14.08rpx 37.12rpx 14.08rpx 30.08rpx;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background-color: #fff;
|
|
}
|
|
.searchBox .searchMin {
|
|
width: 640rpx;
|
|
height: 60.16rpx;
|
|
background-color: #eff0f1;
|
|
border-radius: 30.08rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 32rpx;
|
|
}
|
|
.searchBox .searchMin .iconfont {
|
|
margin-right: 14.08rpx;
|
|
color: #999999;
|
|
}
|
|
.searchBox .searchMin .van-cell {
|
|
flex: 1;
|
|
padding: 0;
|
|
background-color: #eff0f1;
|
|
} |