diff --git a/hangout-master/Pages/HGBot/Whisper/received1/received.js b/hangout-master/Pages/HGBot/Whisper/received1/received.js new file mode 100644 index 0000000..5d15cce --- /dev/null +++ b/hangout-master/Pages/HGBot/Whisper/received1/received.js @@ -0,0 +1,71 @@ +// Pages/HGBot/Whisper/received/received.js +Page({ + + /** + * 页面的初始数据 + */ + data: { + + }, + + onNext:function(){ + wx.navigateTo({ + url: '/Pages/HGBot/Whisper/received/total', + }) + }, + /** + * 生命周期函数--监听页面加载 + */ + onLoad: function (options) { + + }, + + /** + * 生命周期函数--监听页面初次渲染完成 + */ + onReady: function () { + + }, + + /** + * 生命周期函数--监听页面显示 + */ + onShow: function () { + + }, + + /** + * 生命周期函数--监听页面隐藏 + */ + onHide: function () { + + }, + + /** + * 生命周期函数--监听页面卸载 + */ + onUnload: function () { + + }, + + /** + * 页面相关事件处理函数--监听用户下拉动作 + */ + onPullDownRefresh: function () { + + }, + + /** + * 页面上拉触底事件的处理函数 + */ + onReachBottom: function () { + + }, + + /** + * 用户点击右上角分享 + */ + onShareAppMessage: function () { + + } +}) \ No newline at end of file diff --git a/hangout-master/Pages/HGBot/Whisper/received1/received.json b/hangout-master/Pages/HGBot/Whisper/received1/received.json new file mode 100644 index 0000000..8835af0 --- /dev/null +++ b/hangout-master/Pages/HGBot/Whisper/received1/received.json @@ -0,0 +1,3 @@ +{ + "usingComponents": {} +} \ No newline at end of file diff --git a/hangout-master/Pages/HGBot/Whisper/received1/received.wxml b/hangout-master/Pages/HGBot/Whisper/received1/received.wxml new file mode 100644 index 0000000..e16e776 --- /dev/null +++ b/hangout-master/Pages/HGBot/Whisper/received1/received.wxml @@ -0,0 +1,15 @@ + + + + 收到一条新的悄悄话 + + + + + + 之前的悄悄话都收在这里哦 + + + + + diff --git a/hangout-master/Pages/HGBot/Whisper/received1/received.wxss b/hangout-master/Pages/HGBot/Whisper/received1/received.wxss new file mode 100644 index 0000000..6f38480 --- /dev/null +++ b/hangout-master/Pages/HGBot/Whisper/received1/received.wxss @@ -0,0 +1,66 @@ +/* Pages/HGBot/Whisper/received/received.wxss */ +/* Pages/HGBot/Whisper/get/get.wxss */ +.ask{ + position: absolute; + left: 50px; + top: 60px; + padding: 10px; + margin: 20px; + font-size: 23px; + text-align: center; + color: #000; +} + +.whisper{ + position: absolute; + left: 45px; + top: 150px; + font-size: 22px; + text-align: center; + color: #000; + background-color: #D8CAAF; +} + +.OK{ + position: absolute; + left: 145px; + top: 320px; + font-size: 22px; + text-align: center; + color: #000; + width: 102px; + height: 30px; + background: #d8caaf; +} + +.list{ + position: absolute; + left: 25px; + top: 360px; + padding-top: 10px; + font-size: 22px; + text-align: center; + color: #000; +} + +button { + margin-left: 10px; + padding-left: 10px; + position: inherit; + background: inherit; + font-weight: bolder; +} + +button:after { + content: none; +} + +button::after { + border: none; +} + +.hg{ + position:absolute; + left: 100px; + top: 430px; +} \ No newline at end of file diff --git a/hangout-master/Pages/HGBot/Whisper/received1/total.js b/hangout-master/Pages/HGBot/Whisper/received1/total.js new file mode 100644 index 0000000..2e2b623 --- /dev/null +++ b/hangout-master/Pages/HGBot/Whisper/received1/total.js @@ -0,0 +1,72 @@ +// Pages/HGBot/Whisper/received/total.js +Page({ + + /** + * 页面的初始数据 + */ + data: { + time:["2022.01.12","2022.01.10"], + }, + + ret:function(){ + wx.reLaunch({ + url: '/Pages/HGBot/Home/Home', + }) + }, + + /** + * 生命周期函数--监听页面加载 + */ + onLoad: function (options) { + + }, + + /** + * 生命周期函数--监听页面初次渲染完成 + */ + onReady: function () { + + }, + + /** + * 生命周期函数--监听页面显示 + */ + onShow: function () { + + }, + + /** + * 生命周期函数--监听页面隐藏 + */ + onHide: function () { + + }, + + /** + * 生命周期函数--监听页面卸载 + */ + onUnload: function () { + + }, + + /** + * 页面相关事件处理函数--监听用户下拉动作 + */ + onPullDownRefresh: function () { + + }, + + /** + * 页面上拉触底事件的处理函数 + */ + onReachBottom: function () { + + }, + + /** + * 用户点击右上角分享 + */ + onShareAppMessage: function () { + + } +}) \ No newline at end of file diff --git a/hangout-master/Pages/HGBot/Whisper/received1/total.json b/hangout-master/Pages/HGBot/Whisper/received1/total.json new file mode 100644 index 0000000..8835af0 --- /dev/null +++ b/hangout-master/Pages/HGBot/Whisper/received1/total.json @@ -0,0 +1,3 @@ +{ + "usingComponents": {} +} \ No newline at end of file diff --git a/hangout-master/Pages/HGBot/Whisper/received1/total.wxml b/hangout-master/Pages/HGBot/Whisper/received1/total.wxml new file mode 100644 index 0000000..a2bb32c --- /dev/null +++ b/hangout-master/Pages/HGBot/Whisper/received1/total.wxml @@ -0,0 +1,17 @@ + + + + + {{time[item]}} + + + + + + + + + + + diff --git a/hangout-master/Pages/HGBot/Whisper/received1/total.wxss b/hangout-master/Pages/HGBot/Whisper/received1/total.wxss new file mode 100644 index 0000000..146b9eb --- /dev/null +++ b/hangout-master/Pages/HGBot/Whisper/received1/total.wxss @@ -0,0 +1,30 @@ +/* Pages/HGBot/Whisper/received/total.wxss */ + +.list{ + position: relative; + font-size: 22px; + left: 45px; + color: #000; +} + +.whisper{ + position: relative; + font-size: 22px; + color: #000; + align-items: center; + background-color: #D8CAAF; +} + +.hg{ + align-items: center; + justify-content: center; + text-align: center; +} + +.ret{ + color:#7B8B6F; + font-size: 45px; + margin-left: 30px; + position: absolute; + bottom: 20px; +} \ No newline at end of file