Commit 64dbcd8a by 冷斌

fix bug

parent b7b8cc03
...@@ -3,6 +3,11 @@ ...@@ -3,6 +3,11 @@
<head> <head>
<title>登录</title> <title>登录</title>
<tc_include file="Appapi/Public/head"/> <tc_include file="Appapi/Public/head"/>
<style type="text/css">
html,body { width: 100%; height: 100% }
body { background: url("__PUBLIC__/appapi/img/bg.png") no-repeat; background-size: 100% 100%; overflow: hidden; }
button { border: none }
</style>
</head> </head>
<body> <body>
<div class="app" id="app"> <div class="app" id="app">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment