Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

大妈大姨妈来了 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions app/views/session/login.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
<input type="submit" value="Submit">
</div>
</form> -->
<!DOCTYPE html>
<html>

<head>
<!--
For demonstration purposes, the `title` is dynamically set here based on
Expand Down Expand Up @@ -67,13 +66,13 @@
</header>

<div style="background:url(images/bg-room.png) 0% -5% no-repeat;background-size:cover;"><!-- rgba(236,121,58,0.8) -->
<div class="container" style="background:url(images/bg-teacher.png) 55% 100% no-repeat;height:450px;">
<div class="intro col-lg-8 col-md-8" style="text-align:;color:#fff;font-weight:bold;margin-top:130px;">
<!-- <h2>教材同步的微视频</h2> <h4>+</h4> <h2>自适应学习平台</h2> <h4>=</h4> <h2>数字化学习的全程解决方案</h2> -->
<div class="container" style="background:url() 55% 100% no-repeat;height:450px;">
<!-- <div class="intro col-lg-8 col-md-8" style="text-align:;color:#fff;font-weight:bold;margin-top:130px;">

<h1 style="font-size:48px;">学习从此不再困难</h1>
</div>
</div>-->

<div class="login col-lg-4 col-md-4" style="margin-top:100px;">
<div class="login col-lg-4 col-md-4 col-lg-offset-4 col-md-offset-4" style="margin-top:100px;">
<div style="padding:0 15px;">
<h4 style="color:white">登录</h4>
</div>
Expand Down Expand Up @@ -147,4 +146,3 @@

</script>
</body>
</html>
16 changes: 8 additions & 8 deletions app/views/users/login.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@
</div>
</header>

<div style="background:url(img/bg-room.png) 0% -5% no-repeat;background-size:cover;"><!-- rgba(236,121,58,0.8) -->
<div class="container" style="background:url(img/bg-teacher.png) 55% 100% no-repeat;height:450px;">
<div class="intro col-lg-8 col-md-8" style="text-align:;color:#fff;font-weight:bold;margin-top:130px;">
<!-- <h2>教材同步的微视频</h2> <h4>+</h4> <h2>自适应学习平台</h2> <h4>=</h4> <h2>数字化学习的全程解决方案</h2> -->
<div style="background:url() 0% -5% no-repeat;background-size:cover;"><!-- rgba(236,121,58,0.8) -->
<div class="container" style="background:url() 55% 100% no-repeat;height:450px;">
<!-- <div class="intro col-lg-8 col-md-8" style="text-align:;color:#fff;font-weight:bold;margin-top:130px;">
<h2>教材同步的微视频</h2> <h4>+</h4> <h2>自适应学习平台</h2> <h4>=</h4> <h2>数字化学习的全程解决方案</h2>
<h1 style="font-size:48px;">学习从此不再困难</h1>
</div>
</div>-->

<div class="login col-lg-4 col-md-4" style="margin-top:100px;">
<div class="login col-lg-4 col-md-4 col-lg-offset-4 col-md-offset-4" style="margin-top:100px;">
<div style="padding:0 15px;">
<h4 style="color:white">登录</h4>
<h4>登录</h4>
</div>
<div class="panel-body button-demo">
<form method="post" action="/login"> <!-- 设置flash信息req.flash('key') -->
Expand All @@ -97,7 +97,7 @@
<div class="form-group">
<label class="label-checkbox">
<input type="checkbox">
<span class="custom-checkbox" style="color:white;">
<span class="custom-checkbox">
下次自动登录</span>
</label>
</div>
Expand Down