初步框架

master
Allen 6 years ago
parent 0026c9d6b5
commit bc24d17cb0

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

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

@ -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;"><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;"><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> <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; height: 30px;
margin-top: 40px; margin-top: 40px;
margin-left: 10px;} margin-left: 10px;}

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

Loading…
Cancel
Save