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.
 

69 lines
935 B

/* pages/order/order.wxss */
page{
background: rgb(240, 239, 245)
}
.custmer_list{
margin-bottom: 10%;
}
.custmer_list_view{
display: flex;
flex-direction: column;
padding-left: 5%;
padding-top: 16rpx;
background: white;
}
.phone_h{
display: flex;
flex-direction: row;
justify-content: space-between;
padding-top: 12rpx;
padding-right: 5%;
padding-bottom: 10rpx;
}
.text_name{
font-size: 32rpx;
color: rgb(48, 48, 48);
}
.text_state{
font-size: 28rpx;
}
.text_id{
font-size: 28rpx;
color: rgb(136, 136, 136);
}
.text_time{
font-size: 28rpx;
color: rgb(136, 136, 136);
}
.view_line_main{
background: white
}
.view_line{
width: 92%;
height: 2rpx;
margin-left: 4%;
margin-right: 4%;
background: rgb(219, 219, 219);
}
.chose{
width: 100%;
position: fixed;
bottom: 0rpx;
}
.xinjian{
width: 160rpx;
height: 160rpx;
position: fixed;
bottom: 60rpx;
right: 20rpx;
}