approveInfo.wxss 1006 字节
/* pages/my/approveInfo/approveInfo.wxss */
.list_img {
  width: 190rpx;
  height: 190rpx;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 144rpx;
}

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

.content_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.list_content {
  font-size: 30rpx;
  color: #999;
  /* padding: 140rpx 0rpx; */
  text-align: center;
  box-sizing: border-box;
  line-height: 70rpx;
  margin-top: 50rpx;
}

.list_info {
  font-size: 34rpx;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.list_btn {
  width: 464rpx;
  height: 96rpx;
  border: 1rpx solid #e6e6e6;
  border-radius: 8rpx;
  font-size: 34rpx;
  color: #333;
  line-height: 96rpx;
  text-align: center;
  margin-top: 50rpx;
  margin: 40rpx auto;
}

.list_active {
  background: linear-gradient(333deg, rgba(22, 155, 213, 1) 0%, rgba(0, 211, 255, 1) 100%);
  box-shadow: 0rpx 6rpx 20rpx rgba(29, 89, 254, 0.17);
  border: 0;
  color: #fff;
}