brandlist.wxss 1.4 KB
@import '../search/search.wxss';

page{
  background: #F2F2F2
}
image{
  width:100%;
  height:100%;
}

.kindnav {
  height: 80rpx;
  display: flex;
  justify-content: space-between;
  text-align: center;
  white-space: nowrap;
  overflow-x: scroll;
  align-items: center;
  background: #fff;
  font-size: 0;
  border-bottom: 2rpx solid #f5f5f5;
  padding: 0 32rpx;
}

.kindnav_item {
  white-space: nowrap;
  list-style: none;
  font-size: 28rpx;
  color: #8d8d8d;
  width: auto;
  padding: 0 36rpx;
  position: relative;
}

.kindactive {
  color: #E81825;
}

.kindactive:after {
  display: block;
  content: "";
  width: 70rpx;
  height: 4rpx;
  background: #E81825;
  position: absolute;
  bottom: -20rpx;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.brandleftimg{
  width:90rpx;
  height:90rpx;
  font-size: 0;
  border-radius:50%;
}
.lefttitle{
  color:#1A1A1A;
  font-size: 36rpx;
  margin-left:21rpx;
  font-weight: bold;
}
.brandleft{
  display:flex;
  align-items: center
}

.brandhead{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding: 32rpx 32rpx;
  box-sizing: border-box;
  background: #fff;
}
.brandright{
  display:flex;
  align-items: center

}
.redrow{
  margin-left:20rpx
}
.starimg{
  margin-left:26rpx;
}
.rightname{
  color:#E81825;
  font-size: 26rpx;
}
.baiyun{
  color:#666666;
  font-size: 26rpx;
  padding: 11rpx 31rpx;
  box-sizing: border-box;
}
.searchitem{
  background: #fff;
}