refund-after.wxss 3.2 KB
/* pages/all-order/all-order.wxss */
page{
  background-color: #f1f2f4;
}
.titleLable{
  position: fixed;
  top: 0;
  left: 0;
  width: 750rpx;
  background: #ffffff;
  padding: 0 20rpx;
  box-sizing: border-box;
}
.van-tabs__line{
  background-color:#fc7401 !important;
}
.container {
  width: 750rpx;
  background-color: #f1f2f4;
  padding-top:26rpx;
}

.orderItem {
  width: 686rpx;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 20rpx;
  background-color: #ffffff;
  padding-right: 24rpx;
  padding-left: 24rpx;
  margin-bottom: 24rpx;
}

.top {
  height: 96rpx;
  width: 638rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2rpx solid #f1f2f4;
  box-sizing: border-box;
}

.orderNumber {
  font-size: 28rpx;
  font-weight: 400;
  text-align: left;
  color: #323233;
}

.status {
  font-size: 28rpx;
  font-weight: 400;
  color: #ff5b13;
}

.bottom {
  height: 206rpx;
  width: 638rpx;
  padding-top: 26rpx;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.productPic {
  width: 180rpx;
  height: 180rpx;
}
.productPic image{
  width: 180rpx;
  height: 180rpx;
}

.productDetail {
  width: 434rpx;
  height: 180rpx;
  margin-left: 24rpx;
  padding-top: 4rpx;
  padding-bottom: 4rpx;
  box-sizing: border-box;
}

.name {
  width: 320px;
  font-size: 28rpx;
  font-weight: 500;
  text-align: left;
  color: #333333;
  margin-bottom: 8rpx;
}

.describe {
  width: 420rpx;
  height: 72rpx;
  font-size: 24rpx;
  font-weight: 400;
  text-align: left;
  color: #999999;
  margin-bottom: 20rpx;
  overflow: hidden;
}

.price {
  font-size: 36rpx;
  font-weight: 500;
  text-align: left;
  color: #ff4444;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.amount {
  font-size: 28rpx;
  font-weight: 400;
  text-align: left;
  color: #999999;
}

.totalMoneyBox {
  display: block;
  font-size: 28rpx;
  font-weight: 400;
  text-align: right;
  color: #323233;
  height: 104rpx;
  border-bottom: 2rpx solid #f1f2f4;
  display: flex;
  justify-content: left;
  align-items: center;
}

.totalMoney {
  height: 40rpx;
  font-size: 28rpx;
  margin-right: 16rpx;
  margin-left: 16rpx;
}

.btnBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 130rpx;
}

.btnPublic {
  width: 200rpx;
  height: 72rpx;
  border-radius: 36rpx;
  font-size: 28rpx;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40rpx;
}

.frist {
  background: linear-gradient(270deg, #fb7900 -100%, #ff4903);
}
.second,.third{
  border: 2rpx solid #fb8319;
  color: #FB7600;
}
.bottomHint{
  font-size: 24rpx;
  color: gray;
  display: flex;
  justify-content: center;
  padding-bottom: 10rpx;
}
.noData{
  width: 100%;
  height: 100%;
  margin-top: 300rpx;
}
.noDataPic{
  width: 200rpx;
  height: 200rpx;
  margin: 0 auto;
}
.noDataPic image{
  width: 200rpx;
  height: 200rpx;
}
.noDataTop{
  width: 100%;
  font-size: 30rpx;
  display: flex;
  /* align-items: center; */
  color: #323233;
  justify-content: center;
  font-weight: 500;
}
.noDataBottom{
  width: 100%;
  font-size: 24rpx;
  color: #7d7e80;
  display: flex;
  justify-content: center;
  margin-top: 10rpx;
}