/* pages/outStore/outStore.wxss */
|
|
|
|
page {
|
|
background: rgb(240, 239, 245);
|
|
}
|
|
|
|
.swiper-tab {
|
|
width: 100%;
|
|
/* border-bottom: 2rpx solid #777; */
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
background: white;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-around;
|
|
border-bottom: 0.2rpx solid rgb(236, 231, 231);
|
|
}
|
|
|
|
.swiper-tab-list {
|
|
font-size: 30rpx;
|
|
/* display: inline-block; */
|
|
width: 25%;
|
|
color: #777;
|
|
}
|
|
|
|
.on {
|
|
color: #2788f8;
|
|
border-bottom: 1.5rpx solid #2E8CF5;
|
|
}
|
|
|
|
.swiper-box {
|
|
display: block;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.swiper-items {
|
|
height: 100%;
|
|
}
|
|
|
|
.scroll-views {
|
|
height: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
width: 0;
|
|
height: 0;
|
|
color: transparent;
|
|
}
|
|
|
|
.custmer_list_view{
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding-left: 4%;
|
|
padding-top: 16rpx;
|
|
background: white;
|
|
}
|
|
|
|
.itemview_h{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
padding-top: 5rpx;
|
|
padding-right: 4%;
|
|
padding-bottom: 5rpx;
|
|
}
|
|
|
|
.itemview_h1{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
padding-top: 5rpx;
|
|
padding-right: 4%;
|
|
padding-bottom: 16rpx;
|
|
}
|
|
.text_name{
|
|
font-size: 28rpx;
|
|
color: rgb(136, 136, 136);
|
|
}
|
|
|
|
.text_id{
|
|
font-size: 32rpx;
|
|
color: rgb(48, 48, 48);
|
|
}
|
|
|
|
.view_line_main{
|
|
background: white
|
|
}
|
|
.view_line{
|
|
width: 96%;
|
|
height: 2rpx;
|
|
margin-left: 4%;
|
|
background: rgb(219, 219, 219);
|
|
}
|
|
|
|
.chose{
|
|
width: 100%;
|
|
height: 50rpx;
|
|
position: fixed;
|
|
bottom: 0rpx;
|
|
background: white;
|
|
border-top: 0.5px solid #e0e0e0;
|
|
border-bottom: 0.5px solid #e0e0e0;
|
|
padding-top: 20rpx;
|
|
padding-bottom: 20rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|