注册登录页面模板

Practice

#register,#login{

width: 300px;

height: 400px;

border: 1px solid grey;

background-color: dimgrey;

/*margin: auto;*/

float: left;

}

.long{

width: 280px;

height: 30px;

/*边框圆角*/

border-radius: 5px;

/*隐藏边框线*/

border: none;

margin: 10px;

}

.short{

width: 180px;

height: 30px;

border-radius: 5px;

border: none;

margin: 10px;

}

.bton{

width: 90px;

height: 30px;

border-radius: 5px;

border: none;

color: darkmagenta;

background-color: white;

}

.sub{

width: 280px;

height: 30px;

margin: 10px;

background-color: deepskyblue;

border-radius: 5px;

border: none;

color: white;

}

.left_top_font{

border-bottom: 2px fuchsia solid;

padding-bottom: 7px;

font-size: 18px;

}

.right_top_font{

float: right;

font-size: 18px;

color: deepskyblue;

}

a{

text-decoration: none;

}

请注册

立即登录>


请登录

立即注册>


七天内自动登录

忘记密码?

更多推荐

html 制作用户注册页面模板,注册登录页面模板