my_active.wxss 1.6 KB
.index_newbox {
  margin: 32rpx 0rpx 0 0rpx;
}

.new_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999;
  padding: 0 32rpx;
  font-size: 24rpx;
  flex-wrap: wrap;
}

.new_cell {
  width: 48%;
  padding: 29rpx 0rpx;
  /* border-bottom:1rpx solid #E6E6E6; */
}

.new_cell:nth-child(2n) {
  margin: 0 0 0 10rpx;
}

.new_cellmain {
  overflow: hidden;
}

.new_img {
  width: 336rpx;
  height: 220rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.new_img image {
  width: 100%;
  height: 100%;
  display: block;
}

.new_title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 18rpx 0 13rpx 0;
  color: #292929;
  font-size: 28rpx;
}

.activity_title {
  margin: 0 32rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.activity_title .more{
  display: inline-block;
  color: #999;
  padding: 5rpx 10rpx;
  border: 2rpx solid #999;
  font-size: 28rpx;
}

.title_box {
  margin: 18rpx 0 13rpx 0;
  color: #292929;
  font-size: 28rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title_box image {
  width: 30rpx;
  height: 30rpx;
  margin-right: 10rpx;
}
.wz_box{
   overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title_box .word {
  max-width: 200rpx;
  color: #666;
  font-size: 24rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.empty{
  width: 100%;
  font-size: 32rpx;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #97a0a8;
  text-align: center;
  margin-top: 50rpx;
}