170 lines
2.6 KiB
Plaintext
170 lines
2.6 KiB
Plaintext
/* packageA/member/supplier/SupplierIndex/SupplierIndex.wxss */
|
|
.searchBox {
|
|
background-color: #ffffff;
|
|
padding: 14rpx 30rpx;
|
|
}
|
|
|
|
.search {
|
|
width: 100%;
|
|
height: 60rpx;
|
|
background-color: #eff0f1;
|
|
border-radius: 30rpx;
|
|
padding-left: 32rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.search icon {
|
|
color: #999999;
|
|
font-size: 28rpx;
|
|
margin-top: -10rpx;
|
|
margin-right: 13rpx;
|
|
}
|
|
|
|
.search input {
|
|
flex: 0.8;
|
|
}
|
|
|
|
.banner {
|
|
width: 100%;
|
|
height: 320rpx;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
#swiperBanner {
|
|
width: 100%;
|
|
height: 320rpx;
|
|
}
|
|
|
|
.banner image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.viewbox {
|
|
padding: 0 20rpx;
|
|
padding-bottom: 40rpx;
|
|
}
|
|
|
|
.list {
|
|
padding: 0 20rpx;
|
|
box-sizing: border-box;
|
|
margin-top: 20rpx;
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
padding-bottom: 32rpx;
|
|
}
|
|
|
|
.list_top {
|
|
margin-top: 33rpx;
|
|
}
|
|
|
|
.list_top_left {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.list_top_left_icon {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.list_top_left_icon .iconbox {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
border-radius: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-right: 15rpx;
|
|
}
|
|
|
|
.list_top_left_icon .iconbox image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.list_top_left_icon .iconbox .iconfont {
|
|
color: #fff;
|
|
margin-top: -10rpx;
|
|
}
|
|
|
|
.shop {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.shop .shopName {
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
}
|
|
|
|
.shop .shopTotal {
|
|
font-size: 22rpx;
|
|
color: #333333;
|
|
}
|
|
|
|
.shop .shopTotal text {
|
|
color: #f14e4e;
|
|
}
|
|
|
|
.list_top_right_btn {
|
|
font-size: 24rpx;
|
|
color: #ffffff;
|
|
background-color: #f14e4e;
|
|
border-radius: 35rpx;
|
|
padding: 10rpx 22rpx;
|
|
}
|
|
|
|
.lis {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 29rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
overflow-x: scroll;
|
|
}
|
|
|
|
.lis_shop {
|
|
width: 216rpx;
|
|
height: 289rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
margin-right: 20rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.lis_shop .img {
|
|
width: 100%;
|
|
height: 216rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.lis_shop .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.lis_shop .title {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
text-align: left;
|
|
}
|
|
|
|
.lis_shop .price {
|
|
font-size: 24rpx;
|
|
color: #f14e4e;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
text-align: left;
|
|
} |