| | |
| | | <div class="ml-9 text-black flex-1"> |
| | | <div class="uni-input-wrapper"> |
| | | <input type="password" v-model="repassword" maxlength="140" step="" enterkeyhint="done" |
| | | class="uni-input-input" autocomplete="off" :placeholder="$t('密码')"> |
| | | class="uni-input-input" autocomplete="off" :placeholder="$t('确认密码')"> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | |
| | | <style lang="scss" scoped> |
| | | @import '@/assets/css/deepseek_css_20250625_30ff932.css'; |
| | | |
| | | .uni-input-input{ |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .activeBKClick { |
| | | &:active { |
| | | background: $tab_background; |