VtuanOrder.wxss 7.2 KB
page {
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
}
page .container {
  width: 100%;
  padding: 0 32rpx;
  box-sizing: border-box;
}
page .container .tuan_order {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 88rpx;
  background-color: #fff;
  border-top: 1rpx solid #f9f9f9;
}
page .container .tuan_order .bottom_scroll {
  display: flex;
  white-space: nowrap;
  overflow-y: scroll;
}
page .container .tuan_order .bottom_scroll .nav {
  line-height: 80rpx;
}
page .container .tuan_order .bottom_scroll .nav .nav_tab {
  padding: 0 20rpx;
  box-sizing: border-box;
  color: #06121E;
  line-height: 80rpx;
  font-size: 28rpx;
}
page .container .tuan_order .bottom_scroll .nav .active {
  color: #ec5836;
  font-weight: bold;
  line-height: 80rpx;
  position: relative;
}
page .container .tuan_order .bottom_scroll .nav .active::after {
  position: relative;
  border-bottom: 4rpx solid #ec5836;
  display: block;
  content: '';
  width: 40rpx;
  height: 1rpx;
  background: #ec5836;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
page .container .tuan_order_lists {
  margin-top: 108rpx;
  width: 100%;
}
page .container .tuan_order_lists .changeService {
  width: 100%;
  background-color: #fff;
  border-radius: 20rpx;
  padding: 32rpx;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 20rpx;
}
page .container .tuan_order_lists .changeService .service_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20rpx;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f5f5f5;
}
page .container .tuan_order_lists .changeService .service_title .title_ {
  font-size: 28rpx;
  line-height: 40rpx;
  font-weight: bold;
}
page .container .tuan_order_lists .changeService .service_title .title_status {
  font-size: 28rpx;
  line-height: 40rpx;
  color: #ec5836;
  font-weight: bold;
}
page .container .tuan_order_lists .changeService .service_content {
  display: flex;
  align-items: center;
  padding: 20rpx 0;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f5f5f5;
}
page .container .tuan_order_lists .changeService .service_content .ser_img {
  width: 208rpx;
  height: 208rpx;
}
page .container .tuan_order_lists .changeService .service_content .ser_img image {
  width: 100%;
}
page .container .tuan_order_lists .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;
}
page .container .tuan_order_lists .changeService .service_content .ser_cont .ser_title {
  font-size: 28rpx;
  line-height: 48rpx;
  font-weight: bold;
}
page .container .tuan_order_lists .changeService .service_content .ser_cont .baoma {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
page .container .tuan_order_lists .changeService .service_content .ser_cont .baoma .pd .red_money_icon {
  font-size: 24rpx;
  line-height: 40rpx;
  color: #E8370F;
  font-weight: bold;
}
page .container .tuan_order_lists .changeService .service_content .ser_cont .baoma .pd .red_money {
  font-size: 28rpx;
  line-height: 40rpx;
  color: #E8370F;
  font-weight: bold;
}
page .container .tuan_order_lists .changeService .service_content .ser_cont .baoma .count {
  font-size: 24rpx;
  line-height: 40rpx;
}
page .container .tuan_order_lists .changeService .down_buttons {
  width: 100%;
  display: flex;
  align-items: center;
  height: 72rpx;
  margin-top: 20rpx;
}
page .container .tuan_order_lists .changeService .down_buttons .pay_time_per {
  width: 260rpx;
}
page .container .tuan_order_lists .changeService .down_buttons .pay_time_per .surplus_times {
  width: 100%;
  display: flex;
  align-items: center;
}
page .container .tuan_order_lists .changeService .down_buttons .pay_time_per .surplus_times .buy_tims {
  font-size: 24rpx;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333;
}
page .container .tuan_order_lists .changeService .down_buttons .pay_time_per .surplus_times .time_is {
  display: flex;
  align-items: center;
  justify-content: center;
}
page .container .tuan_order_lists .changeService .down_buttons .pay_time_per .surplus_times .time_is .item {
  display: inline-block;
  color: #333333;
  font-size: 24rpx;
  text-align: center;
  line-height: 32rpx;
}
page .container .tuan_order_lists .changeService .down_buttons .pay_time_per .surplus_times .time_is .item:last-child {
  margin: 0;
}
page .container .tuan_order_lists .changeService .down_buttons .pay_time_per .pay_per {
  width: 100%;
  display: flex;
  align-items: center;
}
page .container .tuan_order_lists .changeService .down_buttons .pay_time_per .pay_per .per_a {
  font-size: 24rpx;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #06121e;
}
page .container .tuan_order_lists .changeService .down_buttons .btns {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
page .container .tuan_order_lists .changeService .down_buttons .btns .btn {
  width: 152rpx;
  height: 52rpx;
  padding: 0;
  font-weight: 400;
  font-size: 24rpx;
  margin: 0 10rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}
page .container .tuan_order_lists .changeService .down_buttons .btns .btn_1 {
  border: 2rpx solid #ccc;
  color: #06121E;
  background-color: #fff;
}
page .container .tuan_order_lists .changeService .down_buttons .btns .btn_2 {
  color: #fff;
  background-color: #E8370F;
}
page .container .tuan_order_lists .changeService .down_buttons .btns .btn_3 {
  background-color: #fff;
  color: #999999;
}
page .container .tuan_order_lists .changeService .down_buttons .btns .cd {
  display: flex;
  align-items: center;
}
page .container .tuan_order_lists .changeService .down_buttons .btns .cd .btn {
  width: 152rpx;
  height: 52rpx;
  padding: 0;
  line-height: 52rpx;
  font-weight: 400;
  font-size: 24rpx;
  margin: 0 10rpx;
}
page .container .tuan_order_lists .changeService .down_buttons .btns .cd .btn_1 {
  border: 2rpx solid #ccc;
  color: #06121E;
}
page .container .tuan_order_lists .changeService .down_buttons .btns .cd .btn_2 {
  color: #fff;
  background-color: #E8370F;
}
page .container .tuan_order_lists .changeService .down_buttons .btns .cd .btn_3 {
  background-color: #fff;
  color: #999999;
}
page .container .tuan_order_lists .changeService .down_buttons .btnitem {
  justify-content: space-between;
}
page .container .tuan_order_lists .changeService .down_buttons .btnRight {
  justify-content: flex-end;
}
page .container .tuan_order_lists .changeService .down_buttons .btn3 {
  justify-content: flex-end !important;
}
page .container .tuan_order_lists .dmc .emmpty4S {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 200rpx;
}
page .container .tuan_order_lists .dmc .emmpty4S .c_img {
  width: 400rpx;
  position: absolute;
  top: 200rpx;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
page .container .tuan_order_lists .dmc .emmpty4S .c_img image {
  width: 400rpx;
  height: 400rpx;
}
page .container .tuan_order_lists .dmc .emmpty4S .c_img .textName {
  width: 100%;
  text-align: center;
  line-height: 40rpx;
  font-size: 28rpx;
  color: #999999;
}