You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

26 lines
377 B

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);
}