parent
141cb40421
commit
c9e5fe4059
@ -0,0 +1,66 @@
|
||||
// denglu2.0/denglu2.0.js
|
||||
Page({
|
||||
|
||||
/**
|
||||
* 页面的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
onLoad: function (options) {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面初次渲染完成
|
||||
*/
|
||||
onReady: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面显示
|
||||
*/
|
||||
onShow: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面隐藏
|
||||
*/
|
||||
onHide: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面卸载
|
||||
*/
|
||||
onUnload: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面相关事件处理函数--监听用户下拉动作
|
||||
*/
|
||||
onPullDownRefresh: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面上拉触底事件的处理函数
|
||||
*/
|
||||
onReachBottom: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 用户点击右上角分享
|
||||
*/
|
||||
onShareAppMessage: function () {
|
||||
|
||||
}
|
||||
})
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"usingComponents": {}
|
||||
}
|
@ -1,8 +1,7 @@
|
||||
<!--denglu/denglu.wxml-->
|
||||
<input class="inputnumber" data-c_e_id="wx_input_40f209dc" maxlength="15" name="input1" placeholder="请输入您的学号" type="number"/>
|
||||
<text class="text1" data-c_e_id="wx_text_ed857dc8">学号</text>
|
||||
|
||||
<input class="inputpassword" data-c_e_id="wx_input_dfbcd57f" name="input1" placeholder="默认身份证号后六位" type="number"/>
|
||||
<text class="password" data-c_e_id="wx_text_d673cbb2">密码</text>
|
||||
<view class="flex-row" style="display: flex;"><text class="text1" data-c_e_id="wx_text_ed857dc8">学号</text><input class="inputnumber" data-c_e_id="wx_input_40f209dc" maxlength="15" name="input1" placeholder="请输入您的学号" type="number"/></view>
|
||||
<view class="flex-row" style="display: flex;"><text class="password" data-c_e_id="1">密码</text></view>
|
||||
<view class="flex-row" style="display: flex;"><input class="inputpassword" data-c_e_id="wx_input_dfbcd57f" password="true" name="input1" placeholder="默认身份证号后六位" type="number"/>
|
||||
</view>
|
||||
<button class="button1" >
|
||||
登 录</button>
|
||||
登 录</button>
|
@ -1,7 +0,0 @@
|
||||
<!--denglu/denglu.wxml-->
|
||||
<view class="flex-row" style="display: flex;"><text class="text1" data-c_e_id="wx_text_ed857dc8">学号</text><input class="inputnumber" data-c_e_id="wx_input_40f209dc" maxlength="15" name="input1" placeholder="请输入您的学号" type="number"/></view>
|
||||
<view class="flex-row" style="display: flex;"><text class="password" data-c_e_id="1">密码</text></view>
|
||||
<view class="flex-row" style="display: flex;"><input class="inputpassword" data-c_e_id="wx_input_dfbcd57f" password="true" name="input1" placeholder="默认身份证号后六位" type="number"/>
|
||||
</view>
|
||||
<button class="button1" >
|
||||
登 录</button>
|
@ -1,45 +0,0 @@
|
||||
/* denglu/denglu.wxss */
|
||||
page {
|
||||
background-image: url("http://qty83k.creatby.com/materials/143410/origin/21bbf9caec3fddab4b8304359e2b41bb_origin.jpg"); background-size: 375px 678px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.button1{
|
||||
width: 60%;
|
||||
margin-top: 0rpx;
|
||||
background-color:rgba(253, 153, 65, 0.67);
|
||||
color: white;
|
||||
border-radius: 98rpx;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.inputnumber{
|
||||
width:70%;
|
||||
background-color: transparent;
|
||||
height:1.6rem;
|
||||
font-size: 15px;
|
||||
margin-left: 105px;
|
||||
margin-top: 155px;
|
||||
}
|
||||
.inputpassword{
|
||||
width:70%;
|
||||
background-color: transparent;
|
||||
height:1.6rem;
|
||||
font-size: 15px;
|
||||
margin-left: 105px;
|
||||
margin-top: 5%;
|
||||
}
|
||||
.text1{
|
||||
width: 50px;
|
||||
font-size: 23px;
|
||||
color: #ffffff;
|
||||
margin-left: 43px;
|
||||
margin-bottom: 1000px;
|
||||
}
|
||||
.password{width: 50px;
|
||||
font-size: 23px;
|
||||
color: #ffffff;
|
||||
margin-left: 43px;
|
||||
margin-top: 45%;}
|
Loading…
Reference in new issue