/* pages/outStore/outStore.wxss */
|
|
|
|
page {
|
|
background: rgb(240, 239, 245);
|
|
}
|
|
.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 {
|
|
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: 40px;
|
|
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;
|
|
}
|