最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

vue-實現(xiàn)用戶的登錄頁面

2023-04-17 00:55 作者:蕪湖小量化  | 我要投稿

html部分

<!DOCTYPE html>
<html lang="en">
<head>
? ?<meta charset="UTF-8">
? ?<meta name="viewport" content="width=device-width, initial-scale=1.0">
? ?<title>登錄</title>
? ?<link rel="stylesheet" href="login.css">
? ?<script src="vue.js"></script>
</head>
<body>
? ?<div id="Application" style="text-align: center;">
? ? ? ?<div class="content">
? ? ? ? ? ?<h1>{{title}}</h1>
? ? ? ? ? ?<div class="account" style="font-size: 14px" v-if="noLogin">賬號:<input style="font-family: 楷體, sans-serif; font-size: 12px" v-model="userName" placeholder="請輸入昵稱~" type="text" /></div>
? ? ? ? ? ?<div class="password" style="font-size: 14px" v-if="noLogin">密碼:<input style="font-family: 楷體, sans-serif; font-size: 12px" v-model="password" placeholder="請輸入密碼~" type="password" /></div>
? ? ? ? ? ?<div class="login" style="font-size: 14px" v-on:click="click">{{buttonTitle}}</div>
? ? ? ?</div>
? ?</div>
? ?<script>
? ? ? ?const App = {
? ? ? ? ? ?data () {
? ? ? ? ? ? ? ?return {
? ? ? ? ? ? ? ? ? ?title:"賬戶登錄",
? ? ? ? ? ? ? ? ? ?noLogin:true,
? ? ? ? ? ? ? ? ? ?userName:"",
? ? ? ? ? ? ? ? ? ?password:"",
? ? ? ? ? ? ? ? ? ?buttonTitle:"登錄"
? ? ? ? ? ? ? ?}
? ? ? ? ? ?},
? ? ? ? ? ?methods: {
? ? ? ? ? ? ? ?click() {
? ? ? ? ? ? ? ? ? ?if (this.noLogin) {
? ? ? ? ? ? ? ? ? ? ? ?this.login()
? ? ? ? ? ? ? ? ? ?} else {
? ? ? ? ? ? ? ? ? ? ? ?this.logout()
? ? ? ? ? ? ? ? ? ?}
? ? ? ? ? ? ? ?},
? ? ? ? ? ? ? ?// 登錄
? ? ? ? ? ? ? ?login() {
? ? ? ? ? ? ? ? ? ?// 判斷賬號密碼是否為空
? ? ? ? ? ? ? ? ? ?if (this.userName.length > 0 && this.password.length > 0) {
? ? ? ? ? ? ? ? ? ? ? ?// 登錄提示后刷新頁面
? ? ? ? ? ? ? ? ? ? ? ?alert(`userName:${this.userName} password:********`)
? ? ? ? ? ? ? ? ? ? ? ?this.noLogin = false
? ? ? ? ? ? ? ? ? ? ? ?this.title = `賬戶:${this.userName}`
? ? ? ? ? ? ? ? ? ? ? ?this.buttonTitle = "注銷"
? ? ? ? ? ? ? ? ? ? ? ?this.userName = ""
? ? ? ? ? ? ? ? ? ? ? ?this.password = ""
? ? ? ? ? ? ? ? ? ?} else {
? ? ? ? ? ? ? ? ? ? ? ?alert("請輸入賬號密碼")
? ? ? ? ? ? ? ? ? ?}
? ? ? ? ? ? ? ?},
? ? ? ? ? ? ? ?// 登出
? ? ? ? ? ? ? ?logout() {
? ? ? ? ? ? ? ? ? ?// 清空登錄數(shù)據(jù)
? ? ? ? ? ? ? ? ? ?this.noLogin = true
? ? ? ? ? ? ? ? ? ?this.title = `賬戶登錄`
? ? ? ? ? ? ? ? ? ?this.buttonTitle = "登錄"
? ? ? ? ? ? ? ?}
? ? ? ? ? ?}
? ? ? ?}
? ? ? ?Vue.createApp(App).mount("#Application")
? ?</script>
</body>
</html>

css 部分

#Application{
? ?margin: auto;
? ?width: 400px;
? ?height: 200px;
? ?background-image:linear-gradient(90deg, #b0dcef 0%, #d3e9ef 50%, #d3e9ef 50%, #b0dcef 100%);
? ?display: flex;
? ?position: relative;
}

h1{
? ?font-family: 楷體, sans-serif;
? ?font-size: 16px;
? ?color: #7ab2cb;
}

.content{
? ?width: 300px;
? ?height: 150px;
? ?margin: auto;
}
.account{
? ?margin-top: 5px;
}
.password{
? ?margin-top: 5px;
}
.login{
? ?width: 40px;
? ?height: 16px;
? ?margin: 15px auto;
? ?border: #948d8d solid 2px;
? ?background-color: #de9de5;
? ?font-family: 楷體, sans-serif;
? ?font-weight: bold;
}

.login:hover{
? ?border-color: #4f5152;
}

登錄界面
輸入密碼后登錄成功


vue-實現(xiàn)用戶的登錄頁面的評論 (共 條)

分享到微博請遵守國家法律
昔阳县| 上饶县| 大悟县| 娱乐| 资溪县| 阿克陶县| 东山县| 湘阴县| 汨罗市| 信丰县| 西畴县| 资中县| 任丘市| 太保市| 全椒县| 深泽县| 榕江县| 微山县| 来凤县| 修文县| 麻栗坡县| 德阳市| 古田县| 无棣县| 库尔勒市| 陕西省| 泉州市| 阿拉善左旗| 绥阳县| 曲水县| 兴国县| 丰城市| 武隆县| 宁明县| 专栏| 肇庆市| 云龙县| 常宁市| 蓬溪县| 定西市| 新津县|