balance _center2.wxss 2.4 KB
/* pages/my/balance _center/balance _center.wxss */

.banner_box {
  padding: 28rpx 25rpx 0 25rpx;
}

.banner_box {
  background-color: #ffda44;
}

.banner_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hello {
  font-size: 34rpx;
  font-weight: bold;
  color: #333;
}

.charge_code {
  font-size: 28rpx;
}

.banner_middle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35rpx;
}

.banner_img {
  width: 238rpx;
  height: 210rpx;
}

.banner_img image {
  width: 100%;
}

.my_balance {
  margin-left: 56rpx;
}

.balance {
  font-size: 30rpx;
  color: #333;
}

.balance_num {
  font-size: 76rpx;
  font-weight: bold;
  color: #333;
}

.banner_bottom {
  display: flex;
  margin-top: 32rpx;
  background: #f4f6f4;
  border-radius: 16rpx 16rpx 0 0;
}

.bottom_btn, .bottom_btn1 {
  color: #949a9a;
  width: 100%;
  font-size: 30rpx;
  padding: 32rpx 0;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: #f4f6f4;
  border-radius: 16rpx 16rpx 0rpx 0rpx;
  flex: 1
}

.bottom_btn1 {
    color: red;
  background-color: #fff;
  border-radius: 16rpx 16rpx 0rpx 0rpx;
}

.btn_character {
  margin-left: 15rpx;
}

.content_item {
  padding: 0 55rpx;
  box-sizing: border-box;
}

.content_title {
  display: flex;
  padding: 42rpx 0; 
  box-sizing: border-box;
}

.recharge_amount {
  font-size: 30rpx;
  font-weight: bold;
}
.amount_hint{
  font-size:22rpx;
  color: #888; 
}
.species_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.species1 {
  padding: 47rpx 33rpx 24rpx 33rpx;
  border: 2rpx solid #ffda44;
  border-radius: 16rpx;
  margin-bottom: 20rpx;
}

.species_content {
  font-size: 25rpx;
  color: #333;
  margin-top: 33rpx;
}

.bottom_btn2 {
  width: 90%;
  height: 80rpx;
  background-color: #ffda44;
  border-radius: 40rpx;
  box-shadow: 10rpx 10rpx 30rpx rgba(255, 204, 68, 0.6);
  font-size: 26rpx;
  color: #333;
  text-align: center;
  line-height: 80rpx;
  margin: 100rpx auto 0 auto;
}

.hint {
  font-size: 22rpx;
  color: #222;
  text-align: center;
  margin-top: 44rpx;
  margin-bottom: 58rpx;
}

.hint_font {
  color: #f44;
}

.content_item {
  padding: 20rpx 65rpx;
}

.item_list {
  padding: 50rpx 0;
  border-bottom: 1rpx solid #f2f2f2;
}
.bottom{
  border: 0;
}

.list_information {
  font-size: 30rpx;
  color: #27363b;
  display: flex;
  justify-content: space-between;
}

.time {
  font-size: 22rpx;
  color: #949a9a;
}