home.wxss 3.1 KB
/* pages/main/finalpay/home.wxss */

.page {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}

.text_black_bold {
  font-size: 36rpx;
  color: #000;
  font-family: PingFangSC-Medium, PingFang SC;
  line-height: 50rpx;
   font-weight:bold;
}

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

.text_gray3_26 {
  font-size: 26rpx;
  color: #333;
  font-family: PingFangSC-Regular, PingFang SC;
  line-height: 36rpx;
}

.text_gray6_28 {
  font-size: 28rpx;
  color: #666;
  font-family: PingFangSC-Regular, PingFang SC;
  line-height: 40rpx;
}

.text_yellow_28 {
  font-size: 28rpx;
  color: #fa0;
  font-family: PingFangSC-Regular, PingFang SC;
  line-height: 40rpx;
}

.text_blue_26 {
  font-size: 26rpx;
  color: #3795ff;
  font-family: PingFangSC-Regular, PingFang SC;
  line-height: 36rpx;
}

.text_blue_28 {
  font-size: 28rpx;
  color: #3795ff;
  font-family: PingFangSC-Regular, PingFang SC;
  line-height: 36rpx;
}

.btn_blue_radius {
  margin: 26rpx 30rx;
  background: #357aeb;
  border-radius: 5px;
  height: 84rpx;
}

.btn_white_radius {
  margin: 26rpx 30rx;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(228, 231, 240, 1);
  height: 84rpx;
}

.text_white_34 {
  font-family: PingFangSC-Regular;
  font-size: 34rpx;
  color: #fff;
  text-align: center;
  line-height: 42px;
}

.text_blue_34 {
  font-family: PingFangSC-Regular;
  font-size: 34rpx;
  color: #357aeb;
  text-align: center;
  line-height: 42px;
}

.text_gray3_34 {
  font-family: PingFangSC-Regular;
  font-size: 34rpx;
  color: #333;
}

.text_gray3_32 {
  font-family: PingFangSC-Regular;
  font-size: 32rpx;
  color: #333;
}

.text_gray3_28 {
  font-family: PingFangSC-Regular;
  font-size: 28rpx;
  color: #333;
}

.icon_choosed {
  width: 24rpx;
  height: 26rpx;
  margin-top: 10rpx;
  margin-right: 20rpx;
  float: right;
}

.view_gray_bg {
  margin: 20rpx 0;
  width: 100%;
  background: rgba(247, 245, 246, 1);
  opacity: 0.5;
}

.text_gray9_26 {
  font-size: 26rpx;
  color:rgba(153,153,153,1);
  font-family: PingFangSC-Regular, PingFang SC;
  line-height: 40rpx;
}

.light_gray_bg {
  float: right;
  width: 50px;
  margin:10rpx ;
  background: rgba(228, 231, 240, 1);
  border-radius: 2px;
  display: flex;
}

.light_yellow_bg {
  float: right;
  width: 40px;
  margin:10rpx ;
  background: rgba(255, 143, 31, 1);
  border-radius: 2px;
  display: flex;
}

.light_red_bg {
  float: right;
  width: 40px;
  margin:10rpx ;
  background: rgba(255, 96, 16, 1);
  border-radius: 2px;
  display: flex;
}

.text_orange_28 {
  font-size: 17px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 143, 31, 1);
  line-height: 52px;
}

/* 遮罩层 */

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  z-index: 10;
}

.modal_lg {
  width: 80%;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 160rpx;
  z-index: 10;
  padding: 40rpx;
}