page {
|
|
background: rgb(240, 239, 245);
|
|
}
|
|
|
|
.custmer_list_view{
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding-left: 5%;
|
|
padding-top: 16rpx;
|
|
padding-bottom: 16rpx;
|
|
background: white;
|
|
}
|
|
|
|
.text_name{
|
|
font-size: 40rpx;
|
|
color: rgb(48, 48, 48);
|
|
}
|
|
|
|
.view_line_main{
|
|
background: white
|
|
}
|
|
.view_line{
|
|
width: 100%;
|
|
height: 2rpx;
|
|
background: rgb(219, 219, 219);
|
|
}
|