91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

微信小程序長頁面中彈框如何居中

小新
565
2020-12-16 14:14:58
欄目: 云計算

微信小程序長頁面中彈框如何居中

微信小程序長頁面中彈框居中的案例:

在對應的wxml文件中添加以下代碼:

<form bindsubmit="formSubmit" bindreset="formReset">

    <view class="commodity_screen" bindtap="hideModal2" wx:if="{{!flag}}"></view>

    <view class="wx-popup" style="margin:-{{windowHeight/2}}px 0 0 -{{windowWidth/2}}px" hidden="{{flag}}">

      <view class='popup-container'>

        <view class="wx-popup-title">添加備注</view>

        <view class="wx-popup-con">

          <view class="input">

            <input class="inputRemark" name="nickName" value="{{nickName}}" placeholder="請輸入備注" bindinput="remarkInput" />

          </view>

        </view> 

        <view class="wx-popup-btn">

          <button class="btn-no" formType="reset" bindtap='hideModal2'>取消</button>

          <button class="btn-no" formType="submit">確認</button>

        </view>

      </view>

    </view>

  </form>

在對應的js文件中添加以下代碼:

Page({

  data: {

    windowWidth: '',

    windowHeight: '',

  },

  onShow: function() {

    //獲取系統信息:獲取當前屏幕可見區域的寬和高

    wx.getSystemInfo({

      success: function(res) {

        that.setData({

          "windowWidth": res.windowWidth, //可使用窗口寬度,單位px

          "windowHeight": res.windowHeight, //可使用窗口高度,單位px

        })

        console.log(res.windowWidth, that.data.windowWidth);

        console.log(res.windowHeight, that.data.windowHeight);

      },

    })

  },

})

在對應的wxss文件中添加以下代碼:

.wx-popup {

  position: fixed;

  z-index: 2000;

}

 

.popup-container {

  position:fixed;

  left: 50%;

  top: 50%;

  width: 80%;

  max-width: 600rpx;

  background: #fff;

  z-index: 2000;

 

}

0
海安县| 旺苍县| 玉树县| 保山市| 宁乡县| 汉川市| 凤台县| 朔州市| 凤山市| 武汉市| 林口县| 延川县| 揭西县| 金平| 天台县| 溧阳市| 潞西市| 中牟县| 玉龙| 阿拉善左旗| 图们市| 屏南县| 泗水县| 水城县| 措美县| 同德县| 海兴县| 东丽区| 双辽市| 广宗县| 马边| 加查县| 江口县| 湖南省| 老河口市| 无为县| 丰县| 澄江县| 青阳县| 射阳县| 彭山县|