MyOrder.wxss 4.4 KB
page {
  width: 100%;
  height: 100%;
}
.container {
  border-top: 1rpx solid #F9F9F9;
  padding: 0 32rpx;
  box-sizing: border-box;
}
.container .bottom_scroll {
  height: 80rpx;
  display: flex;
  white-space: nowrap;
  overflow-y: scroll;
  border-bottom: 1rpx solid #f5f5f5;
}
.container .bottom_scroll .nav {
  line-height: 80rpx;
}
.container .bottom_scroll .nav .nav_tab {
  padding: 0 20rpx;
  box-sizing: border-box;
  color: #06121E;
  line-height: 80rpx;
  font-size: 28rpx;
}
.container .bottom_scroll .nav .active {
  color: #E8370F;
  font-weight: bold;
  line-height: 80rpx;
  position: relative;
}
.container .bottom_scroll .nav .active::after {
  position: relative;
  border-bottom: 4rpx solid #E8370F;
  display: block;
  content: '';
  width: 40rpx;
  height: 1rpx;
  background: #E8370F;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.container .changeService {
  background-color: #fff;
  padding: 32rpx;
  box-sizing: border-box;
  border-radius: 8rpx;
  display: flex;
  flex-direction: column;
}
.container .changeService .service_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20rpx;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f5f5f5;
}
.container .changeService .service_title .title_ {
  font-size: 28rpx;
  line-height: 40rpx;
  font-weight: bold;
}
.container .changeService .service_title .title_status {
  font-size: 28rpx;
  line-height: 40rpx;
  color: #E8370F;
  font-weight: bold;
}
.container .changeService .service_content {
  display: flex;
  align-items: center;
  padding: 20rpx 0;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f5f5f5;
}
.container .changeService .service_content .ser_img {
  width: 208rpx;
  height: 208rpx;
}
.container .changeService .service_content .ser_img image {
  width: 100%;
}
.container .changeService .service_content .ser_cont {
  flex: 1;
  height: 208rpx;
  padding-left: 20rpx;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container .changeService .service_content .ser_cont .ser_title {
  font-size: 28rpx;
  line-height: 48rpx;
  font-weight: bold;
}
.container .changeService .service_content .ser_cont .baoma {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .changeService .service_content .ser_cont .baoma .pd .red_money_icon {
  font-size: 24rpx;
  line-height: 40rpx;
  color: #E8370F;
  font-weight: bold;
}
.container .changeService .service_content .ser_cont .baoma .pd .red_money {
  font-size: 28rpx;
  line-height: 40rpx;
  color: #E8370F;
  font-weight: bold;
}
.container .changeService .service_content .ser_cont .baoma .count {
  font-size: 24rpx;
  line-height: 40rpx;
}
.container .changeService .btns {
  display: flex;
  justify-content: flex-end;
  padding: 32rpx 0 0;
  box-sizing: border-box;
}
.container .changeService .btns .btn {
  width: 152rpx;
  height: 52rpx;
  padding: 0;
  line-height: 52rpx;
  font-weight: 400;
  font-size: 24rpx;
  margin: 0 10rpx;
}
.container .changeService .btns .btn_1 {
  border: 2rpx solid #ccc;
  color: #06121E;
  background-color: #fff;
}
.container .changeService .btns .btn_2 {
  color: #fff;
  background-color: #E8370F;
}
.container .changeService .btns .btn_3 {
  background-color: #fff;
  color: #999999;
}
.container .changeService .btns .cd {
  display: flex;
  align-items: center;
}
.container .changeService .btns .cd .btn {
  width: 152rpx;
  height: 52rpx;
  padding: 0;
  line-height: 52rpx;
  font-weight: 400;
  font-size: 24rpx;
  margin: 0 10rpx;
}
.container .changeService .btns .cd .btn_1 {
  border: 2rpx solid #ccc;
  color: #06121E;
}
.container .changeService .btns .cd .btn_2 {
  color: #fff;
  background-color: #E8370F;
}
.container .changeService .btns .cd .btn_3 {
  background-color: #fff;
  color: #999999;
}
.container .changeService .btnitem {
  justify-content: space-between;
}
.container .changeService .btnRight {
  justify-content: flex-end;
}
.container .changeService .btn3 {
  justify-content: flex-end !important;
}
.container .cno {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .cno .kongbox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 200rpx auto;
}
.container .cno .kongbox image {
  width: 500rpx;
}
.container .cno .kongbox .c_name {
  margin-top: 30rpx;
  font-size: 32rpx;
  color: #ccc;
}