index.wxss 1.11 KB

.popular .title {
  background-color: white;
  display: flex;
  flex-direction: row;
    height: 80rpx;
    align-items: center;
}

.popular .line {
    width: 4rpx;
    height: 30rpx;
    background-color: #444444;
    margin-left: 20rpx;
}
.popular .text {
    flex: 1;
    text-align: left;
    color: #444444;
    font-family: PingFang SC;
    font-size: 30rpx;
    margin-left: 16rpx;
    font-weight: 600;
}

.popImgScrollView{
  white-space: nowrap;
  background-color: white;
}
.popular-content .img-item {
   width: 186rpx;
  height: 296rpx;
  display: inline-block;
  margin-top: 30rpx;
  margin-left: 32rpx;
}
.img-item:last-child {
  margin-right: 32rpx;
}

.pop-item-img {
  width: 100%;
  height: 228rpx;
}

.pop-item-price {
  width: 100%;
  height: 23%;
  text-align: center;
  line-height: 50rpx;
  color:#444444;
  font-size: 24rpx;
  font-family: PingFang SC;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.titleMore{
  width: 48rpx;
  height: 38rpx;
  display: flex;
  margin-right: 30rpx;
  align-items: center;
  justify-content: center;
}

.titleMoreIm{
  width: 44rpx;
  height: 8rpx;
}