goToEditor.less 2.4 KB
page {
  background-color: #f5f5f5;

  .container {
    padding: 32rpx;
    box-sizing: border-box;

    .person {
      background-color: #fff;
      padding: 0 20rpx;
      box-sizing: border-box;
      border-radius: 16rpx;

      .public {
        display: flex;
        align-items: center;
        height: 120rpx;

        .labels {
          width: 160rpx;
          color: #3D444C;
          padding-left: 20rpx;
          line-height: 40rpx;
        }

        .input {
          width: 100%;
        }

        .input_placeholder {
          font-size: 28rpx;
          line-height: 40rpx;
          color: #BDC4CE;
        }



      }

      .birtday {
        display: flex;
        flex-direction: column;

        .top {
          display: flex;
          align-items: center;
          height: 120rpx;

          .labels {
            width: 160rpx;
            color: #3D444C;
            padding-left: 20rpx;


          }

          .picker_box {
            padding-left: 38rpx;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            height: 120rpx;

            .picker {
              height: 120rpx;
              font-size: 28rpx;
              color: #BDC4CE;
              line-height: 120rpx;
            }

            .pickerLise {
              flex: 1;
              color: #000;
            }

            .rowimg {
              width: 48rpx;
              height: 48rpx;
              position: absolute;
              right: 0;
              top: 40rpx;

              image {
                width: 48rpx;
                height: 48rpx;
              }
            }
          }
        }

        .tex {
          margin-left: 180rpx;
          display: flex;
          align-items: center;
          height: 120rpx;
        }

        .input_placeholder {
          font-size: 28rpx;
          line-height: 40rpx;
          color: #BDC4CE;
        }
      }

      .cid {
        border-bottom: 1rpx solid #f5f5f5;
      }


    }

    .downbtn {
      position: fixed;
      bottom: 0;
      left: 64rpx;

      .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
      }
    }
  }
}