goReservation.wxss 7.3 KB
.container {
  width: 100%;
  padding: 32rpx;
  box-sizing: border-box;
}
.container .upkeep_box {
  width: 100%;
  height: 242rpx;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  padding: 0 32rpx;
  box-sizing: border-box;
  border-radius: 24rpx;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
}
.container .upkeep_box .upkeep_mileage {
  font-size: 28rpx;
  line-height: 36rpx;
  font-weight: 600;
}
.container .upkeep_box .upkeep_time {
  font-size: 28rpx;
  line-height: 36rpx;
  font-weight: 600;
}
.container .upkeep_box .upkeep_change {
  font-size: 22rpx;
  line-height: 32rpx;
  color: #8C9198;
}
.container .upkeep_box .warning {
  position: absolute;
  top: 20rpx;
  right: 25rpx;
  display: flex;
  align-items: center;
}
.container .upkeep_box .warning image {
  width: 26rpx;
  height: 26rpx;
}
.container .upkeep_box .warning text {
  margin-left: 5rpx;
  font-size: 24rpx;
  line-height: 34rpx;
}
.container .upkeep_project {
  width: 100%;
  margin: 30rpx 0;
}
.container .upkeep_project .project_title {
  margin: 30rpx 0;
  font-size: 36rpx;
  font-weight: 600;
  line-height: 50rpx;
  color: #06121e;
  opacity: 1;
}
.container .upkeep_project .project_list_img {
  width: 100%;
}
.container .upkeep_project .project_list_img .project_list_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 1rpx solid #EEEEEE;
}
.container .upkeep_project .project_list_img .project_list_1 .checkbox_img image {
  width: 28rpx;
  height: 28rpx;
}
.container .upkeep_project .project_list_img .project_list_1 .card {
  flex: 3;
  width: 100%;
  display: flex;
  margin-left: 10rpx;
  padding: 20rpx 0;
  box-sizing: border-box;
}
.container .upkeep_project .project_list_img .project_list_1 .card .list_left {
  width: 208rpx;
  height: 208rpx;
}
.container .upkeep_project .project_list_img .project_list_1 .card .list_right {
  padding-left: 30rpx;
  box-sizing: border-box;
  height: 208rpx;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container .upkeep_project .project_list_img .project_list_1 .card .list_right .card_text {
  width: 100%;
  font-size: 32rpx;
  line-height: 44rpx;
  color: #06121F;
  font-weight: 600;
}
.container .upkeep_project .project_list_img .project_list_1 .card .list_right .pr {
  display: flex;
  align-items: center;
}
.container .upkeep_project .project_list_img .project_list_1 .card .list_right .pr .goods_price {
  display: flex;
  align-items: baseline;
}
.container .upkeep_project .project_list_img .project_list_1 .card .list_right .pr .goods_price .money_icon {
  font-size: 22rpx;
  line-height: 44rpx;
  font-weight: bold;
  color: #FF444B;
}
.container .upkeep_project .project_list_img .project_list_1 .card .list_right .pr .goods_price .price {
  font-size: 32rpx;
  line-height: 44rpx;
  font-weight: bold;
  color: #FF444B;
}
.container .upkeep_project .project_list_img .project_list_1 .card .list_right .pr .goods_price_del {
  display: flex;
  align-items: baseline;
  margin-left: 30rpx;
}
.container .upkeep_project .project_list_img .project_list_1 .card .list_right .pr .goods_price_del .money_icon {
  font-size: 22rpx;
  line-height: 44rpx;
  font-weight: bold;
  color: #ccc;
}
.container .upkeep_project .project_list_img .project_list_1 .card .list_right .pr .goods_price_del .price {
  font-size: 28rpx;
  line-height: 44rpx;
  color: #ccc;
  text-decoration: line-through;
}
.container .upkeep_project .project_list_ .project_list_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 1rpx solid #EEEEEE;
}
.container .upkeep_project .project_list_ .project_list_2 .radio_ image {
  width: 28rpx;
  height: 28rpx;
}
.container .upkeep_project .project_list_ .project_list_2 .card_ {
  width: 100%;
  padding: 32rpx;
  box-sizing: border-box;
}
.container .upkeep_project .project_list_ .project_list_2 .card_ .card_text_ {
  width: 100%;
  font-size: 32rpx;
  line-height: 44rpx;
  color: #06121F;
  font-weight: bold;
}
.container .upkeep_project .project_list_ .project_list_2 .card_ .pr {
  display: flex;
  align-items: center;
}
.container .upkeep_project .project_list_ .project_list_2 .card_ .pr .goods_price {
  display: flex;
  align-items: baseline;
}
.container .upkeep_project .project_list_ .project_list_2 .card_ .pr .goods_price .money_icon {
  font-size: 22rpx;
  line-height: 44rpx;
  font-weight: bold;
  color: #FF444B;
}
.container .upkeep_project .project_list_ .project_list_2 .card_ .pr .goods_price .price {
  font-size: 32rpx;
  line-height: 44rpx;
  font-weight: bold;
  color: #FF444B;
}
.container .upkeep_project .project_list_ .project_list_2 .card_ .pr .goods_price_del {
  display: flex;
  align-items: baseline;
  margin-left: 30rpx;
}
.container .upkeep_project .project_list_ .project_list_2 .card_ .pr .goods_price_del .money_icon {
  font-size: 22rpx;
  line-height: 44rpx;
  font-weight: bold;
  color: #ccc;
}
.container .upkeep_project .project_list_ .project_list_2 .card_ .pr .goods_price_del .price {
  font-size: 28rpx;
  line-height: 44rpx;
  color: #ccc;
  text-decoration: line-through;
}
.container .down_tab {
  padding: 0 32rpx;
  box-sizing: border-box;
  width: 100%;
  height: 120rpx;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  border-top: 1rpx solid #EEEEEE;
  position: fixed;
  left: 0;
  bottom: 20rpx;
}
.container .down_tab .left_change {
  display: flex;
  align-items: center;
}
.container .down_tab .left_change .radio_ image {
  width: 28rpx;
  height: 28rpx;
}
.container .down_tab .left_change text {
  font-size: 28rpx;
  margin-left: 20rpx;
}
.container .down_tab .total_price {
  display: flex;
  align-items: center;
}
.container .down_tab .total_price text {
  font-size: 28rpx;
  color: #000;
}
.container .down_tab .total_price text:nth-child(2) {
  color: #E8370F;
}
.container .down_tab .btn_sure {
  display: flex;
  margin: 20rpx 0;
  align-items: center;
  justify-content: center;
  width: 240rpx;
  height: 80rpx;
  border-radius: 12rpx;
  background-color: #E8370F;
  color: #fff;
  text-align: center;
}
.container .register_box {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.container .register_box .userwrap_box {
  position: relative;
  width: 500rpx;
  height: 400rpx;
  background: #ffffff;
  border-radius: 10rpx;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .register_box .userwrap_box .quit_btn {
  width: 332rpx;
  height: 88rpx;
  border-radius: 12rpx;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10rpx 0;
}
.container .register_box .userwrap_box .quit_btn image {
  width: 28rpx;
  height: 28rpx;
}
.container .register_box .userwrap_box .quit_btn text {
  margin-left: 10rpx;
}
.container .register_box .userwrap_box .colors {
  background-color: #FFB100;
}
.container .register_box .userwrap_box .colors2 {
  background-color: #E8370F;
}
.container .register_box .userwrap_box .del_btn {
  position: absolute;
  top: 10rpx;
  right: 10rpx;
  width: 40rpx;
  height: 40rpx;
}
.container .register_box .userwrap_box .del_btn image {
  width: 100%;
}