21精美ContactPages联系我们页面设计欣赏

几乎每一个商业、公司、个人网站,都会有一个contact页,即联系我们页面。用来放置一些地址信息,电话联系,邮箱或google地图等内容。收集了21个相关精美设计,希望大家喜欢。

Supereight Studio

21 Inspiring Contact Pages

Spokes

21 Inspiring Contact Pages

Touch

21 Inspiring Contact Pages

Mostly Serious

21 Inspiring Contact Pages

Envy Labs

21 Inspiring Contact Pages

Colorkite

21 Inspiring Contact Pages

Dewey’s Pizza

21 Inspiring Contact Pages

Banger’s

21 Inspiring Contact Pages

Kirschner Brasil

21 Inspiring Contact Pages

National LGBT Museum

21 Inspiring Contact Pages

Rule of Three

21 Inspiring Contact Pages

Mangrove

21 Inspiring Contact Pages

BVD

21 Inspiring Contact Pages

abm

21 Inspiring Contact Pages

Julien Millies

21 Inspiring Contact Pages

Lena Sanz

21 Inspiring Contact Pages

FoundryCo

21 Inspiring Contact Pages

Always Creative

21 Inspiring Contact Pages

Stuntbox

21 Inspiring Contact Pages

Formrausch

21 Inspiring Contact Pages

Cafe Evoke

21 Inspiring Contact Pages

本站博文:均为原创或翻译国外文章,转载请标明出处【前端资讯@M4】
永久链接:http://www.m4html.com/blog/21-Beautiful-Contact-Pages


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
好的,我可以给您提供一份简单的代码,实现一个设计精美的登录页面,并包含 CSS 样式。 HTML 代码: ```html <!DOCTYPE html> <html> <head> <title>登录页面</title> <link rel="stylesheet" href="login.css"> </head> <body> <div class="login-box"> <h2>登录</h2> <form> <div class="user-box"> <input type="text" name="" required=""> <label>用户名</label> </div> <div class="user-box"> <input type="password" name="" required=""> <label>密码</label> </div> <a href="#"> <span></span> <span></span> <span></span> <span></span> 提交 </a> </form> </div> </body> </html> ``` CSS 代码: ```css *{ margin: 0; padding: 0; box-sizing: border-box; } body{ background: linear-gradient(to bottom, #00b4db, #0083b0); font-family: sans-serif; } .login-box{ width: 320px; height: 420px; background: #fff; color: #000; top: 50%; left: 50%; position: absolute; transform: translate(-50%,-50%); box-shadow: 0 5px 15px rgba(0,0,0,.5); padding: 70px 30px; } .login-box h2{ margin: 0; padding: 0 0 20px; text-align: center; font-size: 22px; } .login-box .user-box{ position: relative; } .login-box .user-box input{ width: 100%; padding: 10px 0; font-size: 16px; color: #000; margin-bottom: 30px; border: none; border-bottom: 1px solid #000; outline: none; background: transparent; } .login-box .user-box label{ position: absolute; top: 0; left: 0; padding: 10px 0; font-size: 16px; color: #000; pointer-events: none; transition: .5s; } .login-box .user-box input:focus ~ label, .login-box .user-box input:valid ~ label{ top: -20px; left: 0; color: #00b4db; font-size: 12px; } .login-box form a{ position: relative; display: inline-block; padding: 10px 20px; color: #fff; font-size: 16px; text-transform: uppercase; letter-spacing: 2px; background: linear-gradient(to right, #00b4db, #0083b0); border: none; cursor: pointer; margin-top: 40px; transition: .5s; } .login-box form a:hover{ background: #fff; color: #000; } .login-box form a span{ position: absolute; display: block; } .login-box form a span:nth-child(1){ top: 0; left: -100%; width: 100%; height: 2px; background: linear-gradient(to right, #00b4db, #0083b0); animation: btn-anim1 1s linear infinite; } @keyframes btn-anim1 { 0%{ left: -100%; } 50%,100%{ left: 100%; } } .login-box form a span:nth-child(2){ top: -100%; right: 0; width: 2px; height: 100%; background: linear-gradient(to bottom, #00b4db, #0083b0); animation: btn-anim2 1s linear infinite; animation-delay: .25s; } @keyframes btn-anim2 { 0%{ top: -100%; } 50%,100%{ top: 100%; } } .login-box form a span:nth-child(3){ bottom: 0; right: -100%; width: 100%; height: 2px; background: linear-gradient(to left, #00b4db, #0083b0); animation: btn-anim3 1s linear infinite; animation-delay: .5s; } @keyframes btn-anim3 { 0%{ right: -100%; } 50%,100%{ right: 100%; } } .login-box form a span:nth-child(4){ bottom: -100%; left: 0; width: 2px; height: 100%; background: linear-gradient(to top, #00b4db, #0083b0); animation: btn-anim4 1s linear infinite; animation-delay: .75s; } @keyframes btn-anim4 { 0%{ bottom: -100%; } 50%,100%{ bottom: 100%; } } ``` 以上是一个简单的登录页面的代码,包含了一些 CSS 样式,可以根据您的需要进行修改和调整。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值