微信小程式九宮格佈局

来源:https://www.cnblogs.com/HouXinLin/archive/2019/05/11/10847666.html
-Advertisement-
Play Games

先上效果圖 使用註意事項 1:註意在app.json中註冊頁面路徑 2:如果要增加新的Item,可到js中對listService數組進行增加 3:listService參數[ title:分類標題 items:這個分類下的所有Item[ name:這個Item的名字 url:這個Item點擊跳轉路 ...


先上效果圖

image.png

使用註意事項

1:註意在app.json中註冊頁面路徑

2:如果要增加新的Item,可到js中對listService數組進行增加

3:listService參數[
title:分類標題
items:這個分類下的所有Item[
name:這個Item的名字
url:這個Item點擊跳轉路徑
icon:圖標
]]

WXML代碼


<view id='services' class='services'>
  <view class="grid" wx:for="{{servers}}" wx:key="">
    <view class='grid-title'>
      <text>{{item.title}}</text>
    </view>
    <view class='grid-items'>
      <block wx:for="{{item.items}}" wx:key="">
        <view class='grid-item'>
          <view wx:if="{{item.enabled}}" class='mask'>
            <text>{{item.detail}}</text>
          </view>
          <view class='navigator' data-path='{{item.url}}' data-isBind='{{item.isBind}}' bindtap='bindNavigator'  hover-class="none">
            <view class='item-content'>
              <view class="item-content-icon">
                <image src="{{item.icon}}" mode="scaleToFill" />
              </view>
              <text class="weui-grid_label">{{item.name}}</text>
            </view>
          </view>
        </view>
      </block>
    </view>
  </view>
</view>

WXSS

page{
  background:#eeecec;
}
.enable{
  z-index: 99999;
  background: #404040;
  opacity: 0.8;
  position: absolute;
  width: 100;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.enable text{
  color: #fafafa;
  font-size: 18px;
  font-weight: bold;

}


.grid {
  background: #ffffff;
  margin-bottom:10px;
}
.services{
  background:#f5f5f5;

}
.navigator{
padding:20px 10px;
}
.grid-items {
  
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

}
.grid-items::before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #d9d9d9;
}
.grid-items::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-left: 1px solid #d9d9d9;
    color: #d9d9d9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.grid-item{
    position: relative;
    float: left;
    width: 33.33333333%;
    box-sizing: border-box;
}

.grid-item::before{
   content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-right: 1px solid #d9d9d9;
    color: #d9d9d9;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.grid-item::after{
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #d9d9d9;
    color: #d9d9d9;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.item-content{
    position: relative;

    padding: 0px 0px;
    width: 100%;
    box-sizing: border-box;
}
.item-content-icon{
     width: 32px;
    height: 32px;
    margin: 0 auto;
}
.item-content-icon image{
    display: block;
    width: 100%;
    height: 100%;
}
.weui-grid_label {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #707070;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.grid-title{
    display: block;
  
    font-weight: bold;
    color: #707070;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 7px;

}
.mask{
  width: 100%;
  height: 100%;

  position: absolute;
  z-index: 999;
  text-align: center;
  background: rgba(0, 0, 0, 0.619);
  color: #eee8e8;
  line-height: 32px;
  display: flex;

}

最重要的JS


const app = getApp()

Page({
  data: {
    servers:[]
  },

  onLoad: function () {
    var listService = [
      {
        title: '社會',
        items: [{
          name: '捐助',
          url: '/pages/TestPage/TestPage',
          icon: '/imgs/love.png',
          code: '11'
        },
        {
          isBind: true,
          name: '捐衣物',
          url: '',
          icon: '/imgs/clothes.png',
          code: '11'
        }
        ]
      },

      {
        title: '生活',
        items: [{
          name: '微信',
          url: '',
          icon: '/imgs/wechat.png',
          code: '11'
        },
        {
          isBind: true,
          name: '微信',
          url: '',
          icon: '/imgs/wechat.png',
          code: '11'
        }, {
          isBind: true,
          name: '火車票',
          url: '',
          icon: '/imgs/tick.png',
          code: '11'
        },
        ]
      },
      {
        title: '家庭',
        items: [{
          isBind: true,
          name: '賬單',
          url: '',
          icon: '/imgs/bill.png',
          code: '11'
        }
        ]
      }, {
        title: '其他服務',
        items: []
      }
    ]
    this.setData({
      servers: listService
    })
  },

  /**
   * 當點擊Item的時候傳遞過來
   */
  bindNavigator: function (e) {
    wx.navigateTo({
      url: e.currentTarget.dataset.path,
    })

  },
})

您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • 介紹 可用於獲取關於 ResultSet 對象中列的類型和屬性信息的對象,在持久框層框架(如:mybatis, hibernate)中被廣泛的應用。 常用方法 int getColumnCount() 返回此 ResultSet 對象中的列數 String getColumnLabel(int co ...
  • 很多人都知道大數據很火,就業很好,薪資很高,想往大數據方向發展。但該學哪些技術,學習路線是什麼樣的呢? 其實就是想告訴你的大數據的三個發展方向,平臺搭建/優化/運維/監控、大數據開發/設計/架構、數據分析/挖掘。請不要問我哪個好學,哪個錢多。 先說一下大數據的4V特征: 數據量大,TB->PB 數據 ...
  • 指定一個日期,獲取其所屬周的開始日期和結束日期。以及前一周和後一周的開始日期和結束日期。 Insus.NET把這個功能寫成一個自定義函數Table-values Functions。 如何使用上面這個函數,列舉例子說明: ...
  • 安裝步驟可借鑒https://www.cnblogs.com/qfb620/p/4577255.html 1、安裝後發現用Navicat無法連接資料庫顯示報錯ORA-28547:connection to server failed,probable Oracle Net admin error 上 ...
  • 進銷存的訂單表設計這裡只討論最簡單的業務流程,採購申請等業務流程不考慮包括主表(表頭)和子表(明細表)主表:主要信息包括單據流水編碼、供應商信息、訂單類型、單據日期、制單人等等子表:主要信息是物料、數量以及價格主表相關設計如下()子表相關設計如下 ...
  • 最近發現一個非常奇怪的阻塞問題,如下截圖所示(來自監控工具DPA),會話583被會話1036阻塞,而且阻塞發生在tempdb,被阻塞的SQL如下截圖所示,會話等待類型為LCK_M_S 因為DPA工具不好截取全部信息,使用下麵SQL語句獲取了阻塞會話的詳細信息如下,來自Microsoft SQL Se... ...
  • [20190510]rman備份的疑問7.txt--//上午測試rman備份時備份文件大小回縮的測試.鏈接:--//http://blog.itpub.net/267265/viewspace-2643804/ => [20190509]rman備份的疑問5.txt --//自己又認真會看自己以前寫 ...
  • 根據需求,需要把某一些數字或字元串進行格式化,前導或後導字元串。Insus.NET把這個功能寫成一個自定義函數。需要時,直接使用即可。 SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- -- Author: Insus.NET -- Create ...
一周排行
    -Advertisement-
    Play Games
  • 移動開發(一):使用.NET MAUI開發第一個安卓APP 對於工作多年的C#程式員來說,近來想嘗試開發一款安卓APP,考慮了很久最終選擇使用.NET MAUI這個微軟官方的框架來嘗試體驗開發安卓APP,畢竟是使用Visual Studio開發工具,使用起來也比較的順手,結合微軟官方的教程進行了安卓 ...
  • 前言 QuestPDF 是一個開源 .NET 庫,用於生成 PDF 文檔。使用了C# Fluent API方式可簡化開發、減少錯誤並提高工作效率。利用它可以輕鬆生成 PDF 報告、發票、導出文件等。 項目介紹 QuestPDF 是一個革命性的開源 .NET 庫,它徹底改變了我們生成 PDF 文檔的方 ...
  • 項目地址 項目後端地址: https://github.com/ZyPLJ/ZYTteeHole 項目前端頁面地址: ZyPLJ/TreeHoleVue (github.com) https://github.com/ZyPLJ/TreeHoleVue 目前項目測試訪問地址: http://tree ...
  • 話不多說,直接開乾 一.下載 1.官方鏈接下載: https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads 2.在下載目錄中找到下麵這個小的安裝包 SQL2022-SSEI-Dev.exe,運行開始下載SQL server; 二. ...
  • 前言 隨著物聯網(IoT)技術的迅猛發展,MQTT(消息隊列遙測傳輸)協議憑藉其輕量級和高效性,已成為眾多物聯網應用的首選通信標準。 MQTTnet 作為一個高性能的 .NET 開源庫,為 .NET 平臺上的 MQTT 客戶端與伺服器開發提供了強大的支持。 本文將全面介紹 MQTTnet 的核心功能 ...
  • Serilog支持多種接收器用於日誌存儲,增強器用於添加屬性,LogContext管理動態屬性,支持多種輸出格式包括純文本、JSON及ExpressionTemplate。還提供了自定義格式化選項,適用於不同需求。 ...
  • 目錄簡介獲取 HTML 文檔解析 HTML 文檔測試參考文章 簡介 動態內容網站使用 JavaScript 腳本動態檢索和渲染數據,爬取信息時需要模擬瀏覽器行為,否則獲取到的源碼基本是空的。 本文使用的爬取步驟如下: 使用 Selenium 獲取渲染後的 HTML 文檔 使用 HtmlAgility ...
  • 1.前言 什麼是熱更新 游戲或者軟體更新時,無需重新下載客戶端進行安裝,而是在應用程式啟動的情況下,在內部進行資源或者代碼更新 Unity目前常用熱更新解決方案 HybridCLR,Xlua,ILRuntime等 Unity目前常用資源管理解決方案 AssetBundles,Addressable, ...
  • 本文章主要是在C# ASP.NET Core Web API框架實現向手機發送驗證碼簡訊功能。這裡我選擇是一個互億無線簡訊驗證碼平臺,其實像阿裡雲,騰訊雲上面也可以。 首先我們先去 互億無線 https://www.ihuyi.com/api/sms.html 去註冊一個賬號 註冊完成賬號後,它會送 ...
  • 通過以下方式可以高效,並保證數據同步的可靠性 1.API設計 使用RESTful設計,確保API端點明確,並使用適當的HTTP方法(如POST用於創建,PUT用於更新)。 設計清晰的請求和響應模型,以確保客戶端能夠理解預期格式。 2.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...