brandpage.wxss 1.6 KB
.brandhead{
  width:750rpx;
  height:340rpx;
  font-size: 0;
  position: relative
}

image{
  width:100%;
  height:100%;
}
.branditem{
  width:100%;
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32rpx;
  box-sizing: border-box;
  position: absolute;
  top:125rpx;
}
.brandlimg{
  width:90rpx;
  height:90rpx;
  font-size: 0;

}
.brandname{
  color:#FFFFFF;
  font-size: 36rpx;
  margin-left:21rpx;
}
.branditemleft{
  display:flex;
  align-items: center
}
.branditenright{
  padding: 0 20rpx;
  height:50rpx;
  background:rgba(255,255,255,1);
  border-radius:2px;
  color:#E81825;
  font-size: 26rpx;
  text-align: center;
  line-height: 50rpx;
}
.brandbottom{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding: 31rpx 31rpx;
  box-sizing:border-box; 
  border-bottom: 16rpx solid #F2F2F2
}
.brandtitle{
  color:#1A1A1A;
  font-size: 28rpx;
}
.duigou{
  width:24rpx;
  height:24rpx;
  font-size: 0;
  margin-left:8rpx;
}
.brandboleft{
  display:flex;
  align-items: center;
  
}
.brandboxitem{
  padding: 32rpx;
  box-sizing: border-box;
  border-bottom:12rpx solid #F2F2F2
}
.boxtop{
  display:flex;
  justify-content: space-between;
  align-items: center
}
.boxtopleft{
  color:#1A1A1A;
  font-size: 32rpx;
  position: relative;
  padding-left: 18rpx;
}
.boxtopleft::before{
  position: absolute;
  top:10rpx;
  left:-2%;
  content:'';
  display:block;
  width:4rpx;
  height:26rpx;
  background:#E81825 ;

}
.brandtext{
  color:#1A1A1A;
  font-size: 26rpx;
  margin-top:28rpx;
}
.brandimg{
  width:686rpx;
  height:340rpx;
  font-size: 0;
  margin-top:37rpx;
}