subscribeImg.wxss 6.0 KB
.container {
  width: 100%;
  padding: 32rpx 32rpx 0;
  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 .subscrbe_time {
  width: 100%;
}
.container .subscrbe_time .project_title {
  margin: 30rpx 0;
  font-size: 36rpx;
  font-weight: 600;
  line-height: 50rpx;
  color: #06121e;
  opacity: 1;
}
.container .subscrbe_time .data_change {
  height: 50rpx;
  display: flex;
}
.container .subscrbe_time .data_change imput {
  flex: 1;
}
.container .cong {
  display: flex;
}
.container .cong .section {
  flex: 1;
}
.container .cong .section .pickerList {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  position: relative;
  padding: 20rpx;
  box-sizing: border-box;
  margin: 10rpx 5rpx;
}
.container .cong .section .pickerList .picker {
  width: 300rpx;
  height: 41rpx;
}
.container .cong .section .pickerList .picker1 {
  width: 300rpx;
  height: 41rpx;
}
.container .cong .section .pickerList .img {
  position: absolute;
  top: 20rpx;
  right: 20rpx;
  width: 16rpx;
  height: 14rpx;
}
.container .cong .section .pickerList .img image {
  width: 100%;
}
.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: 750rpx;
  height: 120rpx;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  border-top: 1rpx solid #EEEEEE;
  position: fixed;
  left: 0;
  bottom: 0rpx;
}
.container .down_tab .down_n {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container .down_tab .down_n .subscrbe_money {
  display: flex;
  align-items: center;
}
.container .down_tab .down_n .subscrbe_money text {
  font-size: 28rpx;
  line-height: 40rpx;
  color: #000;
}
.container .down_tab .down_n .subscrbe_money .icon_money {
  font-size: 20rpx;
  color: #000;
}
.container .down_tab .down_n .total_price {
  display: flex;
}
.container .down_tab .down_n .total_price text {
  font-size: 24rpx;
  color: #a1a5aa;
}
.container .down_tab .down_n .total_price .icon_money {
  font-size: 20rpx;
  color: #a1a5aa;
}
.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;
}