goldDetail.wxss 1.6 KB
/* pages/index/goldDetail/goldDetail.wxss */
@import "/pages/course/courseDetail/courseDetail.wxss";
@import '/pages/template/template.wxss';
.person_info {
  font-size: 24rpx;
  color: #333;
  display: flex;
  align-items: center;
}
.name {
  margin-right: 36rpx;
}
.cotent_img {
  /* padding: 0 90rpx; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30rpx;
}

.cotent_img image {
  width: 568rpx;
  height: 302rpx;
}
/*会员充值弹框样式开始*/
.mask_vip {
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.7);
  /* filter: blur(2rpx); */
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_vip {
  width: 500rpx;
  height: 410rpx;
  background: rgba(29, 185, 250, 1);
  border-radius: 20rpx;
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 36rpx;
  color: #fff;
}
.vip {
  margin-bottom: 20rpx;
}
.vip_money {
  font-size: 72rpx;
  font-weight: normal;
  color: #fff;
  margin-top: 40rpx;
}
.btn_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30rpx;
}
.vip_btn {
  width: 200rpx;
  height: 60rpx;
  border-radius: 40rpx;
  font-size: 30rpx;
  color: #2ebbf6;
  background: #fff;
  text-align: center;
  line-height: 60rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn2 {
  background: none;
  border: 1rpx solid #fff;
  color: #fff;
  margin-left: 30rpx;
}

/*会员充值弹框样式开始*/