groupPurchase.wxss 4.76 KB
@import "./groupPurchaseShare.wxss";

.container {
  width: 100%;
  height: 100%;
}
.tab{
  width:100%;
  display:flex;
  flex-direction:row;
  align-items: center;
  border-bottom: 1rpx solid #e0e0e0
}
.tabItem{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center
  }
.tiptext{
  font-family: PingFang-SC-Medium;
  font-size: 32rpx;
  color: #B0B0B0;
  flex: 1;
  width: wrap;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: row;
  align-items: center
   /* border: 1rpx solid #D00218   */
}
.tab-line{
  background-color: black
}
.errorView {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.errorView .error {
  margin-top: 50%;
  color: black;
  font-size: 50rpx;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.line {
  width: 100%;
  height: 1rpx;
  background: #e0e0e0;
  margin-left: 30rpx;
}

.cell {
  width: 100%;
  height: 300rpx;
  display: flex;
  flex-direction: row;
  align-items: center;
}


.cell .left {
  width: 230rpx;
  height: 300rpx;
  display: flex;
  justify-content: flex-end;
}

.cell .left .activityImage {
  width: 200rpx;
  height: 260rpx;
  margin-top: 20rpx;
}

.cell .right {
  position: relative;
  width: 490rpx;
  height: 260rpx;
}

.new-name-tag{
  position: absolute;
  top: 10rpx;
  left: 20rpx;
  height: 38rpx;
  width: 80rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}
.name-tag{
  height: 28rpx;
  width: 80rpx
}
.titleView{
  position: absolute;
  top: 10rpx;
  left: 20rpx;
  width: 470rpx;
  height: wrap;
}
.title{
  font-size: 28rpx;
  line-height:38rpx;
  color: #444444;
  word-break:break-all;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
/* .cell .right .title{
  font-size: 28rpx;
  line-height: 38rpx;
  color: #444444;
  word-break:break-all;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
} */

.cell .right .priceView{
  position: absolute;
  bottom: 44%;
  width: 470rpx;
  height: 40rpx;
  margin-left: 20rpx;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  /* margin-top: 16rpx; */
}

.cell .right .priceView .icon{
  width: 80rpx;
  height: 28rpx;
  margin-bottom: 3rpx;
}

.cell .right .priceView .tip{
  width: 80rpx;
  height: 28rpx;
  margin-bottom: 3rpx;
  background-color: #D00218;
  display: flex;
  flex-direction: row;
  align-items: center
}

.cell .right .priceView .price1{
  font-size: 36rpx;
  /* margin-left: 20rpx; */
  color: #D0021B;
  line-height: 35rpx;
  text-align: end;
  font-weight: bold;
}

.cell .right .priceView .price2{
  font-size: 24rpx;
  margin-left: 16rpx;
  line-height: 28rpx;
  color: #B0B0B0;
  text-align: end;
  text-decoration: line-through;
}

.cell .right .buttonView{
  position: absolute;
  bottom: 0rpx;
  width: 470rpx;
  height: 60rpx;
  /* margin-top: 70rpx; */
  /* margin-top: 64rpx; */
  margin-left: 20rpx;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cell .right .group-num{
    position: absolute;
    bottom: 0rpx;
    margin-left: 20rpx;
    color: #444444;
    font-size: 24rpx;
    text-align: center;
    /* font-weight: bold; */
    font-family: PingFang-SC-Medium;
    
}
.cell .right .buttonView .button1{
  width: 120rpx;
  height: 60rpx;
  font-size: 24rpx;
  color: #D0021B;
  border:1px solid;
  border-color: #D0021B; 
  border-bottom-left-radius: 50rpx;
  border-top-left-radius: 50rpx;
  line-height: 60rpx;
  text-align: center;
  background: white;
}

.cell .right .buttonView .button2{
  width: 120rpx;
  height: 60rpx;
  font-size: 24rpx;
  color: white;
  border:1px solid;
  border-color: #D0021B; 
  border-bottom-right-radius: 50rpx;
  border-top-right-radius: 50rpx;
  text-align: center;
  line-height: 60rpx;
  background: #D0021B;
}
.bottom-tab-container{
  position: fixed;
  bottom: 0rpx;
  width: 100%;
  height: 88rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background: white;
  border-top:1rpx solid #E0E0E0;
}
.my-group{
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  color: #444444;
  letter-spacing: 0;
  text-align: center; 
  font-weight: bold
}
.my-share{
  position: fixed;
  bottom: 192rpx;
  right: 4%;
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom-tab{
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.channel-tab{
  width: wrap;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tab-image{
  height: 100%;
  width: 96rpx;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent;
}