uniapp自定义模态框

23 篇文章 0 订阅
<button type="primary" class="btnBg fujiabtn" @tap="invoiceHandle">发票识别</button>
<view class="popupBox">
  <view class="maskName" v-if="invoiceShow" @tap="invoiceShow=false"></view>
  <view class="newForm" v-if="invoiceShow" style="top: 20vh;">
    <view class="title">分局人员筛选列表</view>
  </view>
</view>
invoiceShow: false,
invoiceHandle(){
  this.invoiceShow = true
},
.maskName {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  background: rgb(0 0 0 / 50%);
  overflow: hidden;
}
.newFormName {
  background: #FFFFFF;
  padding: 10px;
  position: absolute;
  z-index: 9999;
  top: 0;
  margin: 10px;
  left: 0;
  width: 90%;
  border-radius: 5px;
}
.newForm {
  background: #FFFFFF;
  padding: 10px;
  position: absolute;
  z-index: 999;
  top: 0;
  margin: 10px;
  left: 0;
  width: 90%;
  border-radius: 5px;
  height: 87vh;
  overflow-y: auto;
}
.nweflex {
  padding: 5rpx 10rpx;
  background: #007AFF;
  color: #FFFFFF;
  width: 25%;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.mask {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  height: calc(100vh - 44px);
  background: rgb(0 0 0 / 50%);
  overflow: hidden;

}
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值