index.wxss 906 Bytes

.product {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20rpx;
}

.productList {
  margin-bottom: 322rpx;
  background: #F0F0F0;
}

.list-top-blank,
.list-foot-blank
{
  width: 100%;
  height: 88rpx;
  text-align: center;
  line-height: 88rpx;
  font-size: 30rpx;
  color: #ccc;
}

.bottom-banner {
  position: fixed;
  bottom: 88rpx;
  height: 234rpx;
  width: 100%;
}

.bottom-banner-img {
  width: 100%;
  height: 234rpx; 
}

.bottom-bar {
  position: fixed;
  bottom: 0;
  height: 88rpx;
  width: 100%;
  background-color: white;
  text-align: center;
  border-top: 1rpx solid #ccc;
  font-size: 28rpx;
  line-height: 88rpx;
}

.bottom-btn {
  line-height: 88rpx;
  text-align: center;
  font-size: 28rpx;
  color: black;
  border: none !important;
  border-radius: unset;
}

.tabs-class {
  border-bottom: 1rpx solid #E0E0E0;
}

.topgif {
  width: 100%;
  height: 200rpx;
}