RecommendCar.wxss 4.3 KB
.container .top_img {
  width: 100%;
  position: relative;
}
.container .top_img image {
  width: 100%;
  height: 442rpx;
}
.container .top_img .ruleBook {
  position: absolute;
  right: 0;
  top: 38rpx;
  z-index: 5;
  width: 160rpx;
  height: 50rpx;
  font-size: 24rpx;
  line-height: 50rpx;
  background-color: #E8370F;
  color: #fff;
  text-align: center;
  border-radius: 180rpx 0px 0px 180rpx;
}
.container .box {
  padding: 0 32rpx 32rpx;
  box-sizing: border-box;
  background-color: #F9F9F9;
}
.container .box .person_data {
  padding: 32rpx 32rpx 16rpx;
  box-sizing: border-box;
  position: relative;
  top: -45rpx;
  border-radius: 24rpx;
  background-color: #fff;
  z-index: 3;
}
.container .box .person_data .per_title {
  font-size: 32rpx;
  line-height: 44rpx;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60rpx;
}
.container .box .person_data .informaton_ {
  display: flex;
  align-items: center;
  line-height: 100rpx;
}
.container .box .person_data .informaton_ .star {
  color: #E8370F;
}
.container .box .person_data .informaton_ .input_placeholder {
  color: #BDC4CE;
  font-size: 24rpx;
  line-height: 48rpx;
}
.container .box .person_data .informaton_ .input_ {
  width: 305rpx;
}
.container .box .person_data .informaton_ .getpass {
  font-size: 28rpx;
  line-height: 48rpx;
  text-decoration-line: underline;
}
.container .box .person_data .payBudget {
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  align-items: center;
  line-height: 100rpx;
  font-size: 32rpx;
}
.container .box .person_data .payBudget .budgetMoney {
  width: 285rpx;
}
.container .box .person_data .payBudget .input_placeholder {
  color: #BDC4CE;
  font-size: 24rpx;
  line-height: 48rpx;
}
.container .box .person_data .payBudget .wan {
  font-size: 28rpx;
  line-height: 40rpx;
  margin-left: 20rpx;
}
.container .box .brand {
  width: 100%;
  font-size: 32rpx;
  line-height: 44rpx;
  font-weight: 600;
  margin: 30rpx 0rpx;
  padding: 0 32rpx;
}
.container .box .change_brand {
  width: 100%;
  background-color: #fff;
  border-radius: 24rpx;
}
.container .box .change_brand .change_4S {
  width: 100%;
  padding: 32rpx 20rpx;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .box .change_brand .change_4S .le {
  flex: 1;
}
.container .box .change_brand .change_4S .rowimg {
  width: 48rpx;
  height: 48rpx;
}
.container .box .change_brand .change_4S .rowimg image {
  width: 48rpx;
  height: 48rpx;
}
.container .box .look_btn {
  margin: 10rpx 0;
  width: 100%;
  height: 88rpx;
  border: 2rpx solid #F2F2F2;
  text-align: center;
  line-height: 88rpx;
  margin: 40rpx 0 20rpx;
  border-radius: 12px;
  background-color: #fff;
}
.container .box .recommend_change {
  background-color: #fff;
  border-radius: 24rpx;
  padding: 32rpx 20rpx;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .box .recommend_change .recommend_change {
  color: #BDC4CE;
  font-size: 28rpx;
  line-height: 40rpx;
}
.container .box .recommend_change image {
  width: 30rpx;
  height: 30rpx;
}
.container .box .recommend_change .change_4S {
  flex: 1;
}
.container .box .recommend_change .rowimg {
  width: 48rpx;
  height: 48rpx;
}
.container .box .recommend_change .rowimg image {
  width: 48rpx;
  height: 48rpx;
}
.container .box .remark {
  width: 100%;
  font-size: 32rpx;
  line-height: 44rpx;
  font-weight: 600;
  margin: 30rpx 0rpx;
  padding: 0 32rpx;
}
.container .box .remark_cont {
  width: 100%;
  background-color: #fff;
  border-radius: 24rpx;
  padding: 32rpx 20rpx;
  box-sizing: border-box;
}
.container .box .remark_cont .placeholderStyle {
  color: #BDC4CE;
  font-size: 28rpx;
  line-height: 40rpx;
  padding-left: 16rpx;
}
.container .box .btn {
  width: 100%;
  color: #fff;
  background-color: #E8370F;
  font-weight: normal;
}
.container .box .picker {
  width: 100%;
  display: flex;
  align-items: center;
}
.container .box .picker .picker_1 {
  width: 600rpx;
  box-sizing: border-box;
  font-size: 28rpx;
  color: #BDC4CE;
  padding-left: 16rpx;
}
.container .box .picker .rowimg {
  width: 48rpx;
  height: 48rpx;
}
.container .box .picker .rowimg image {
  width: 48rpx;
  height: 48rpx;
}
.container .box .input_placeholder {
  color: #BDC4CE;
  font-size: 24rpx;
  line-height: 48rpx;
}