nochildren.wxss 1.4 KB
@import '../../../common/common.wxss';

page{
  background-color:#FCF8F7;
}
.write_pre{
  color:#292525;
  font-size: 32rpx;
  font-weight: bold;
  text-align: center;
  margin-top:64rpx;
  margin-bottom: 27rpx;
}
.konwpredate_img{
  width:32rpx;
  height:32rpx;
  font-size: 0;

}
.select_date_img,.select_date_row{
  width:40rpx;
  height:40rpx;
  font-size: 0;
}

.konwpredate_img image,.select_date_img image,.select_date_row image{
  width:100%;
  height:100%;
}
.predict_date_item{
  width:626rpx;

  background: #fff;
  border-radius:16rpx;
  padding: 35rpx 51rpx;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 36rpx;
  box-shadow:0px 15px 30px 0px rgba(235,235,235,1);

}
.predict_date{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.konwpredate{
  color:#292525;
  font-size: 32rpx;
}
.select_date,.select_date_left{
  display:flex;
  align-items: center;

}
.select_date{
  justify-content: space-between;
}
.select_date_text,.enter_predit{
  color:#292525;
  font-size: 28rpx;
}
.select_date_text{
  margin-left: 20rpx;
}
.select_date{
  margin-top: 36rpx;
  height:70rpx;
  border-radius: 35rpx;
  background: #F5F6FA;
  padding: 0 32rpx;
}
.enter_predit{
  margin-top: 60rpx;
}
.birthchild{
  margin-top: 207rpx;
}
.editbirth{
  margin-top:0;
}
.eidt_child_item{
  margin-top: 184rpx;
}
.layer1{
  width:686rpx;
  height:499rpx;

}
.layer2{
  width:654rpx;
  height:499rpx;
  opacity:0.8;
  border-radius:16rpx;
}