brands.ttss 2.7 KB

.swiper-box{
  width:100%;
  height:364rpx;
  margin-top: 20rpx;
}

.swiper-box .slide-image{
  width:100%;
  height:100%; 
  display: inline-block;
  overflow: hidden;
}

.swiper-box .wx-swiper-dots.wx-swiper-dots-horizontal{
     margin-bottom: -10rpx; 
     padding-left: 15rpx;
     padding-right: 10rpx;
     padding-top: 5rpx;
     padding-bottom: 5rpx;
     border-radius: 40rpx; 
     background-color: rgba(0,0,0,0.2);
}
.swiper-box .wx-swiper-dot{
    width:10rpx;
    display: inline-flex;  
    height: 10rpx;
    margin-left: -5rpx;  
    justify-content:space-between; 
}


.container {
  background-color: white;
  padding-top: 88rpx;
}

.space {
  width: 100%;
  height: 20rpx;
  background: #F0F0F0;
}

.custom_brands {
  width: 100%;
  height: 88rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom_brands .title {
  font-family: PingFang SC Semibold;
  font-size: 28rpx;
  color: #222222;
  letter-spacing: -0.34px;
}

.custom_brands_List {
  white-space: nowrap;
  background-color: white;
} 

.custom_brands_List .custom_brands_List_item {
  width: 120rpx;
  height: 180rpx;
  margin-left: 40rpx;
  display: inline-block;
  align-items: center;
}

.custom_brands_List .custom_brands_List_img {
  width: 120rpx;
  height: 60rpx;
  margin-top: 40rpx; 
}

.custom_brands_List .custom_brands_List_name {
  width: 120rpx;
  text-align: center;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-family: PingFang SC;
  font-size: 24rpx;
  color: #B0B0B0;
  letter-spacing: -0.33px;
  margin-top: 10rpx;
}

.alphanet-selector {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
  box-sizing: border-box;
}

.selector-one {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rpx 12rpx;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  font-family: PingFang SC;
  font-size: 22rpx;
  color: #444444;
  letter-spacing: 0.79px;
  line-height: 24rpx;
}  

.selector-one_serachIcon {
  width: 20rpx;
  height: 20rpx;
}  

.newsearch{
  height: 60rpx;
  width: 690rpx;
  margin-left: 30rpx;
  background-color: #F0F0F0;
  display: flex;
  flex-direction: row;
  align-items: center; 
  /* justify-content: center; */
  border-radius: 8rpx;
  opacity: 0.5;

}

.newsearchSpace {
  height: 21rpx;
  width: 100%;
}

.serachIcon {
  width: 24rpx;
  height: 24rpx;
  margin-left: 21rpx;
}

.serach_view_show {
  display: block;
  padding-left: 10rpx;
  line-height: 2.57;
  letter-spacing: 1.1px;
  text-align: left;
  font-family: PingFang SC;
  font-size: 28rpx;
  color: #B0B0B0;
  letter-spacing: -0.39px;

}