MaintenanceService.wxss 7.3 KB
page {
  background-color: #f9f9f9;
}
page .container {
  border-top: 1rpx solid #f5f5f5;
  padding: 0 32rpx;
  box-sizing: border-box;
  /*使屏幕变暗  */
}
page .container .change {
  display: flex;
  align-items: center;
}
page .container .change .change_right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
page .container .change .change_right .goPraise {
  font-size: 28rpx;
  line-height: 80rpx;
}
page .container .change .active {
  font-weight: 600;
  font-size: 32rpx;
  line-height: 80rpx;
  text-align: center;
  border-bottom: 4rpx solid #E8370F;
  color: #FF444B;
}
page .container .changeService {
  background-color: #fff;
  padding: 32rpx;
  box-sizing: border-box;
  border-radius: 8rpx;
  display: flex;
  flex-direction: column;
}
page .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;
}
page .container .changeService .service_title .title_ {
  display: flex;
  flex-direction: column;
}
page .container .changeService .service_title .title_ .title_name {
  font-size: 28rpx;
  line-height: 40rpx;
  font-weight: bold;
}
page .container .changeService .service_title .title_ .title_date {
  font-size: 24rpx;
  line-height: 40rpx;
}
page .container .changeService .service_title .title_status {
  font-size: 28rpx;
  line-height: 40rpx;
  color: #E8370F;
  font-weight: bold;
}
page .container .changeService .service_content {
  display: flex;
  align-items: center;
  padding: 20rpx 0;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f5f5f5;
}
page .container .changeService .service_content .ser_img {
  width: 80rpx;
  height: 80rpx;
}
page .container .changeService .service_content .ser_img image {
  width: 100%;
}
page .container .changeService .service_content .ser_cont {
  padding-left: 20rpx;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
page .container .changeService .service_content .ser_cont .ser_title {
  font-size: 28rpx;
  line-height: 48rpx;
  font-weight: bold;
}
page .container .changeService .service_content .ser_cont .baoma text {
  font-size: 24rpx;
  line-height: 40rpx;
  margin-right: 20rpx;
}
page .container .changeService .btns {
  display: flex;
  justify-content: flex-end;
  padding: 32rpx 0 0;
  box-sizing: border-box;
}
page .container .changeService .btns .btn {
  width: 152rpx;
  height: 52rpx;
  padding: 0;
  line-height: 52rpx;
  font-weight: 400;
  font-size: 24rpx;
  margin: 0 10rpx;
}
page .container .changeService .btns .btn_1 {
  border: 2rpx solid #ccc;
  color: #06121E;
}
page .container .changeService .btns .btn_2 {
  color: #fff;
  background-color: #E8370F;
}
page .container .wx_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
page .container .wx_popup .popup_container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  max-width: 600rpx;
  border: 2rpx solid #ccc;
  border-radius: 10rpx;
  box-sizing: bordre-box;
  transform: translate(-50%, -50%);
  overflow: hidden;
  background: #fff;
  padding: 30rpx;
}
page .container .wx_popup .popup_container .wx_popup_title {
  width: 100%;
  padding: 20rpx;
  text-align: center;
  font-size: 40rpx;
}
page .container .wx_popup .popup_container .wx_popup_con {
  width: 100%;
  min-height: 500rpx;
}
page .container .wx_popup .popup_container .wx_popup_con .box {
  margin-bottom: 20rpx;
  padding: 20rpx;
  box-sizing: border-box;
  border-radius: 8rpx;
  background-color: #fff;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.04);
}
page .container .wx_popup .popup_container .wx_popup_con .box .youImg {
  display: flex;
  align-items: center;
}
page .container .wx_popup .popup_container .wx_popup_con .box .youImg .wx_img {
  width: 132rpx;
  height: 132rpx;
}
page .container .wx_popup .popup_container .wx_popup_con .box .youImg .wx_img image {
  width: 100%;
}
page .container .wx_popup .popup_container .wx_popup_con .box .youImg .wx_cont {
  flex: 1;
  height: 132rpx;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20rpx;
}
page .container .wx_popup .popup_container .wx_popup_con .box .youImg .wx_cont .wx_content {
  font-size: 24rpx;
  line-height: 32rpx;
  font-weight: bold;
}
page .container .wx_popup .popup_container .wx_popup_con .box .youImg .wx_cont .wx_price {
  display: flex;
  align-items: center;
}
page .container .wx_popup .popup_container .wx_popup_con .box .youImg .wx_cont .wx_price .pc {
  display: flex;
}
page .container .wx_popup .popup_container .wx_popup_con .box .youImg .wx_cont .wx_price .pc .price_icon {
  font-size: 20rpx;
  line-height: 34rpx;
  color: #E8370F;
  font-weight: bold;
}
page .container .wx_popup .popup_container .wx_popup_con .box .youImg .wx_cont .wx_price .pc .price {
  font-size: 28rpx;
  line-height: 34rpx;
  color: #E8370F;
  font-weight: bold;
}
page .container .wx_popup .popup_container .wx_popup_con .box .youImg .wx_cont .wx_price .del__ {
  display: flex;
  margin-left: 30rpx;
}
page .container .wx_popup .popup_container .wx_popup_con .box .youImg .wx_cont .wx_price .del__ .del_icon {
  font-size: 24rpx;
  line-height: 34rpx;
  color: #8C9198;
}
page .container .wx_popup .popup_container .wx_popup_con .box .youImg .wx_cont .wx_price .del__ .del {
  font-size: 28rpx;
  line-height: 34rpx;
  color: #8C9198;
  text-decoration: line-through;
}
page .container .wx_popup .popup_container .wx_popup_con .box .noImg .wx_cont_NO {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20rpx;
  box-sizing: border-box;
}
page .container .wx_popup .popup_container .wx_popup_con .box .noImg .wx_cont_NO .wx_content {
  font-size: 24rpx;
  line-height: 32rpx;
  font-weight: bold;
}
page .container .wx_popup .popup_container .wx_popup_con .box .noImg .wx_cont_NO .wx_price {
  display: flex;
  align-items: center;
}
page .container .wx_popup .popup_container .wx_popup_con .box .noImg .wx_cont_NO .wx_price .pc {
  display: flex;
  align-items: center;
}
page .container .wx_popup .popup_container .wx_popup_con .box .noImg .wx_cont_NO .wx_price .pc .price_icon {
  font-size: 20rpx;
  line-height: 34rpx;
  color: #E8370F;
  font-weight: bold;
}
page .container .wx_popup .popup_container .wx_popup_con .box .noImg .wx_cont_NO .wx_price .pc .price {
  font-size: 28rpx;
  line-height: 34rpx;
  color: #E8370F;
  font-weight: bold;
}
page .container .wx_popup .popup_container .wx_popup_con .box .noImg .wx_cont_NO .wx_price .del__ {
  display: flex;
  align-items: center;
  margin-left: 30rpx;
}
page .container .wx_popup .popup_container .wx_popup_con .box .noImg .wx_cont_NO .wx_price .del__ .del_icon {
  font-size: 24rpx;
  line-height: 34rpx;
  color: #8C9198;
}
page .container .wx_popup .popup_container .wx_popup_con .box .noImg .wx_cont_NO .wx_price .del__ .del {
  font-size: 28rpx;
  line-height: 34rpx;
  color: #8C9198;
  text-decoration: line-through;
}
page .container .wx_popup .popup_container .down_btn {
  margin-top: 50rpx;
  position: fixed;
  bottom: 30rpx;
  left: 180rpx;
}
page .container .wx_popup .popup_container .down_btn .btn {
  width: 220rpx;
  height: 68rpx;
  margin: 10rpx 0;
  line-height: 68rpx;
  padding: 0;
  font-weight: 400;
  font-size: 28rpx;
  background-color: #E8370F;
  color: #fff;
}