Volunteer_group.wxss 2.1 KB
/* pages/Volunteer_group/Volunteer_group.wxss */
page{
    background-color: rgb(240, 240, 240);
}

.group_name {
padding: 0 32rpx;
    height: 88rpx;
    line-height: 88rpx;
    font-size: 34rpx;
    color: #7D7E80;
    background-color: #ffffff;
    display: flex;
    align-items: center;
}

.group_name image {
    width: 36rpx;
    height: 36rpx;
    margin-right: 16rpx;
}

/*  */
.new_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
    margin-top: 24rpx;
    padding: 0 32rpx;
    font-size: 24rpx;
    flex-wrap: wrap;
    /* border-bottom: 2rpx solid #e6e6e6; */
  
  }
  
  .new_cell {
    width: 48%;
    /* padding: 29rpx 0rpx; */
    background-color: #ffffff;
    border-radius: 7px;
    overflow: hidden;
  
  }
  
  .new_cell:nth-child(2n) {
    margin: 0 0 0 10rpx;
  }
  
  .new_cellmain {
    overflow: hidden;
    width: 336rpx;
    background-color: #ffffff;
    border-radius: 7px;
  }
  
  .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 {
    padding: 0 16rpx;
    height: 76rpx;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 18rpx 0 13rpx 0;
    color: #292929;
    font-size: 28rpx;
  }
  
  .activity_title {
    margin: 0 32rpx;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .title_box {
    padding: 0 16rpx;
    margin: 18rpx 0 13rpx 0;
    font-size: 24rpx;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .wz_box {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .title_box .word {
    max-width: 200rpx;
    color: #FF976A;
    font-size: 24rpx;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }