yirenyishi
6 years ago
10 changed files with 50 additions and 12 deletions
Binary file not shown.
@ -0,0 +1,18 @@ |
|||||
|
.login-root { |
||||
|
background: #f0e7db url("/static/img/login.png") no-repeat; |
||||
|
padding-top: 50px; |
||||
|
position: absolute; |
||||
|
min-height: 100%; |
||||
|
width: 100%; |
||||
|
overflow: hidden; |
||||
|
} |
||||
|
|
||||
|
.login-root .input-container{ |
||||
|
position: fixed; |
||||
|
left: 65%; |
||||
|
background: url("/static/img/loginbg.png") no-repeat center top; |
||||
|
} |
||||
|
.login-root .input-container .input-root{ |
||||
|
width: 370px; |
||||
|
height: 500px; |
||||
|
} |
After Width: | Height: | Size: 504 KiB |
After Width: | Height: | Size: 22 KiB |
@ -0,0 +1,17 @@ |
|||||
|
{{template "header"}} |
||||
|
<title>登录 - 个人随笔</title> |
||||
|
<link type="text/css" rel="styleSheet" href="/static/css/login.css"/> |
||||
|
</head> |
||||
|
<body> |
||||
|
<div class="root-container"> |
||||
|
{{template "nav" .}} |
||||
|
<div class="login-root"> |
||||
|
<div class="input-container"> |
||||
|
<div class="input-root"> |
||||
|
<p>登录</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</body> |
||||
|
</html> |
Loading…
Reference in new issue