alreadyImg.wxss 4.8 KB
.container {
  width: 100%;
  padding: 32rpx 32rpx 0 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 {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20rpx 0;
  border-bottom: 1rpx solid #f5f5f5;
}
.container .upkeep_project .project_list .list_left {
  width: 208rpx;
  height: 208rpx;
}
.container .upkeep_project .project_list .list_right {
  padding-left: 30rpx;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 208rpx;
  justify-content: space-between;
}
.container .upkeep_project .project_list .list_right .card_text {
  width: 100%;
}
.container .upkeep_project .project_list .list_right .card_box {
  display: flex;
}
.container .upkeep_project .project_list .list_right .card_box .goods_price {
  display: flex;
  align-items: baseline;
}
.container .upkeep_project .project_list .list_right .card_box .goods_price .money_icon {
  font-size: 22rpx;
  line-height: 44rpx;
  font-weight: bold;
  color: #FF444B;
}
.container .upkeep_project .project_list .list_right .card_box .goods_price .price {
  font-size: 32rpx;
  line-height: 44rpx;
  font-weight: bold;
  color: #FF444B;
}
.container .upkeep_project .project_list .list_right .card_box .goods_priceDEL {
  display: flex;
  align-items: baseline;
  margin-left: 30rpx;
}
.container .upkeep_project .project_list .list_right .card_box .goods_priceDEL .money_icon_ {
  font-size: 22rpx;
  line-height: 44rpx;
  color: #8C9198;
}
.container .upkeep_project .project_list .list_right .card_box .goods_priceDEL .pricedel {
  text-decoration: line-through;
  font-size: 32rpx;
  line-height: 44rpx;
  color: #8C9198;
}
.container .upkeep_project .project_listNO {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20rpx 0;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f5f5f5;
}
.container .upkeep_project .project_listNO .card_text {
  width: 100%;
}
.container .upkeep_project .project_listNO .card_box {
  display: flex;
}
.container .upkeep_project .project_listNO .card_box .goods_price {
  display: flex;
  align-items: baseline;
}
.container .upkeep_project .project_listNO .card_box .goods_price .money_icon {
  font-size: 22rpx;
  line-height: 44rpx;
  font-weight: bold;
  color: #FF444B;
}
.container .upkeep_project .project_listNO .card_box .goods_price .price {
  font-size: 32rpx;
  line-height: 44rpx;
  font-weight: bold;
  color: #FF444B;
}
.container .upkeep_project .project_listNO .card_box .goods_priceDEL {
  display: flex;
  align-items: baseline;
  margin-left: 30rpx;
}
.container .upkeep_project .project_listNO .card_box .goods_priceDEL .money_icon_ {
  font-size: 22rpx;
  line-height: 44rpx;
  color: #8C9198;
}
.container .upkeep_project .project_listNO .card_box .goods_priceDEL .pricedel {
  text-decoration: line-through;
  font-size: 32rpx;
  line-height: 44rpx;
  color: #8C9198;
}
.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: 0rpx;
  align-items: center;
}
.container .down_tab .total_price {
  display: flex;
  align-items: baseline;
}
.container .down_tab .total_price text {
  font-size: 32rpx;
  color: #000;
  font-weight: bold;
}
.container .down_tab .total_price text:nth-child(3) {
  color: #E8370F;
}
.container .down_tab .total_price .icon_money {
  font-size: 24rpx;
  color: #E8370F;
  font-weight: bold;
}
.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;
  font-weight: normal;
}