cardIntroduction.wxss 917 字节
/* pages/cardIntroduction/cardIntroduction.wxss */

.content_box {
  width: 100%;
  min-height: 2000rpx;
  background: #e0e0e0;
  font-size: 32rpx;
  color: #000;
  padding: 30rpx;
  /* position: fixed;
  top: 0;
  left: 0; */
  text-align: center;
  /* display: flex;
  align-items: center;
  justify-content: center;
  overflow: scroll; */
}

.bottom_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
}

.share_btn, .groupBuy_btn {
  width: 50%;
  height: 98rpx;
  background: linear-gradient(-84deg, rgba(251, 150, 0, 1), rgba(255, 198, 4, 1));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36rpx;
  color: #fff;
  border-radius: 0;
}

.share_btn::after {
  border: 0;
  border-radius: 0;
}

.groupBuy_btn {
  background: linear-gradient(-78deg, rgba(255, 83, 2, 1), rgba(252, 116, 0, 1));
}