時間:2023-09-05 23:06:01 | 來源:網(wǎng)站運營
時間:2023-09-05 23:06:01 來源:網(wǎng)站運營
html+css做簡易登錄窗口:<!DOCTYPE html><html><head> <meta charset="utf-8"> <title>JS Bin</title></head><body><div class="login"> <div class="flex1 login-top">登錄窗口</div> <div class="flex1">用戶名:<input type="text"> </div> <div class="flex1">密 碼: <input type="password"></div> <div class="flex1"><button>確 定</button></div></div></body></html>
.login{ width:300px; height:200px; background:#7f7cd6; border-radius:10px; margin:100px auto; display:flex; flex-direction:column; overflow:hidden; } body{ background:#eeee; }.flex1{ flex:1; text-align:center; line-height:50px;} .login-top{ background:#e89bd4; color:white;}.login button{ font-size:16px; }.login input{ font-size:16px;}
鏈接:關(guān)鍵詞:窗口,簡易
微信公眾號
版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。