初步框架

master
Allen 6 years ago
parent 0026c9d6b5
commit bc24d17cb0

@ -1,7 +1,7 @@
{
"pages": [
"denglu/denglu",
"shouye/shouye",
"denglu/denglu",
"shouye/shouye",
"chazhao/chazhao",
"jieyue/jieyue",
"wode/wode"

@ -1,3 +1,4 @@
.search{
width: 70%;
color: rgb(000);
@ -83,3 +84,13 @@
}
page {
text-align: center;
}

@ -1,4 +1,3 @@
// jieyue/jieyue.js
Page({
logBtn :function(options){
wx.switchTab({
@ -6,3 +5,5 @@ Page({
})
}
})

@ -4,4 +4,4 @@
<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" bindtap="logBtn">
录</button>
登 录</button>

@ -3,4 +3,3 @@
<view class="flex-row" style="display: flex;"><image class="lingdang" mode="scaleToFill" src="http://qty83k.creatby.com/materials/143410/origin/4b8b98ccdd7ee31db30c3396304e9a49_origin.jpg" style="background-size: 100% 100%; background-position: 0% 0%; background-repeat: no-repeat; background-image: url(http://qty83k.creatby.com/materials/143410/origin/4b8b98ccdd7ee31db30c3396304e9a49_origin.jpg); "/><text class="tongzhi" >最新通知</text></view>
<view class="flex-row" style="display: flex;"><textarea class="wenbenkuang" name="textarea1" placeholder="点击编辑文字" type="textarea"/></view>
<view class="flex-row" style="display: flex;"><image class="xingxing" mode="scaleToFill" src="http://qty83k.creatby.com/materials/143410/origin/fb6ddb69dd70e448c86c0f24723487dd_origin.jpg" style="background-size: 100% 100%; background-position: 0% 0%; background-repeat: no-repeat; background-image: url(http://qty83k.creatby.com/materials/143410/origin/fb6ddb69dd70e448c86c0f24723487dd_origin.jpg); "/><text class="tuijian" >书籍推荐</text></view>

@ -41,5 +41,3 @@ width: 100px;
height: 30px;
margin-top: 40px;
margin-left: 10px;}

@ -5,7 +5,7 @@ Page({
data: {
motto: 'Hello',
userInfo: {},
hasUserInfo: false,
hasUserInfo: true,
canIUse: wx.canIUse('button.open-type.getUserInfo')
},
//事件处理函数

Loading…
Cancel
Save