.ptc-button { width: 598px; height: 92px; background: $primary-color; border-radius: 8px; font-size: 32px; font-weight: 600; color: #fff; &:active { background: $primary-color-lighten; } &--stroke { background: none; border: 2Px solid $primary-color; color: $primary-color; } } .ptc-text { color: $primary-color; } .ptc-form { &-item { margin-top: 36px; } } .ptc-input { display: block; padding-left: 28px; width: 100%; height: 100px; border-radius: 8px; border: 2px solid #d9d9d9; font-size: 32px; color: #333; } .ptc-title { padding: 36px 24px; line-height: 56px; font-size: 40px; font-weight: 600; color: #333; } .ptc-block { margin-bottom: 24px; padding: 48px 36px; background: #fff; } .ptc-label { margin-bottom: 48px; line-height: 44px; font-size: 32px; color: #999; } .ptc-tag { display: inline-block; margin-left: 32px; padding: 0 24px; line-height: 52px; font-size: 28px; font-weight: 600; color: #fff; background: $danger-color; border-radius: 30px 4px 30px 4px; }