yuminge-app/yun-min-program-plugin-master/packageF/storeManagement/withdrawalList/withdrawalList.wxss

157 lines
2.4 KiB
Plaintext

/* packageF/storeManagement/withdrawalList/withdrawalList.wxss */
view,
text {
box-sizing: border-box;
}
.stkcky {
position: sticky;
top: 0;
z-index: 2;
}
.list {
padding: 0 20rpx;
}
.list .item {
margin-top: 21rpx;
padding: 22rpx 30rpx;
background-color: #fff;
border-radius: 10rpx;
}
.list .item .top-order {
display: flex;
align-items: center;
text-align: left;
}
.list .item .top-order .iconfont {
font-size: 48rpx;
}
.list .item .top-order .icon-all_wechat {
color: #1cd66c;
}
.list .item .top-order .icon-all_alipay {
color: #1576ff;
}
.list .item .top-order .icon-pay_yue {
color: #ff7433;
}
.list .item .top-order .icon-pay_otherpay {
color: #ffba00;
}
.list .item .top-order .icon-pay_card {
color: #ffba00;
}
.list .item .top-order .icon-fontclass-deng {
color: #62d18e;
}
.list .item .top-order .order {
flex: 1;
margin-left: 16rpx;
}
.list .item .top-order .order .order-number {
padding-right: 32rpx;
white-space: pre-wrap;
word-break: break-all;
font-size: 27rpx;
line-height: 48rpx;
color: #414141;
}
.list .item .top-order .order .time {
font-size: 24rpx;
color: #9e9e9e;
}
.list .item .top-order .status {
color: #fff;
font-size: 22rpx;
padding: 6rpx 16rpx;
border-radius: 4rpx;
}
.list .item .top-order .red {
background-color: #f15353;
}
.list .item .top-order .yellow {
background-color: #f7c124;
}
.list .item .top-order .blue {
background-color: #28b2fa;
}
.list .item .top-order .green {
background-color: #74b23d;
}
.list .item .top-order .orange {
background-color: #f2852e;
}
.list .item .top-order .grey {
background-color: #a6a6a6;
}
.list .item .bottom-member {
display: flex;
align-items: center;
margin-top: 32rpx;
text-align: left;
}
.list .item .bottom-member .avatar {
width: 70rpx;
height: 70rpx;
border-radius: 50%;
overflow: hidden;
}
.list .item .bottom-member .avatar image {
width: 100%;
height: 100%;
}
.list .item .bottom-member .name-box {
flex: 1;
width: 0;
margin-left: 15rpx;
}
.list .item .bottom-member .name-box .nickname {
font-size: 30rpx;
color: #242424;
}
.list .item .bottom-member .name-box .describe {
margin-top: 26rpx;
font-size: 24rpx;
color: #666;
}
.list .item .bottom-member .cost {
font-size: 22rpx;
color: #9e9e9e;
}
.list .item .bottom-member .cost .p {
margin-top: 16rpx;
}
.list .red-text {
color: #f15353;
}