您现在的位置是:网站首页> 编程资料编程资料
HTML5仿手机微信聊天界面_html5_网页制作_
2023-11-11
498人已围观
简介 这篇文章主要为大家详细介绍了HTML5仿手机微信聊天界面的关键代码,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
给大家带来的是HTML5仿手机微信聊天界面,截图效果如下:

源代码如下:
XML/HTML Code复制内容到剪贴板
- >
- <html>
- <head>
- <meta charset="UTF-8">
- <title>HTML5模拟微信聊天界面title>
- <style>
- /**重置标签默认样式*/
- * {
- margin: 0;
- padding: 0;
- list-style: none;
- font-family: '微软雅黑'
- }
- #container {
- width: 450px;
- height: 780px;
- background: #eee;
- margin: 80px auto 0;
- position: relative;
- box-shadow: 20px 20px 55px #777;
- }
- .header {
- background: #000;
- height: 40px;
- color: #fff;
- line-height: 34px;
- font-size: 20px;
- padding: 0 10px;
- }
- .footer {
- width: 430px;
- height: 50px;
- background: #666;
- position: absolute;
- bottom: 0;
- padding: 10px;
- }
- .footer input {
- width: 275px;
- height: 45px;
- outline: none;
- font-size: 20px;
- text-indent: 10px;
- position: absolute;
- border-radius: 6px;
- right: 80px;
- }
- .footer span {
- display: inline-block;
- width: 62px;
- height: 48px;
- background: #ccc;
- font-weight: 900;
- line-height: 45px;
- cursor: pointer;
- text-align: center;
- position: absolute;
- right: 10px;
- border-radius: 6px;
- }
- .footer span:hover {
- color: #fff;
- background: #999;
- }
- #user_face_icon {
- display: inline-block;
- background: red;
- width: 60px;
- height: 60px;
- border-radius: 30px;
- position: absolute;
- bottom: 6px;
- left: 14px;
-
相关内容
- 我叫MT五一活动火爆来袭 符石经验每日送_手机游戏_游戏攻略_
- 全民小镇登录送好礼6天金币钻石送不停详情_手机游戏_游戏攻略_
- 天天酷跑4月29日最新破解版刷分教程攻略_手机游戏_游戏攻略_
- 迷你西游孙思邈属性技能缘搭配效果一览_手机游戏_游戏攻略_
- 天天飞车4月29日最新破解版刷分刷金币不封号教程攻略_手机游戏_游戏攻略_
- 天天飞车4月29日最新无限飞机刷金币教程_手机游戏_游戏攻略_
- 天天飞车RA级凌云与魅影哪个比较好 二者满级属性比较_手机游戏_游戏攻略_
- 崩坏学园2新版本有什么新装备_手机游戏_游戏攻略_
- 天天飞车S级幻影及暗影橘子刷千万高分视频攻略_手机游戏_游戏攻略_
- 智龙迷城 麒麟组队攻略_手机游戏_游戏攻略_
点击排行
本栏推荐
