vipManage.wxss 731 字节
/* pages/my/vipManage/vipManage.wxss */

.content_box {
  padding: 0 40rpx;
  box-sizing: border-box;
}

.more_info_box {
  width: 686rpx;
  height: 150rpx;
  background: rgba(255, 255, 255, 1);
 box-shadow:0rpx 0rpx 8rpx 0rpx rgba(51,51,51,0.1);
  border-radius: 10rpx;
  font-size: 30rpx;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20rpx;
  box-sizing: border-box;
  margin-top: 30rpx;
}
.null_box{
  color: #fff;
}
.more_info_box image {
  width: 120rpx;
  height: 120rpx;
  border-radius: 8rpx;
}

.more_btn {
  padding: 20rpx;
  border-bottom: 1rpx solid #e8e8e8;
}

.more_btn:last-child {
  border-bottom: 0;
}

.more_active {
  color: #ff8080;
}