|
|
@@ -1,6 +1,8 @@ |
|
|
|
<template> |
|
|
|
<view class="page"> |
|
|
|
<view class="content"> |
|
|
|
<!-- <image src="@/static/login-banner.png" mode="widthFix" style="width:100%;margin-bottom: 12px;position: absolute;top: 0;"></image> --> |
|
|
|
<view class="content" style="padding-bottom:60px"> |
|
|
|
<view style="padding: 0 38px;"> |
|
|
|
<view class="head-banner"> |
|
|
|
<!-- 标题文字 --> |
|
|
|
<view class="main-title"> |
|
|
@@ -11,7 +13,7 @@ |
|
|
|
|
|
|
|
<!-- 首页 Logo --> |
|
|
|
<view mode="aspectFit" class="logo"> |
|
|
|
<image src="~@/static/logo.png" mode="widthFix" class="logoImg"></image> |
|
|
|
<image src="~@/static/logo.dc7ee5a9.png" mode="widthFix" class="logoImg"></image> |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- 【仅生产环境】使用账号的原因,无此项则微信审核通不过 --> |
|
|
@@ -25,13 +27,16 @@ |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- 账户密码表单 --> |
|
|
|
<l-input v-if="ready" v-model="username" placeholder="手机号 / 账号" left> |
|
|
|
<l-input v-if="ready" v-model="username" placeholder="账号" left> |
|
|
|
<l-icon slot="title" type="people" /> |
|
|
|
</l-input> |
|
|
|
<l-input v-if="ready" v-model="password" placeholder="请输入密码" password left> |
|
|
|
<l-icon slot="title" type="lock" /> |
|
|
|
</l-input> |
|
|
|
<l-button @click="login(null)" size="lg" color="blue" class="margin-top-sm block" block>登 录</l-button> |
|
|
|
<view class="otherLogin"> |
|
|
|
<navigator url="/pages/weixinLogin" class="textBtn">微信登录</text></navigator> |
|
|
|
</view> |
|
|
|
<!-- <l-button v-if="enableSignUp" @click="signUp" size="lg" line="blue" class="margin-top-sm block" block> |
|
|
|
教师注册 |
|
|
|
</l-button> --> |
|
|
@@ -58,6 +63,8 @@ |
|
|
|
:range="apiRootList" |
|
|
|
type="radio" |
|
|
|
/> |
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 页面底部版权文字 --> |
|
|
|
<view class="footer">{{ copyRightDisplay }}</view> |
|
|
@@ -236,7 +243,7 @@ page { |
|
|
|
.content { |
|
|
|
text-align: center; |
|
|
|
width: 100%; |
|
|
|
padding: 0 38rpx; |
|
|
|
// padding: 0 38rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.head-banner { |
|
|
@@ -274,6 +281,14 @@ page { |
|
|
|
color: #555; |
|
|
|
} |
|
|
|
} |
|
|
|
.otherLogin{ |
|
|
|
display: flex; |
|
|
|
justify-content: flex-end; |
|
|
|
.textBtn{ |
|
|
|
width: 100px; |
|
|
|
color: #606266; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.footer { |
|
|
|
position: absolute; |
|
|
|