binding4S.wxss 3.1 KB
page {
  background-color: #f9f9f9;
}
.container {
  padding: 20rpx 32rpx;
  box-sizing: border-box;
}
.tips {
  font-size: 26rpx;
  color: red;
}
.container .changeService {
  background-color: #fff;
  padding: 20rpx 32rpx;
  box-sizing: border-box;
  border-radius: 8rpx;
  display: flex;
  flex-direction: column;
  margin: 20rpx 0;
}
.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: 10rpx 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%;
  border-radius: 8rpx;
}
.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 {
  padding-top: 10rpx;
  box-sizing: border-box;
  font-size: 28rpx;
  height: 90rpx;
}
.container .changeService .service_content .ser_cont .baoma {
  display: flex;
  align-items: center;
}
.container .changeService .service_content .ser_cont .baoma .conte_name {
  font-size: 28rpx;
}
.container .changeService .service_content .ser_cont .baoma .pd {
  display: flex;
  align-items: baseline;
}
.container .changeService .service_content .ser_cont .baoma .pd .red_money_icon {
  font-size: 20rpx;
  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 .btns {
  display: flex;
  justify-content: flex-end;
  padding-top: 20rpx;
  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;
  color: #fff;
  background-color: #E8370F;
}
.container .changeService .btns .delbtn {
  background-color: #fff;
  color: #06121E;
  margin-left: 20rpx;
  border: 2rpx solid #ccc;
}
.container .dmc {
  width: 100%;
  position: relative;
  height: 100%;
}
.container .dmc .emmpty4S {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 500rpx;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.container .dmc .emmpty4S .c_img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .dmc .emmpty4S .c_img image {
  width: 500rpx;
}
.container .dmc .emmpty4S .textName {
  width: 100%;
  padding: 0 80rpx;
  text-align: center;
  line-height: 40rpx;
  font-size: 28rpx;
  color: #999999;
}