mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 13:09:38 +08:00
描述:细化面
This commit is contained in:
parent
c70540e9a6
commit
bd1bc83496
@ -51,7 +51,8 @@
|
|||||||
"pages/meeting/accessControl/accessControlRecord/accessControlRecord",
|
"pages/meeting/accessControl/accessControlRecord/accessControlRecord",
|
||||||
"pages/meeting/meetingReservation/meetingReservation",
|
"pages/meeting/meetingReservation/meetingReservation",
|
||||||
"pages/meeting/visitorIinvitation/visitorIinvitation",
|
"pages/meeting/visitorIinvitation/visitorIinvitation",
|
||||||
"pages/meeting/meetingRoom/meetingRoom"
|
"pages/meeting/meetingRoom/meetingRoom",
|
||||||
|
"pages/meeting/meetingRoom/meetingFacilities/meetingFacilities"
|
||||||
],
|
],
|
||||||
"window": {
|
"window": {
|
||||||
"backgroundTextStyle": "light",
|
"backgroundTextStyle": "light",
|
||||||
|
@ -105,13 +105,13 @@
|
|||||||
|
|
||||||
.swiper-box {
|
.swiper-box {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
/* width: 100%; */
|
border-radius: 14rpx;
|
||||||
height: 358rpx;
|
height: 358rpx;
|
||||||
margin: 0 22rpx;
|
margin: 0 22rpx;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.swiper-box .img {
|
.swiper-box .img {
|
||||||
border-radius: 14rpx;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,66 @@
|
|||||||
|
// pages/meeting/meetingRoom/meetingFacilities/meetingFacilities.js
|
||||||
|
Page({
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 页面的初始数据
|
||||||
|
*/
|
||||||
|
data: {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 生命周期函数--监听页面加载
|
||||||
|
*/
|
||||||
|
onLoad(options) {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 生命周期函数--监听页面初次渲染完成
|
||||||
|
*/
|
||||||
|
onReady() {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 生命周期函数--监听页面显示
|
||||||
|
*/
|
||||||
|
onShow() {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 生命周期函数--监听页面隐藏
|
||||||
|
*/
|
||||||
|
onHide() {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 生命周期函数--监听页面卸载
|
||||||
|
*/
|
||||||
|
onUnload() {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 页面相关事件处理函数--监听用户下拉动作
|
||||||
|
*/
|
||||||
|
onPullDownRefresh() {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 页面上拉触底事件的处理函数
|
||||||
|
*/
|
||||||
|
onReachBottom() {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 用户点击右上角分享
|
||||||
|
*/
|
||||||
|
onShareAppMessage() {
|
||||||
|
|
||||||
|
}
|
||||||
|
})
|
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"usingComponents": {}
|
||||||
|
}
|
@ -13,14 +13,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.swiper-box {
|
.swiper-box {
|
||||||
|
border-radius: 14rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
/* width: 100%; */
|
|
||||||
height: 358rpx;
|
height: 358rpx;
|
||||||
margin: 0 22rpx;
|
margin: 0 22rpx;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.swiper-box .img {
|
.swiper-box .img {
|
||||||
border-radius: 14rpx;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user