index.wxss 1.74 KB
@import '../../vendors/zanui/actionsheet/index.wxss';

page {
  font-size: 0;
}

.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 {
  height: 234rpx;
  width: 750rpx;
}

.bottom-banner-img {
  width: 750rpx;
  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;
}

.hidden {
  display: none !important;
}

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

.space-line {
  background-color: #444444;
  width: 8rpx;
  height: 30rpx;
  margin-right: 10rpx;
}

.title-view {
  border-bottom:2rpx dashed #E0E0E0;
  margin-left: 32rpx;
  margin-top: 20rpx;
  padding-bottom: 20rpx;
  font-size: 32rpx;
  color: #444444;
  letter-spacing: -0.14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: PingFangSC-Medium;
}

.my-draw-code {
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100rpx;
  background-color: white;
  border-top: 2rpx solid #e0e0ee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-draw-code-text {
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 28rpx;
  color: #444444;
  letter-spacing: 0;
  text-align: center;
}