卡通可爱人物登录表单页面效果代码
代码语言:html
所属分类:表单美化
代码描述:卡通可爱人物登录表单页面效果代码,点击输入框有动画效果。
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>
* {
padding: 0;
margin: 0;
}
body{
background: rgba(0,0,0,0.5);
}
.music-lgin {
min-width: 350px;
min-height: 400px;
position: absolute;
background: rgba(18, 18, 34, 0.4);
border-radius: 8px;
box-shadow: 0px 10px 50px 0px rgb(88, 65, 58);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.music-lgin-dh {
width: 100px;
height: 100px;
background: rgba(218, 141, 13, 0.6);
position: absolute;
top: 0%;
left: 50%;
transform: translate(-50%, -100%);
border-radius: 100px 100px 0 0;
}
.music-lgin-dh:before{
content: '';
width: 49px;
height: 22px;
border-radius: 50%;
box-shadow: 0 -2px 0 1px #1a252f;
transform: translateX(24px) rotateZ(-53deg);
position: absolute;
right: 40px;
border: 1px solid violet;
}
.music-lgin-all {
position: relative;
}
/*眼睛*/
.music-lgin-left {
width: 30px;
height: 25px;
background: #edac6f;
position: absolute;
top: 0%;
left: 25%;
transform: translate(-50%, -60%);
z-index: 1;
border-radius: 61px 86px 70px 69px/83px 75px 45px 50px;
}
.ovhd {
overflow: hidden;
}
.music-lgin-hara {
width: 10px;
height: 20px;
background: #e6a465;
float: left;
margin-top: 5px;
border-radius: 8px 80px 60px;
border-right: 1px solid #cb9665;
}
.music-lgin-hars {
width: 9px;
height: 20px;
background: #e6a465;
float: right;
margin-top: 5px;
border-radius: 80px 80px 60px;
border-left: 1px solid #cb9665;
}
.music-lgin-right {
width: 30px;
height: 25px;
background: #edac6f;
position: absolute;
top: 0%;
right: 17%;
z-index: 1;
transform: translate(-50%, -60%);
border-radius: 61px 86px 70px 69px/83px 75px 45px 50px;
}
.music-lgin-text {
width: 320px;
height: 40px;
margin: 30px auto ;
}
.inputs{
width: 98%;
height: 40px;padding-left: 2%;
}
.left-dh {
animation: dong 1s;
animation-fill-mode: forwards;
}
.rmleft-dh {
/*tr.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0