orderConfirm.wxss 2.25 KB
.orderContainer {
  width: calc( 100% - 80rpx );
  margin-left: 40rpx;
  margin-right: 40rpx;
  padding-bottom: 200rpx;
}

.message-title {
  font-family: PingFang-SC-Semibold;
  color: #000;
  font-size: 68rpx;
  font-weight: bold;
}

.pay-bottom-root {
  width: 100%;
  height: 200rpx;
  display: flex;
  position: fixed;
  bottom: 0;
  flex-direction: column;
  justify-content: flex-start
}

.payProtocolContainer {
  position: absolute;
  bottom: 120rpx;
  width: 100%;
  height: 80rpx;
  border-top: 2rpx solid #EEEEEE;
  /* position: fixed; */
  z-index: 1000;
  background-color: #fff;
}

.payProtocol {
  margin-left: 40rpx;
  margin-top: 10rpx;
  margin-bottom: 10rpx;
  display: block;
}

.payProtocolCheckImageContainer {
  display: inline-block;
}

.payProtocolCheckImage {
  width: 30rpx;
  height: 30rpx;
  margin-right: 16rpx;
  vertical-align: middle;
}

.payProtocolLabel {
  font-family: 'PingFang-SC-Regular';
  font-size: 24rpx;
  color: #999999;
  /* letterSpacing: 0; */
}

.protocolTextContainer {
  display: inline-block;
}

.payProtocolText {
  font-family: 'PingFang-SC-Regular';
  font-size: 24rpx;
  color: #65AB85;
  letter-spacing: 0;
  margin-left: 20rpx;
  text-decoration-line: underline;
}

.payBottomContainer {
  position: absolute;
  bottom: 0;
  height: 120rpx;
  border-top: 2rpx solid #EEEEEE;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  /* bottom: 0; */
  width: 100%;
  /* position: fixed; */
  z-index: 1000;
  background: #FFFFFF;
}

.payBottomLeft {
  display: flex;
  align-items: center;
  overflow: auto;
}

.payBottomLeftItem {
  margin-left: 40rpx;
}

.payLabel {
  font-family: PingFang-SC-Regular;
  font-size: 24rpx;
  color: #000000;
  letter-spacing: 0;
}

.payAmount {
  font-family: DINAlternate-Bold;
  font-size: 36rpx;
  color: #D0021B;
  letter-spacing: 0;
  line-height: 25px;
}

.payBottomRight {
  background: #002B47;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300rpx;
}

.payBottomRightUnCheck {
  background: #CCCCCC;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300rpx;
}

.payButton {
  font-family: PingFang-SC-Semibold;
  font-weight: 500;
  font-size: 35rpx;
  color: #FFFFFF;
  letter-spacing: 0;
}