form.component.scss 1.47 KB
Newer Older
liujiangnan's avatar
liujiangnan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
p {
  margin: 0;
}

.spelling-box {
  // width: 2.5rem;
  // height: 2.5rem;
  display: inline-block;
  margin: 0.2rem;
  input {
    width: 2.7rem;
    height: 2.7rem;
    text-align: center;
    display: inline-block;
    border: 0.1rem solid #888;
    line-height: 2.7rem;
    font-weight: 900;
    font-size: 1.8rem;
  }
  .r-radio {
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #888;
    border-radius: 50%;
  }
  .green {
    background-color: #8dd897;
  }
  .w-radio {
    width: 1rem;
    height: 1rem;
    margin: 20% auto;
    border: 1px solid;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

button {
  margin-top: 2%;
  margin-left: 5%;
}

.show {
  display: inline-block;
  div {
    display: inline;
  }
  p {
    display: block;
    line-height: 2.5rem;
    border-radius: 15%;
    margin: 0 1px;
    font-weight: 900;
    font-size: 1.8rem;
  }
  .blank {
    border: 2px solid;
    margin: 0 3px;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 20%;
    vertical-align: bottom;
  }
}

.p-box {
  padding: 2rem;
  margin-bottom: 1.5rem;
  nz-card {
    border-radius: 0.5rem;
  }
}

.p-letter-input:focus {
  border-color: #1eb461 !important;
}

.p-media-box {
  & > div:nth-child(1) {
    width: 18rem;
  }
  nz-divider {
    height: 10rem;
    margin: 0 2rem;
  }
}

.p-hint {
  margin-left: 1rem;
  color: #888;
  font-size: 10px;
  display: inline-block;
}