team_more.wxss 1.46 KB
/* pages/team/team_more/team_more.wxss */

/* pages/team/test.wxss */

page {
  background-color: white;
}

.top {
  background-color: white;
  width: 100%;
  height: 100rpx;
  font-size: 32rpx;
  border-bottom: 2rpx #e5e5e5 solid;
  padding-left: 4rpx;
  padding-right: 4rpx;
}

.group {
  width: 100%;
  margin-top: 20rpx;
  min-height: 108rpx;
}

.group .group-list {
  border: 1rpx #f48886 solid;
  border-radius: 200rpx;
  height: 90rpx;
  width: 720rpx;
  margin-left: 15rpx;
  overflow: hidden;
  display: flex;
  position: relative;
}

.group .group-list .gtou {
  width: 80rpx;
  height: 80rpx;
  top: 6rpx;
}

.group .group-list .gtou image {
  width: 80rpx;
  height: 80rpx;
  border-radius: 200rpx;
  background-color: green;
}

.group .group-list .gdn {
  font-size: 24rpx;
  line-height: 48rpx;
  height: 48rpx;
  width: 168rpx;
  color: #8f8f94;
  margin-left: 15rpx;
}

.group .group-list .ghaicha {
  text-align: right;
  width: 320rpx;
  height: 96rpx;
  font-size: 24rpx;
  overflow: hidden;
}

.group .group-list .ghaicha .gred {
  height: 48rpx;
  line-height: 48rpx;
  color: red;
  width: 300rpx;
}


.group .group-list .cjt {
  height: 86rpx;
  width: 120rpx;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 100rpx 100rpx 0;
  line-height: 86rpx;
  font-size: 24rpx;
  color: #fff;
  border: 2rpx solid #dd524d;
  background-color: #dd524d;
}

.gbody {
  background-color: white;
}
.time_show_view{ height: 40rpx; line-height: 40rpx; color: #8f8f94; }