depositProcess.wxss 835 Bytes
/* component/depositProcess/depositProcess.wxss */
.deposit-process {
  margin-top: 60rpx;
  margin-bottom: 40rpx;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.process {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.process-image-container {
  display: flex;
}

.process-image {
  width: 30rpx;
  height: 30rpx;
  margin-left: 20rpx;
  margin-right: 20rpx;
}

.process-line {
  background-color: #e0e0e0;
  height: 2rpx;
  width: 80rpx;
}

.process-text {
  font-size: 24rpx;
  margin-top: 10rpx;
  text-align: center;
}

.process-price {
  font-size: 24rpx;
  margin-bottom: 10rpx;
  text-align: center;
}

.active {
  color: #D0021B;
}

.undo {
  color: #e0e0e0;
}