VbalanceRecharge.wxss 2.1 KB
page {
  background: #f9f9f9;
  width: 100%;
  height: 100%;
}
.container {
  width: 100%;
}
.container .header {
  width: 100%;
  background: #f53526;
}
.container .header .left_img {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 32rpx;
  box-sizing: border-box;
  height: 88rpx;
}
.container .header .left_img image {
  width: 32rpx;
  height: 32rpx;
}
.container .header .left_img .title_oage {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
}
.container .health {
  width: 100%;
  height: 100%;
}
.container .health .rechange {
  width: 100%;
  padding: 32rpx;
  box-sizing: border-box;
}
.container .health .rechange .item_rechange {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24rpx 32rpx;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f2f2f2;
  background-color: #fff;
}
.container .health .rechange .item_rechange .left_item .item_name {
  font-size: 28rpx;
  color: #06121E;
}
.container .health .rechange .item_rechange .left_item .item_date {
  font-size: 24rpx;
  color: #06121E;
}
.container .health .rechange .item_rechange .lis_icoon {
  display: flex;
  align-items: center;
}
.container .health .rechange .item_rechange .lis_icoon .icon_is {
  font-size: 32rpx;
  color: #06121E;
}
.container .health .rechange .item_rechange .lis_icoon .pt {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.container .health .rechange .item_rechange .lis_icoon .pt .pt_icon {
  font-size: 22rpx;
  color: #06121E;
}
.container .health .rechange .item_rechange .lis_icoon .pt .pt_price {
  font-size: 32rpx;
  color: #06121E;
}
.container .health .cno {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .health .cno .kongbox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 200rpx auto;
}
.container .health .cno .kongbox image {
  width: 500rpx;
}
.container .health .cno .kongbox .c_name {
  margin-top: 30rpx;
  font-size: 32rpx;
  color: #ccc;
}