| | |
| | | @import "../../common/sassMixin"; |
| | | |
| | | .c-form { |
| | | display: block; |
| | | width: 100%; |
| | | background-color: #fff; |
| | | .c-form-item { |
| | | .at-input { |
| | | background-color: transparent; |
| | | } |
| | | .at-input__title { |
| | | margin-right: 20px; |
| | | } |
| | | .at-input__title--required { |
| | | position: relative; |
| | | &::before { |
| | | @include position(absolute, 50% -0.5rem n n); |
| | | @include position(absolute, 50% -23px n n); |
| | | transform: translateY(-50%); |
| | | } |
| | | } |
| | | } |
| | | .c-form-agreement { |
| | | padding: 0.512rem 0.68267rem; |
| | | padding: 24px 32px; |
| | | .title { |
| | | display: inline; |
| | | .icon { |
| | | @include flexbox(inline, center center); |
| | | margin-top: 0.08533rem; |
| | | margin-right: 0.3rem; |
| | | width: 0.85333rem; |
| | | min-width: 0.85333rem; |
| | | height: 0.85333rem; |
| | | display: inline-block; |
| | | margin-right: 14px; |
| | | width: 40px; |
| | | height: 40px; |
| | | vertical-align: middle; |
| | | text-align: center; |
| | | line-height: 36px; |
| | | color: transparent; |
| | | font-size: 0.512rem; |
| | | line-height: 1; |
| | | border: 0.04267rem solid rgba(97, 144, 232, .2); |
| | | border: 2px solid rgba(97, 144, 232, .2); |
| | | border-radius: 50%; |
| | | background-color: #fff; |
| | | box-sizing: border-box; |
| | |
| | | border: none; |
| | | background-color: #6190e8; |
| | | } |
| | | .at-icon { |
| | | font-size: 24px; |
| | | line-height: 1; |
| | | } |
| | | } |
| | | .tips { |
| | | vertical-align: middle; |
| | | color: rgb(117, 117, 117); |
| | | ; |
| | | } |
| | | } |
| | | .protocol { |
| | | display: inline; |
| | | color: #2b69de; |
| | | font-size: 0.65rem; |
| | | color: #2093df; |
| | | font-size: 36px; |
| | | vertical-align: middle; |
| | | } |
| | | } |
| | | .c-form-submit { |
| | | margin-top: 0.8rem; |
| | | padding: 0 0.42667rem; |
| | | margin-top: 37px; |
| | | padding: 0 20px 30px; |
| | | [type=primary] { |
| | | font-size: 0.7rem; |
| | | line-height: 2.2; |
| | | height: 90px; |
| | | font-size: 36px; |
| | | line-height: 88px; |
| | | border: 1PX solid #2093df; |
| | | background: #2093df; |
| | | &:not([disabled]):active { |
| | |
| | | border: 1PX solid #2093df; |
| | | background: #2093df; |
| | | } |
| | | &::after { |
| | | display: none; |
| | | } |
| | | } |
| | | &.c-form-submit-fixed { |
| | | margin: -3px 0 140px; |
| | | padding: 1px 0 0; |
| | | .c-form-submit-inner { |
| | | @include position(fixed, n 0 0 n, 10); |
| | | width: 100%; |
| | | } |
| | | [type=primary] { |
| | | height: 100px; |
| | | line-height: 98px; |
| | | border-radius: 0; |
| | | } |
| | | } |
| | | } |
| | | } |