home.wxss 1.5 KB
/* pages/main/finalpayment/home.wxss */

.page{
   background-color: #fcfcfc
}

.arrow_wrap {
  position: relative;
  width: 40rpx;
  height: 40rpx;
  align-self: center;
  margin-top: 8rpx
}

.text_gray_32 {
  font-size: 32rpx;
  color: #6c7596;
  font-family: PingFangSC-Semibold;
}

.payment_img_bg {
  width: 92%;
  height: 454rpx;
}

.view_bg_wrap {
  position: absolute;
  z-index: 2;
  display: flex;
  width: 690rpx;
  flex-wrap: nowrap;
}

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

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

.text_blue_wrap_28{
font-size: 28rpx;
color: #357AEB;
letter-spacing: 0;
}

.text_333_bold_36{
font-size: 36rpx;
font-family: PingFangSC-Semibold;
color: #333333;
text-align: center;
}

.text_333_22{
font-size: 22rpx;
font-family: PingFangSC-Regular;
color: #333333;
text-align: center;
}

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

.container_wrap {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    -webkit-text-size-adjust:none;
    -webkit-user-select: none;
    font-size: 35rpx;
    color: #333;
    font-family: Helvetica,Arial,"Helvetica Neue","Droid Sans","Microsoft YaHei",sans-serif;
}
.canvas {
    width: 100%;
    height: 200px;
}

.btn_bottom {
  width: 100%;
  height: 84rpx;
  background: #357aeb;
  text-align: center;
  position: relative;
  color: #fff;
  bottom: 0;
  line-height: 84rpx;
}