53 lines
1000 B
Plaintext
Raw Normal View History

2025-10-29 13:53:24 +08:00
page {
background-color: #f8f8f8;
}
.customer_item {
background-color: #fff;
border-radius: 15rpx;
padding: 0 30rpx 30rpx 30rpx;
margin: 30rpx;
display: flex;
align-items: center;
border-radius: 20rpx;
justify-content: space-between;
padding: 0 30rpx;
}
.customer_item_head {
padding: 30rpx 0 25rpx 0;
color: #333;
font-size: 28rpx;
font-weight: 500;
}
.customer_item .name {
padding-bottom: 10rpx;
}
.customer_item .identity {
display: flex;
align-items: center;
font-size: 24rpx;
color: #666;
font-weight: 400;
}
.customer_item .identity .status_tab {
font-size: 24rpx;
margin-right: 10rpx;
}
.customer_item .unbind {
color: #0082fa;
font-size: 24rpx;
}
.customer_item_add_btn {
display: flex;
align-items: center;
border-radius: 20rpx;
padding: 25rpx 30rpx;
font-size: 28rpx;
background-color: #fff;
color: #333;
border: 2px dashed #d3d3d3;
font-weight: 500;
margin: 30rpx;
}
.customer_item_add_btn text {
padding-left: 5rpx;
}