/* pages/order/order.wxss */
|
|
|
|
page {
|
|
background:#EAF1F8;
|
|
height: calc(100%-10px);
|
|
}
|
|
|
|
.swiper-tab {
|
|
/* height: 30px; */
|
|
margin: 10px 20px;
|
|
text-align: center;
|
|
line-height: 30px;
|
|
background: white;
|
|
display: flex;
|
|
flex-direction: row;
|
|
border-radius: 5px;
|
|
border: 1px solid#2E8CF5;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.swiper-tab-list {
|
|
height: 100%;
|
|
width: 50%;
|
|
font-size: 30rpx;
|
|
color: #777;
|
|
}
|
|
|
|
.on {
|
|
background-color:#2E8CF5 ;
|
|
color: white;
|
|
}
|
|
|
|
.swiper-box {
|
|
width: 100%;
|
|
display: block;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.custmer_list_view_main{
|
|
background-color: #fff;
|
|
}
|
|
|
|
.scroll-views {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.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{
|
|
height: 1rpx;
|
|
background-color: #dbdbdb;
|
|
margin-left: 20rpx;
|
|
margin-right: 0rpx;
|
|
}
|
|
|
|
.view_line{
|
|
height: 1rpx;
|
|
margin-left: 20rpx;
|
|
margin-right: 0rpx;
|
|
background: #dbdbdb;
|
|
}
|
|
|
|
.chose{
|
|
width: 100%;
|
|
height: 40px;
|
|
position: fixed;
|
|
bottom: 0rpx;
|
|
}
|
|
|
|
.xinjian{
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
position: fixed;
|
|
bottom: 60rpx;
|
|
right: 20rpx;
|
|
}
|