master
zjm2xzy99 6 years ago
parent 141cb40421
commit c9e5fe4059

@ -1,5 +1,6 @@
{ {
"pages": [ "pages": [
"denglu/denglu",
"shouye/shouye", "shouye/shouye",
"chazhao/chazhao", "chazhao/chazhao",
"jieyue/jieyue", "jieyue/jieyue",

@ -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--> <!--denglu/denglu.wxml-->
<input class="inputnumber" data-c_e_id="wx_input_40f209dc" maxlength="15" name="input1" placeholder="请输入您的学号" type="number"/> <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>
<text class="text1" data-c_e_id="wx_text_ed857dc8">学号</text> <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"/>
<input class="inputpassword" data-c_e_id="wx_input_dfbcd57f" name="input1" placeholder="默认身份证号后六位" type="number"/> </view>
<text class="password" data-c_e_id="wx_text_d673cbb2">密码</text>
<button class="button1" > <button class="button1" >
登 录</button> 录</button>

@ -13,33 +13,44 @@ page {
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin-top: 20px; margin-top: 140px;
} }
.inputnumber{ .inputnumber{
width:70%; width:50%;
background-color: transparent; background-color: transparent;
height:1.6rem; height:1.6rem;
font-size: 15px; font-size: 18px;
margin-left: 105px; margin-left: 15px;
margin-top: 155px; margin-top: 100px;
display: inline;
border-width: 2px;
border-color: rgb(255, 255, 255);
border-style: solid;
color: #ffffff;
} }
.inputpassword{ .inputpassword{
width:70%; width:50%;
background-color: transparent; background-color: transparent;
height:1.6rem; height:1.6rem;
font-size: 15px; font-size: 18px;
margin-left: 105px; margin-left: 108px;
margin-top: 5%; margin-top: -30px;
border-width: 2px;
border-color: rgb(255, 255, 255);
border-style: solid;
color: #ffffff;
} }
.text1{ .text1{
width: 50px; width: 50px;
font-size: 23px; font-size: 23px;
color: #ffffff; color: #ffffff;
margin-left: 43px; margin-left: 43px;
margin-bottom: 1000px; margin-top:100px;
} }
.password{width: 50px; .password{width: 50px;
font-size: 23px; font-size: 23px;
color: #ffffff; color: #ffffff;
margin-left: 43px; margin-left: 43px;
margin-top: 45%;} margin-top:50px;
}

@ -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%;}

@ -13,7 +13,7 @@
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.4.0", "libVersion": "2.4.0",
"appid": "wxb280d1925541c356", "appid": "wxb280d1925541c356",
"projectname": "%E7%9C%9F%E9%A6%99", "projectname": "%E7%9C%9F%E9%A6%991",
"debugOptions": { "debugOptions": {
"hidedInDevtools": [] "hidedInDevtools": []
}, },

Loading…
Cancel
Save