brandDetail.wxss 1.22 KB
.container {
  position: relative;
}
.content {
  padding-bottom: 130rpx;
}
.brand-detail {
  margin: 40rpx 40rpx 0 40rpx;
  box-shadow: 0 0 20px 0 rgba(176,176,176,0.50);
  border-radius: 2px;
}

.brand-name-tips {
  font-family: PingFang-SC-Regular;
  font-size: 24rpx;
  color: #B0B0B0;
  letter-spacing: 0;
  padding-left: 30rpx;
  padding-top: 30rpx;
}

.brand-name,
.brand-location {
  color: #000000;
}

.brand-location-tips {
  font-family: PingFang-SC-Regular;
  font-size: 24rpx;
  color: #B0B0B0;
  letter-spacing: 0;
  padding-left: 30rpx;
  padding-top: 12rpx;
}

.brand-logo {
  padding-top: 40rpx;
  padding-left: 160rpx;
  width: 360rpx;
  height: 200rpx;
}

.brand-description {
  font-family: PingFang-SC-Regular;
  font-size: 28rpx;
  color: #444444;
  letter-spacing: 0;
  line-height: 23px;
  padding: 24rpx 30rpx 40rpx 30rpx;
}

.product-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: white;
}

.enter-shop {
  width: 100%;
  height: 98rpx;
  background: #444444;
  font-family: PingFang-SC-Medium;
  font-size: 32rpx;
  color: #FFFFFF;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left:0;
  z-index: 99;
}