my4S.wxss 1.9 KB
.container {
  padding: 32rpx;
  box-sizing: border-box;
}
.container .banner_img {
  margin: 150rpx 130rpx 100rpx 130rpx;
  height: 346rpx;
}
.container .banner_img image {
  width: 100%;
}
.container .banner_img_title {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container .banner_img_title .text_title {
  height: 80rpx;
  font-size: 48rpx;
  font-weight: 600;
  line-height: 80rpx;
  color: #3D444C;
}
.container .banner_img_title .textQIT .ITE {
  color: #8C9198;
  font-size: 28rpx;
  line-height: 40rpx;
}
.container .banner_img_title .qit .ITE {
  color: #8C9198;
  font-size: 28rpx;
  line-height: 40rpx;
}
.container .change_4S {
  height: 120rpx;
  margin: 50rpx 0;
  border-radius: 24rpx;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
  width: 686rpx;
  display: flex;
  align-items: center;
  padding: 0 32rpx;
  box-sizing: border-box;
}
.container .change_4S input {
  flex: 1;
  padding-left: 32rpx;
}
.container .change_4S .rowimg {
  width: 48rpx;
  height: 48rpx;
}
.container .change_4S .rowimg image {
  width: 48rpx;
  height: 48rpx;
}
.container .yichange .banner_img_title {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container .yichange .banner_img_title .text_title {
  height: 80rpx;
  font-size: 48rpx;
  font-weight: 600;
  line-height: 80rpx;
  color: #3D444C;
}
.container .yichange .banner_img_title text :nth-child(2) {
  color: #8C9198;
  font-size: 28rpx;
  line-height: 40rpx;
}
.container .yichange .picker_1 {
  height: 120rpx;
  margin: 50rpx 0;
  border-radius: 24rpx;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
  width: 686rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36rpx;
  color: #000;
}
.btn {
  color: #fff;
  background-color: #E8370F;
  width: 378rpx;
  margin: 50rpx auto;
  font-weight: normal;
}