@import "/common/css/refund.wxss";

.order-footer-list {
  background: #fff;
  display: flex;
  justify-content: flex-end;
  width: 95%;
  height: 106rpx;
  align-items: center;
}

.order-footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 106rpx;
  background: #fff;
  left: 0;
}

.order-footer-list>view {
  width: 120rpx;
  height: 44rpx;
  line-height: 44rpx;
  text-align: center;
  border-radius: 10rpx;
  font-size: 22rpx;
}
.main{padding-bottom: 20rpx}
.explain{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}
.order-address{
  margin-top: 0
}

.icon-color{
color: #00c085;
font-size: 40rpx;
margin: 25rpx 22rpx 0 0;

}