deliveryservice.wxss 1.4 KB
page {
  width: 100%;
  height: 100%;
  background-color: #F7F8FA;
}
.container {
  width: 100%;
  padding: 32rpx;
  box-sizing: border-box;
}
.container .wait_imgs {
  width: 100%;
  padding: 32rpx;
  background-color: #fff;
  border-radius: 16rpx;
  box-sizing: border-box;
}
.container .wait_imgs .f_wu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78rpx;
  border-radius: 39rpx;
  background-color: #f9f9fb;
  padding: 0 46rpx;
  box-sizing: border-box;
  margin-bottom: 24rpx;
}
.container .wait_imgs .f_wu .left_name {
  flex: 1;
  font-size: 28rpx;
  color: #323233;
  height: 78rpx;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container .wait_imgs .f_wu .imgs {
  width: 48rpx;
  height: 78rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .wait_imgs .f_wu .imgs image {
  width: 32rpx;
  height: 32rpx;
}
.container .btntd {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}
.container .btntd .but__tons {
  width: 100%;
  padding: 16rpx 32rpx;
  box-sizing: border-box;
  background-color: #fff;
}
.container .btntd .but__tons .true__change {
  width: 100%;
  height: 80rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 28rpx;
  background-color: #eb3323;
}
.container .btntd .but__tons button {
  margin: 0;
  padding: 0;
  border: 0 none;
}