parent
c9e5fe4059
commit
f7e8073ec3
@ -1,54 +1,47 @@
|
|||||||
{
|
{
|
||||||
"pages": [
|
"pages": [
|
||||||
"denglu/denglu",
|
"denglu/denglu",
|
||||||
"shouye/shouye",
|
"shouye/shouye",
|
||||||
"chazhao/chazhao",
|
"chazhao/chazhao",
|
||||||
"jieyue/jieyue",
|
"jieyue/jieyue",
|
||||||
"wode/wode"
|
"wode/wode"
|
||||||
],
|
],
|
||||||
"window": {
|
"window": {
|
||||||
"backgroundTextStyle": "light",
|
"backgroundTextStyle": "light",
|
||||||
"navigationBarBackgroundColor": "#fff",
|
"navigationBarBackgroundColor": "#fff",
|
||||||
"navigationBarTitleText": "真香图书管理系统",
|
"navigationBarTitleText": "真香图书管理系统",
|
||||||
"navigationBarTextStyle": "black"
|
"navigationBarTextStyle": "black"
|
||||||
},
|
},
|
||||||
"tabBar": {
|
"tabBar": {
|
||||||
"color": "#000000",
|
"color": "#000000",
|
||||||
"selectedColor": "#fd9941",
|
"selectedColor": "#fd9941",
|
||||||
"borderStyle": "white",
|
"borderStyle": "white",
|
||||||
"backgroundColor": "#ffffff",
|
"backgroundColor": "#ffffff",
|
||||||
"list": [
|
"list": [
|
||||||
{
|
{
|
||||||
"pagePath": "shouye/shouye",
|
"pagePath": "shouye/shouye",
|
||||||
"text": "首页",
|
"text": "首页",
|
||||||
"iconPath": "image/shouye.png",
|
"iconPath": "image/shouye.png",
|
||||||
"selectedIconPath": "image/shouye-hl.png"
|
"selectedIconPath": "image/shouye-hl.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pagePath": "chazhao/chazhao",
|
"pagePath": "chazhao/chazhao",
|
||||||
"text": "查找",
|
"text": "查找",
|
||||||
"iconPath": "image/chazhao.png",
|
"iconPath": "image/chazhao.png",
|
||||||
"selectedIconPath": "image/chazhao-hl.png"
|
"selectedIconPath": "image/chazhao-hl.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pagePath": "jieyue/jieyue",
|
"pagePath": "jieyue/jieyue",
|
||||||
"text": "借阅",
|
"text": "借阅",
|
||||||
"iconPath":"image/jieyue.png",
|
"iconPath": "image/jieyue.png",
|
||||||
"selectedIconPath":"image/jieyue-hl.png"
|
"selectedIconPath": "image/jieyue-hl.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pagePath": "wode/wode",
|
"pagePath": "wode/wode",
|
||||||
"text": "我的",
|
"text": "我的",
|
||||||
"iconPath": "image/wode.png",
|
"iconPath": "image/wode.png",
|
||||||
"selectedIconPath": "image/wode-hl.png"
|
"selectedIconPath": "image/wode-hl.png"
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
@ -1,6 +1,8 @@
|
|||||||
<!--chazhao/chazhao.wxml-->
|
|
||||||
<text class="c-block wx-text_j8MhRR" >请输入书名或书号进行查询:</text>
|
<input class="c-block c-fullwidth wx-input_TJFfvT" name="input1" placeholder="请输入关键字" type="text"/>
|
||||||
<input class="c-block c-fullwidth wx-input_TJFfvT" name="input1" placeholder="请输入关键字" confirm-type="search"/>
|
<button class="wx-button_9IoctN" hover-class="button-hover" size="default" type="default">
|
||||||
<button class="wx-button_9IoctN" hover-class="button-hover" size="defualt" form-type="submit" >搜索</button>
|
搜索
|
||||||
|
</button>
|
||||||
|
<navigator class="wx-navigator_rNVWzi" hover-class="navigator-hover" open-type="redirect"/>
|
||||||
|
<text class="c-block wx-text_j8MhRR" >请输入书名或书号进行查询:</text>
|
||||||
|
|
||||||
|
@ -1,26 +1,8 @@
|
|||||||
/* chazhao/chazhao.wxss */
|
|
||||||
|
|
||||||
.body_15H9bN{text-align: center; }
|
page {
|
||||||
.wx-button_6FVULy{display: none; justify-content: center; padding-top: 30px; padding-bottom: 0px; }
|
text-align: center;
|
||||||
.wx-input_TJFfvT{display: flex; flex-direction: row; justify-content: flex-start; width: 70%; height: 34px; padding-top: 0px; padding-bottom: 0px; margin-top: 18px; border: 1px solid rgba(237, 165, 26, 0.278431); transform: rotate(0deg) scale(1) translate(6%,118%); transition: All 0s ease; background-color: rgb(235, 227, 227); -ms-transform: rotate(0deg) scale(1) translate(6%,118%); -o-transform: rotate(0deg) scale(1) translate(6%,118%); -moz-transform: rotate(0deg) scale(1) translate(6%,118%); -webkit-transform: rotate(0deg) scale(1) translate(6%,118%); -ms-transition: All 0s ease; -o-transition: All 0s ease; -moz-transition: All 0s ease; -webkit-transition: All 0s ease; }
|
}
|
||||||
.wx-button_aznzG8{display: inline-block; margin-top: auto; margin-bottom: 0px; left: 0px; right: 0px; top: 0px; bottom: 0px; position: absolute; width: 20px; height: 30px; }
|
|
||||||
.wx-button_dfRS93{width: 24%; height: 30px; margin: 0px 25px 2px 270px; float: none; display: inline-block; clear: none; position: absolute; padding-left: 15px; min-width: 12px; left: 0px; right: 0px; top: 0px; bottom: 0px; text-align: center; font-style: normal; font-weight: 800; font-family: 'comic sans ms'; color: rgb(31, 29, 29); padding-right: 11px; font-size: 15px; }
|
|
||||||
.wx-text_gEAMNq{text-align: left; margin-bottom: 6px; }
|
|
||||||
.wx-label_OJK0Lh{float: none; margin-left: auto; margin-right: 0; }
|
|
||||||
.wx-button_9IoctN{margin: -27px 10px 6px 270px; width: 20%; height: 37px; padding-top: 3px; font-weight: 600; font-size: 16px; letter-spacing: 1px; line-height: 2.06em; font-family: 'andale mono'; border-color: rgba(230, 197, 25, 0.00784314); transform: rotate(0deg) scale(1) translate(27%,85%); transition: All 0s ease; background-attachment: fixed; background-color: rgb(233, 62, 62); background-repeat: no-repeat; -ms-transform: rotate(0deg) scale(1) translate(27%,85%); -o-transform: rotate(0deg) scale(1) translate(27%,85%); -moz-transform: rotate(0deg) scale(1) translate(27%,85%); -webkit-transform: rotate(0deg) scale(1) translate(27%,85%); -ms-transition: All 0s ease; -o-transition: All 0s ease; -moz-transition: All 0s ease; -webkit-transition: All 0s ease; }
|
|
||||||
.wx-icon_GpfW6V{transform: rotate(0deg) scale(1) translate(329%,-102%); transition: All 0s ease; -ms-transform: rotate(0deg) scale(1) translate(329%,-102%); -o-transform: rotate(0deg) scale(1) translate(329%,-102%); -moz-transform: rotate(0deg) scale(1) translate(329%,-102%); -webkit-transform: rotate(0deg) scale(1) translate(329%,-102%); -ms-transition: All 0s ease; -o-transition: All 0s ease; -moz-transition: All 0s ease; -webkit-transition: All 0s ease; }
|
|
||||||
.wx-text_MmFX6O{text-align: left; color: rgb(240, 109, 14); width: 12%; transform: rotate(0deg) scale(1) translate(0%,75%); transition: All 0s ease; -ms-transform: rotate(0deg) scale(1) translate(0%,75%); -o-transform: rotate(0deg) scale(1) translate(0%,75%); -moz-transform: rotate(0deg) scale(1) translate(0%,75%); -webkit-transform: rotate(0deg) scale(1) translate(0%,75%); -ms-transition: All 0s ease; -o-transition: All 0s ease; -moz-transition: All 0s ease; -webkit-transition: All 0s ease; }
|
|
||||||
.wx-image_j8v2zp{width: 13px; height: 13px; margin-left: -23px; margin-right: -6px; transform: rotate(0deg) scale(1) translate(-999%,-55%); transition: All 0s ease; -ms-transform: rotate(0deg) scale(1) translate(-999%,-55%); -o-transform: rotate(0deg) scale(1) translate(-999%,-55%); -moz-transform: rotate(0deg) scale(1) translate(-999%,-55%); -webkit-transform: rotate(0deg) scale(1) translate(-999%,-55%); -ms-transition: All 0s ease; -o-transition: All 0s ease; -moz-transition: All 0s ease; -webkit-transition: All 0s ease; }
|
|
||||||
.wx-view_2KhCIC{border-bottom-style: solid; border-top-style: solid; border-right-style: solid; border-left-style: solid; }
|
|
||||||
.wx-button_B3JX9L{width: 17%; height: 33px; transform: rotate(0deg) scale(1) translate(-162%, 32%); transition: all 0s ease; font-size: 13px; line-height: 2.26em; }
|
|
||||||
.wx-button_Sz7O9N{width: 22%; height: 33px; transform: rotate(0deg) scale(1) translate(-5%, -69%); transition: all 0s ease; font-size: 4px; line-height: 2.26em; }
|
|
||||||
.wx-button_611IPh{width: 17%; height: 33px; transform: rotate(0deg) scale(1) translate(158%, -172%); transition: all 0s ease; font-size: 13px; line-height: 2.26em; }
|
|
||||||
.wx-button_AZnoVA{width: 22%; height: 33px; font-size: 13px; line-height: 2.26em; transform: rotate(0deg) scale(1) translate(-119%,-76%); transition: All 0s ease; -ms-transform: rotate(0deg) scale(1) translate(-119%,-76%); -o-transform: rotate(0deg) scale(1) translate(-119%,-76%); -moz-transform: rotate(0deg) scale(1) translate(-119%,-76%); -webkit-transform: rotate(0deg) scale(1) translate(-119%,-76%); -ms-transition: All 0s ease; -o-transition: All 0s ease; -moz-transition: All 0s ease; -webkit-transition: All 0s ease; }
|
|
||||||
.wx-button_3u4EpZ{width: 17%; height: 33px; transform: rotate(0deg) scale(1) translate(-5%, -183%); transition: all 0s ease; font-size: 13px; line-height: 2.26em; }
|
|
||||||
.wx-button_EQeA0y{width: 17%; height: 33px; transform: rotate(0deg) scale(1) translate(159%, -284%); transition: all 0s ease; font-size: 13px; line-height: 2.26em; }
|
|
||||||
.wx-text_3A6Hbv{margin-left: 0px; margin-right: auto; width: 24%; color: rgb(240, 109, 14); text-align: left; transform: rotate(0deg) scale(1) translate(0%,-247%); transition: All 0s ease; -ms-transform: rotate(0deg) scale(1) translate(0%,-247%); -o-transform: rotate(0deg) scale(1) translate(0%,-247%); -moz-transform: rotate(0deg) scale(1) translate(0%,-247%); -webkit-transform: rotate(0deg) scale(1) translate(0%,-247%); -ms-transition: All 0s ease; -o-transition: All 0s ease; -moz-transition: All 0s ease; -webkit-transition: All 0s ease; }
|
|
||||||
.wx-image_Kygu3V{width: 13px; height: 13px; transform: rotate(0deg) scale(1) translate(-776%,-226%); transition: All 0s ease; -ms-transform: rotate(0deg) scale(1) translate(-776%,-226%); -o-transform: rotate(0deg) scale(1) translate(-776%,-226%); -moz-transform: rotate(0deg) scale(1) translate(-776%,-226%); -webkit-transform: rotate(0deg) scale(1) translate(-776%,-226%); -ms-transition: All 0s ease; -o-transition: All 0s ease; -moz-transition: All 0s ease; -webkit-transition: All 0s ease; }
|
|
||||||
.wx-view_deDyWJ{transform: rotate(0deg) scale(1) translate(0%, -441%); transition: all 0s ease; background-color: transparent; }
|
|
||||||
.wx-view_W411Yg{width: 100%; height: 26%; transform: rotate(0deg) scale(1) translate(0%,-11%); transition: All 0s ease; -ms-transform: rotate(0deg) scale(1) translate(0%,-11%); -o-transform: rotate(0deg) scale(1) translate(0%,-11%); -moz-transform: rotate(0deg) scale(1) translate(0%,-11%); -webkit-transform: rotate(0deg) scale(1) translate(0%,-11%); -ms-transition: All 0s ease; -o-transition: All 0s ease; -moz-transition: All 0s ease; -webkit-transition: All 0s ease; }
|
|
||||||
.wx-text_j8MhRR{height: 40px; text-align: left; transform: rotate(0deg) scale(1) translate(0%,-150%); transition: All 0s ease; -ms-transform: rotate(0deg) scale(1) translate(0%,-150%); -o-transform: rotate(0deg) scale(1) translate(0%,-150%); -moz-transform: rotate(0deg) scale(1) translate(0%,-150%); -webkit-transform: rotate(0deg) scale(1) translate(0%,-150%); -ms-transition: All 0s ease; -o-transition: All 0s ease; -moz-transition: All 0s ease; -webkit-transition: All 0s ease; }
|
|
||||||
|
|
||||||
|
@ -1,66 +1,23 @@
|
|||||||
// denglu2.0/denglu2.0.js
|
// jieyue/jieyue.js
|
||||||
Page({
|
Component({
|
||||||
|
|
||||||
/**
|
|
||||||
* 页面的初始数据
|
|
||||||
*/
|
|
||||||
data: {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面加载
|
|
||||||
*/
|
|
||||||
onLoad: function (options) {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面初次渲染完成
|
|
||||||
*/
|
|
||||||
onReady: function () {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 生命周期函数--监听页面显示
|
* 组件的属性列表
|
||||||
*/
|
*/
|
||||||
onShow: function () {
|
properties: {
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 生命周期函数--监听页面隐藏
|
* 组件的初始数据
|
||||||
*/
|
*/
|
||||||
onHide: function () {
|
data: {
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面卸载
|
|
||||||
*/
|
|
||||||
onUnload: function () {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 页面相关事件处理函数--监听用户下拉动作
|
|
||||||
*/
|
|
||||||
onPullDownRefresh: function () {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 页面上拉触底事件的处理函数
|
|
||||||
*/
|
|
||||||
onReachBottom: function () {
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 用户点击右上角分享
|
* 组件的方法列表
|
||||||
*/
|
*/
|
||||||
onShareAppMessage: function () {
|
methods: {
|
||||||
|
|
||||||
}
|
}
|
||||||
})
|
})
|
@ -1,3 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
|
||||||
|
"component": true,
|
||||||
|
|
||||||
"usingComponents": {}
|
"usingComponents": {}
|
||||||
}
|
}
|
@ -1,8 +1,6 @@
|
|||||||
<!--jieyue/jieyue.wxml-->
|
|
||||||
<text>jieyue/jieyue.wxml</text>
|
<!--jieyue/jieyue.wxml-->
|
||||||
|
<button class="button1">
|
||||||
|
扫一扫
|
||||||
<button class="wx-button_XgkbLE" hover-class="other-button-hover" size="default"
|
</button>
|
||||||
>
|
|
||||||
扫一扫
|
|
||||||
</button>
|
|
||||||
|
Loading…
Reference in new issue