VmyTeam.wxss 2.3 KB
page {
  background: #f9f9f9;
}
.container {
  width: 100%;
  background: #f9f9f9;
  padding: 0 32rpx;
  box-sizing: border-box;
}
.container .team {
  width: 100%;
  padding: 32rpx 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .team .left_team {
  flex: 1;
  border: 2rpx solid rgba(0, 0, 0, 0);
  font-size: 28rpx;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #06121e;
  line-height: 40rpx;
}
.container .team .lrgt_team {
  width: 140rpx;
  text-align: right;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10rpx;
  box-sizing: border-box;
}
.container .team .lrgt_team .text_bgc {
  font-size: 28rpx;
  color: #E8370F;
}
.container .team .lrgt_team .bgc {
  width: 10rpx;
  height: 10rpx;
  background-color: #E8370F;
}
.container .team .lrgt_team .active {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
}
.container .team_list {
  width: 100%;
  background-color: #fff;
  padding: 20rpx 32rpx;
  box-sizing: border-box;
}
.container .team_list .item_team {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20rpx 0;
  box-sizing: border-box;
  border-bottom: 2rpx solid #F2f2f2;
}
.container .team_list .item_team .lf_item {
  flex: 1;
  display: flex;
  align-items: center;
}
.container .team_list .item_team .lf_item image {
  width: 72rpx;
  height: 72rpx;
  margin-right: 20rpx;
}
.container .team_list .item_team .lf_item .lf_name {
  font-size: 28rpx;
  color: #06121E;
}
.container .team_list .item_team .ben {
  width: 108rpx;
  height: 52rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8rpx;
  border: 1rpx solid #707070;
  font-size: 24rpx;
  color: #06121E;
}
.container .team_list .item_team:last-child {
  border: none;
}
.container .footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10rpx 0;
  z-index: 10;
  background-color: #fff;
}
.container .footer .btnbuy__ {
  height: 88rpx;
  width: 92%;
  color: #fff;
  line-height: 88rpx;
  padding: 0;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 28rpx;
  background: #E8370F;
  border-radius: 12rpx;
  margin: 0 auto;
}