idinfo.wxss 732 Bytes
/* pages/main/idinfo/idinfo.wxss */
.page {
  background: #f8f8f8;
}

.text_999_24 {
  font-family: PingFangSC-Regular;
  font-size: 24rpx;
  color: #999;
  background: #fff;
  margin-left: 32rpx;
  line-height: 70rpx;
}

.id_background{
  width: 100%;
  height: 380rpx;
  display: flex;
  align-items: center;
  background-color: #e5e5e5;
}

.id_image_wrap{
  width: 440rpx;
  height: 280rpx;
  margin-left: 150rpx;
  margin-right: 150rpx;
}

.item_body {
  width: 100%;
  height: 80rpx;
}

.text_666_28 {
  font-family: PingFangSC-Regular;
  font-size: 28rpx;
  color: #666;
  line-height: 80rpx;
}

.text_333_28 {
  font-family: PingFangSC-Regular;
  font-size: 28rpx;
  color: #333;
  text-align: right;
  line-height: 80rpx;
}