historydetail.wxss 733 Bytes
/* pages/main/finalpayment/historydetail/historydetail.wxss */
.text_gray_32 {
  font-size: 32rpx;
  color: #6c7596;
  font-family: PingFangSC-Semibold;
}

.icon_wrap {
  width: 8rpx;
  height: 28rpx;
}

.text_num_wrap {
  font-family: PingFangSC-Semibold;
  font-size: 15px;
  color: #333;
  text-align: center;
}

.text_text_wrap {
  font-family: PingFang-SC-Medium;
  font-size: 11px;
  color: #333;
  text-align: center;
}

.container_wrap {
  height: 560rpx;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    -webkit-text-size-adjust:none;
    -webkit-user-select: none;
    font-size: 24rpx;
    color: #6c7596;
    font-family: PingFang-SC-Medium;
}
.canvas {
    width: 100%;
    height: 280;
}