sureorder.wxss 2.0 KB
@import "../homepage/homepage.wxss";

.sureorderhead {
  display: flex;
  align-items: center;
  padding: 24rpx 38rpx;
  box-sizing: border-box;
  justify-content: space-between;
  border-top: 24rpx solid #f9f9f9;
}

.sureorderimg {
  width: 12rpx;
  height: 20rpx;
  font-size: 0;
}

.sureorderimg image {
  width: 100%;
  height: 100%;
}

.shouhuo {
  padding: 30rpx 38rpx;
  box-sizing: border-box;
  border-bottom: 24rpx solid #f9f9f9;
}

.shouhuotop {
  display: flex;
  align-items: center;
  padding-bottom: 10rpx;
  box-sizing: border-box;
  border-bottom:1rpx solid #f5f5f5;
}

.shouhuotopleft {
  color: #232323;
  font-size: 32rpx;
  /* font-weight: bold; */
}

.shouhuophone {
  color: #bdc4ce;
  font-size: 24rpx;
  margin-left: 14rpx;
}

.shouhuoadd {
  color: #3d444d;
  font-size: 24rpx;
  margin-top: 20rpx;
}

.peisong {
  padding: 26rpx 32rpx;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1rpx solid #f9f9f9;
}

.peisongleft {
  color: #232323;
  font-size: 32rpx;
}

.peisongright {
  color: #999;
  font-size: 32rpx;
}

.hot {
  padding-bottom: 0;
}

.beizhu {
  padding: 24rpx 32rpx;
  box-sizing: border-box;
  border-bottom: 24rpx solid #f9f9f9;
}

.beizhuenter {
  margin-top: 24rpx;
  color: #999;
  font-size: 28rpx;
}

.entermark {
  color: #999;
  font-size: 28rpx;
}

.moneywrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26rpx 32rpx;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f5f5f5;
}

.moneywrapleft {
  color: #232323;
  font-size: 32rpx;
}

.moneywrapright {
  color: #ff5a4e;
  font-size: 28rpx;
}

.weixinpay {
  width: 750rpx;
  height: 88rpx;
  background: rgba(255, 90, 78, 1);
  opacity: 1;
  color:#fff;
  font-size: 32rpx;
  text-align: center;
  line-height: 88rpx;
  margin-top:80rpx;
}
.attr{
  display:flex;
  
  align-items: center;
  margin-top:10rpx;
  flex-wrap: wrap;
}
.attritem{
  margin-right:8rpx
}
.xiek{
  display: flex;

margin-top: 24rpx;

}