index.wxss 3.2 KB
.indexContent.data-v-1cf27b2a {
  padding-bottom: 200rpx;
  position: relative;
}
.indexContent .headImg.data-v-1cf27b2a {
  background-color: #828991;
  width: 100%;
  height: 1246.15rpx;
}
.indexContent .indexMain .payBox.data-v-1cf27b2a {
  background-color: #fff;
  padding-bottom: 46rpx;
}
.indexContent .indexMain .payBox .fromTitle.data-v-1cf27b2a {
  text-align: center;
  font-size: 23rpx;
  font-weight: 400;
  color: #ff8800;
}
.indexContent .indexMain .payBox .fromContent .inp.data-v-1cf27b2a:first-child {
  margin-top: 27rpx;
}
.indexContent .indexMain .payBox .fromContent .inp.data-v-1cf27b2a {
  margin-top: 15rpx;
}
.indexContent .indexMain .payBox .totalPrice.data-v-1cf27b2a {
  text-align: center;
  font-size: 23rpx;
  font-weight: 400;
  color: #4c587a;
  margin-top: 39rpx;
  margin-bottom: 23rpx;
}
.indexContent .indexMain .payBox .totalPrice span.data-v-1cf27b2a {
  font-size: 35rpx;
  font-weight: bold;
  color: #ff8800;
  display: inline-block;
  margin-right: 8rpx;
}
.indexContent .indexMain .joinList.data-v-1cf27b2a {
  background-color: #fff;
  margin-top: 46rpx;
}
.indexContent .indexMain .joinList .listTitle.data-v-1cf27b2a {
  font-size: 23rpx;
  font-weight: 400;
  color: #7985a4;
  text-align: center;
}
.indexContent .indexMain .joinList .listTitle span.data-v-1cf27b2a {
  display: inline-block;
  margin: 0 7rpx;
  font-size: 23rpx;
  font-weight: 400;
  color: #293452;
}
.indexContent .indexMain .joinList .listBody.data-v-1cf27b2a {
  margin-top: 11rpx;
}
.indexContent .indexMain .joinList .listBody .listItem.data-v-1cf27b2a {
  background-color: #f7f7f7;
  padding: 12rpx;
  font-size: 23rpx;
  font-weight: 400;
  color: #293452;
  justify-content: space-around;
}
.indexContent .indexMain .joinList .listBody .listItem .itemInfo.data-v-1cf27b2a {
  text-align: center;
  width: 224.36rpx;
}
.indexContent .indexMain .joinList .listBody .listBg.data-v-1cf27b2a {
  background-color: #ffffff;
}
.indexContent .indexMain .joinList .loadMore.data-v-1cf27b2a {
  text-align: center;
  padding: 17rpx 0;
}
.indexContent .indexMain .joinList .loadMore .loadName.data-v-1cf27b2a {
  font-size: 27rpx;
  font-weight: 400;
  color: #1f78ff;
  margin-right: 8rpx;
}
.indexContent .indexMain .joinList .loadMore image.data-v-1cf27b2a {
  width: 30rpx;
  height: 30rpx;
}
.indexContent .btnBox.data-v-1cf27b2a {
  width: 100%;
}
.indexContent .btnBox .actBtn.data-v-1cf27b2a {
  width: 704rpx;
  height: 108rpx;
  background: linear-gradient(179deg, #ffda47 0%, #ff7c0a 100%);
  box-shadow: 0rpx 8rpx 15rpx 0rpx rgba(224, 120, 0, 0.48), inset 8rpx 15rpx 31rpx 0rpx #fffaad;
  border-radius: 108rpx 108rpx 108rpx 108rpx;
  text-align: center;
  line-height: 108rpx;
  font-size: 42rpx;
  font-weight: bold;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 23rpx;
}
.indexContent .inviteBox.data-v-1cf27b2a {
  position: fixed;
  right: 23rpx;
  bottom: 200rpx;
  width: 108rpx;
  height: 108rpx;
  background: linear-gradient(179deg, #ffda47 0%, #ff7c0a 100%);
  box-shadow: 0rpx 8rpx 15rpx 0rpx rgba(224, 120, 0, 0.48), inset 4rpx 8rpx 23rpx 0rpx #fffaad;
  border-radius: 108rpx 108rpx 108rpx 108rpx;
  font-size: 27rpx;
  font-weight: bold;
  color: #ffffff;
}
.indexContent .inviteBox .intieText.data-v-1cf27b2a {
  width: 56rpx;
  height: 69rpx;
}