goToEditor.wxss 2.1 KB
page {
  background-color: #f5f5f5;
}
page .container {
  padding: 32rpx;
  box-sizing: border-box;
}
page .container .person {
  background-color: #fff;
  padding: 0 20rpx;
  box-sizing: border-box;
  border-radius: 16rpx;
}
page .container .person .public {
  display: flex;
  align-items: center;
  height: 120rpx;
}
page .container .person .public .labels {
  width: 160rpx;
  color: #3D444C;
  padding-left: 20rpx;
  line-height: 40rpx;
}
page .container .person .public .input {
  width: 100%;
}
page .container .person .public .input_placeholder {
  font-size: 28rpx;
  line-height: 40rpx;
  color: #BDC4CE;
}
page .container .person .birtday {
  display: flex;
  flex-direction: column;
}
page .container .person .birtday .top {
  display: flex;
  align-items: center;
  height: 120rpx;
}
page .container .person .birtday .top .labels {
  width: 160rpx;
  color: #3D444C;
  padding-left: 20rpx;
}
page .container .person .birtday .top .picker_box {
  padding-left: 38rpx;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 120rpx;
}
page .container .person .birtday .top .picker_box .picker {
  height: 120rpx;
  font-size: 28rpx;
  color: #BDC4CE;
  line-height: 120rpx;
}
page .container .person .birtday .top .picker_box .pickerLise {
  flex: 1;
  color: #000;
}
page .container .person .birtday .top .picker_box .rowimg {
  width: 48rpx;
  height: 48rpx;
  position: absolute;
  right: 0;
  top: 40rpx;
}
page .container .person .birtday .top .picker_box .rowimg image {
  width: 48rpx;
  height: 48rpx;
}
page .container .person .birtday .tex {
  margin-left: 180rpx;
  display: flex;
  align-items: center;
  height: 120rpx;
}
page .container .person .birtday .input_placeholder {
  font-size: 28rpx;
  line-height: 40rpx;
  color: #BDC4CE;
}
page .container .person .cid {
  border-bottom: 1rpx solid #f5f5f5;
}
page .container .downbtn {
  position: fixed;
  bottom: 0;
  left: 64rpx;
}
page .container .downbtn .btn {
  width: 620rpx;
  height: 80rpx;
  margin: 10rpx 0 20rpx;
  line-height: 80rpx;
  padding: 0;
  font-weight: 400;
  font-size: 28rpx;
  background-color: #E8370F;
  color: #fff;
}