charge.wxss 667 字节
/* pages/mall/charge/charge.wxss */

page {
  background: #fcfbfa;
}

.content_box {
  padding: 16rpx 30rpx;
}

.list_box {
  background: #fff;
  border-radius: 20rpx;
  margin-bottom: 16rpx;
  padding: 30rpx;
  box-sizing: border-box;
}

.item_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 26rpx;
  color: #1a1a1a;
}

.list_title {
  font-size: 30rpx;
  font-weight: bold;
  color: #26363a;
  margin-bottom: 30rpx;
}
.list_info_box{
  display: flex;
  align-items: center;
}
.list_img{
  width: 128rpx;
  height: 128rpx;
  border-radius: 5rpx;
  margin-right: 30rpx;
}
.list_img image{
  width: 100%;
  height: 100%;
}