找回密码
 注册帐号
查看: 4158|回复: 0

简约风格的单页html页面

[复制链接]
发表于 2018-6-1 22:33:07 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册帐号

×
qSVR9rJ_jpeg.jpg
一个简约风格的单页html页面,可用于网站维护中或更新网站时挂个首页使用,如果不喜欢现在的颜色请F12修改设置既可。
以下为全部代码
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <title>网站维护更新中,敬请期待</title>
  6. </head>
  7. <style>
  8. *{
  9.   margin:0;
  10.   padding:0;
  11.   }
  12. html{
  13.   height:100%;
  14.   }
  15. body{
  16.   background:#F1FDFE;
  17.   height:100%;
  18.   }
  19. .mom{
  20.   width:600px;
  21.   height:100px;
  22.   line-height:100px;
  23.   text-align:center;
  24.   font-size:30px;
  25.   border-width:5px;
  26.   border-style:dashed;
  27.   border-color:rgb(200, 0, 255);
  28.   position:relative; left:50%;
  29.   margin-left:-300px; top:50%;
  30.   margin-top:-50px;
  31.   background:#e6fafd;
  32.   color:rgb(255, 0, 55);
  33.   }
  34. </style>
  35. <body>
  36. <div class="mom">
  37.     网站维护更新维护中,敬请期待....
  38. </div>
  39. </body>
  40. </html>
复制代码

欢迎来到安全之家
悄悄告诉你善用本站的【 搜索 】功能,那里可能会有你要找的答案哦
您需要登录后才可以回帖 登录 | 注册帐号

本版积分规则

Archiver|sitemap|小黑屋|手机版原版|安全之家

GMT+8, 2025-4-4 19:28 , Processed in 0.035876 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表