diff --git a/pages.json b/pages.json index 8ba174f..2f234f8 100644 --- a/pages.json +++ b/pages.json @@ -294,7 +294,16 @@ "enablePullDownRefresh": false } } - ], + ,{ + "path" : "pages/night/night", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } + ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue index 6664dab..a0b839e 100644 --- a/pages/homepage/homepage.vue +++ b/pages/homepage/homepage.vue @@ -55,11 +55,10 @@ - -
- - -
+ + + +
@@ -314,6 +313,11 @@ url: `/pages/nursestation/nursestation?nurseStationId=${13}` }) }, + gonight() { + uni.navigateTo({ + url: '/pages/night/night' + }) + }, }, // onReachBottom() { //下滑加载 // if (this.informationCategoryVOList.length >= this.informationCategorytotal) {} else { @@ -488,38 +492,28 @@ .Welfarecustomerservice { display: flex; - justify-content: center; + justify-content: space-around; flex-wrap: wrap; background-color: #fff; width: 100%; - padding: 30rpx 0; + padding: 30rpx 3%; margin-bottom: 20rpx; - .pzyh { - // float: left; - width: 340rpx; - height: 340rpx; - } .shopping { margin-top: 15rpx; - width: 700rpx; + width: 98%; height: 170rpx; } - div { - margin-left: 18rpx; - width: 340rpx; + image { + display: block; + width: 48%; + height: 165rpx; + } - image { - display: block; - width: 340rpx; - height: 165rpx; - } - - image:nth-child(1) { - margin-bottom: 14rpx; - } + image:nth-child(1) { + margin-bottom: 14rpx; } } diff --git a/pages/night/night.vue b/pages/night/night.vue new file mode 100644 index 0000000..1bda5d2 --- /dev/null +++ b/pages/night/night.vue @@ -0,0 +1,83 @@ + + + + + diff --git a/static/96558.png b/static/96558.png new file mode 100644 index 0000000..b9a14db Binary files /dev/null and b/static/96558.png differ diff --git a/static/pzyh.png b/static/pzyh.png index e3ec0a5..92da947 100644 Binary files a/static/pzyh.png and b/static/pzyh.png differ