VipRecharge.wxss 1.9 KB
page {
  background: #f5f5fa;
}

.content_box {
  padding: 49rpx 30rpx 30rpx 30rpx;
}

.banner_box {
  width: 100%;
  min-height: 317rpx;
  padding: 40rpx;
  background: linear-gradient(-30deg, rgba(75, 135, 243, 1), rgba(83, 147, 250, 1));
  box-shadow: 0rpx 15rpx 30rpx 0rpx rgba(75, 135, 243, 0.24);
  border-radius: 16rpx;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.banner_info {
  font-size: 26rpx;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  top: -20rpx;
  transform: translateX(-50%);
  z-index: 20;
}

.banner_img {
  width: 300rpx;
  height: 55rpx;
  position: absolute;
  left: 50%;
  top: -20rpx;
  transform: translateX(-50%);
  z-index: 10;
}

.banner_img image {
  width: 100%;
  height: 100%;
}

.banner_title {
  font-size: 36rpx;
  font-weight: bold;
  color: #fff;
}

.banner_content {
  font-size: 28rpx;
  color: #fff;
  margin: 30rpx 0;
}

.item_list_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 36rpx;
}

.item_list {
  width: 326rpx;
  height: 225rpx;
  background: linear-gradient(-30deg, rgba(255, 92, 46, 1), rgba(255, 152, 116, 1));
  box-shadow: 0rpx 15rpx 30rpx 0rpx rgba(75, 135, 243, 0.24);
  border-radius: 16rpx;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 36rpx;
}

.list_title {
  font-size: 30rpx;
  color: #fff;
}

.list_content {
  font-size: 28rpx;
  color: #fff;
  margin: 20rpx 0;
}

.list_btn {
  font-size: 28rpx;
  color: #508ef7;
  background: #fff;
  border-radius: 30rpx;
  padding: 10rpx 30rpx;
}

.month_card {
  color: #ff6b40;
}

.year_list {
  background: linear-gradient(to right, #f7a80a, #fcc200);
}

.year_card {
  color: #e7ad27;
}