点击图片放大看效果

上代码

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<html>
<head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover"><style>/*弹窗----------------------------------------*/.alert {background: #00000055;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999;display: flex;justify-content: center;align-items: center;}  .alert[hidden] {display: none;}  .alert-win {width: 384px;border-radius: 6px;background: #fff;box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .2);overflow: hidden;}  .alert-win .header {background: #f2f5fa;padding: 24px 32px;}  .alert-win .header .header-top {display: flex;justify-content: space-between;align-items: center;}  .alert-win .header .header-top h3 {margin: 0;padding: 0;}  .alert-win .header p {padding: 0;margin: 16px 0 0 0;font-size: 14px;color: rgba(41, 47, 58, .7);letter-spacing: 0;line-height: 22px;}  .alert-win .footer {display: flex;justify-content: space-between;padding: 16px 32px;background: #fff;box-shadow: 0 -1px 0 0 rgba(192, 196, 204, .4);text-align: right;}  .alert-win .footer > * {margin: 0 5px;}  .alert-win .footer > *:first-of-type {margin-left: 0;}  .alert-win .footer > *:last-of-type {margin-right: 0;}/*关闭按钮----------------------------------------*/.close-btn {tap-highlight-color: transparent !important;-webkit-tap-highlight-color: transparent !important;width: 24px;height: 24px;font-size: 16px;cursor: pointer;display: inline-block;font-style: normal;position: relative;text-align: center;user-select: none;}  .close-btn:after {content: "";position: absolute;margin-top: -21px;display: block;width: 100%;height: 100%;border-radius: 100%;background-color: rgba(0, 0, 0, .08);opacity: 0;transform: scale(.5);transition: all .2s cubic-bezier(.175, .885, .32, 1.275);}  .close-btn:hover:after {opacity: 1;transform: scale(1.4);}/*蓝色按钮----------------------------------------*/button {tap-highlight-color: transparent !important;-webkit-tap-highlight-color: transparent !important;transition: .2s ease-out;cursor: pointer;height: 50px;width: 100%;border: 1px solid rgba(51, 100, 237, .35);color: #fff;font-size: 16px;font-weight: bold;border-radius: 3px;background: linear-gradient(180deg, #648CFF 0%, #4172FA 100%);box-shadow: 0 3px 4px 0 rgba(44, 71, 146, .32), inset 0 -2px 0 0 #3262e6;text-align: center;line-height: 46px;user-select: none;}  button:hover {opacity: .9;box-shadow: none;}  button:focus, button:active {outline: none;background: linear-gradient(180deg, #4d7bff, #154deb);transform: scale(.97);}  button[disabled] {color: #fff;background: #b0c7ff;pointer-events: none;cursor: default;box-shadow: none;}/*白色按钮----------------------------------------*/button[white] {tap-highlight-color: transparent !important;-webkit-tap-highlight-color: transparent !important;transition: .2s ease-out;cursor: pointer;width: 100%;height: 50px;border: none;border-radius: 3px;font-size: 16px;font-weight: bold;color: #292f3a;letter-spacing: 0;outline: none;background: linear-gradient(-180deg, #fff 8%, #f2f2f7 97%);box-shadow: 0 2px 3px 0 rgba(44, 71, 146, .32), 0 -1px 1px 0 rgba(44, 71, 146, .1);}  button[white]:hover {background: linear-gradient(-180deg, #f2f2f7 20%, #f2f2f7 97%);box-shadow: none;color: #3973ff;border: none;}  button[white]:active, button[white]:active {background: #d8dde6;transform: scale(.97);}  button[white][disabled] {background: rgba(216, 221, 230, .8) !important;pointer-events: none;cursor: default;color: white;box-shadow: none;}</style>
</head>
<body><button onclick="showAlert()">点击显示弹窗</button>
<div class="alert" hidden><div class="alert-win"><div class="header"><div class="header-top"><h3>对话框标题</h3><i class="close-btn" onclick="hideAlert()">✕</i></div><p>使用 AI 动态判断网站当前的攻击势态,并结合每次请求的多维度数据组合,AI 能够做到对每一次请求使用不同的防御能力组合。</p></div><div class="content"><br><br><p style="text-align: center;">正文内容</p><br><br></div><div class="footer"><button white onclick="hideAlert()">取消</button><button onclick="hideAlert()">确定</button></div></div>
</div>
</body>
<script>function showAlert() {document.querySelector(".alert").removeAttribute("hidden");}function hideAlert() {document.querySelector(".alert").setAttribute("hidden", true);}
</script>
</html>

【实用】一个移动端简单的UI弹窗组件,虽算不上高大上,但至少耐看相关推荐

  1. modal组件 vue_开发一个简单的 Vue 弹窗组件

    https://github.com/woai3c/Front-end-articles​github.com 一个弹窗组件通常包含两个部分,分别是遮罩层和内容层. 遮罩层是背景层,一般是半透明或不透 ...

  2. [VSTO系列]二、简单的UI设计/QQ联系人导出(上)

    接上一篇:http://www.cnblogs.com/longqi293/archive/2010/12/08/vstoforexcel1.html 在日常的生活中,QQ已经是联系我们人际关系的一条 ...

  3. element UI el-upload组件实现视频文件上传视频回显

    项目中需要提供一个视频介绍,使用Vue+Element UI中的el-upload组件实现视频上传及进度条展示,后台提供视频上传API并返回URL, 百度找了一番后最终实现了. HTML <el ...

  4. Vue移动端框架Mint UI接口跨域问题

    自己写了一个json数据,放在服务器上,现在要通过vue项目调用数据 http://www.intmote.com/test.json 我现在要调用 在调用接口数据的时候的时候 会出现这样的报错 Ac ...

  5. Vue移动端框架Mint UI教程-调用模拟json数据(五)

    1:安装 npm install vue-resource 2:打开main.js 注册 import VueResource from 'vue-resource' Vue.use(VueResou ...

  6. UI设计组件|临摹学习的必备

    一.组件介绍 1. 什么叫组件? 组件是通过对功能及视觉表达中元素的拆解.归纳.重组,并基于可被复用的目的,形成的规范化模块.它就像组成完整框架的单元体(比如按钮.导航栏.tab栏等),具有标准规范和 ...

  7. web前端组件开发 之 弹窗组件实现

    widget 抽象类 首先抽象出弹窗组件的一些共有属性和方法. widget抽象类中 定义一个最外层容器,即整个弹窗,在widget构造函数中,添加一个属性: this.boundingBox = n ...

  8. [UWP]使用Picker实现一个简单的ColorPicker弹窗

    [UWP]使用Picker实现一个简单的ColorPicker弹窗 原文:[UWP]使用Picker实现一个简单的ColorPicker弹窗 在上一篇博文<[UWP]使用Popup构建UWP P ...

  9. [C语言]一个很实用的服务端和客户端进行UDP通信的实例

    前段时间发了个TCP通信的例子,现在再来一个UDP通信的例子.这些可以作为样本程序,用到开发中."裸写"socket老是记不住步骤,经常被鄙视-- 下面的例子很简单,写一个UDP的 ...

最新文章

  1. 修改squid的Header中的X-Cache为Powered-By-LinuxTone
  2. 2021 IDEA大会开启AI思想盛宴,用“创业精神”做科研
  3. c语言printf 空格,在打印输出前面添加空格,如在C中[printf(%2i)]
  4. linux c select 设置超时
  5. u3d局域网游戏网络(c# socket select 模型)
  6. 小学接触web的我是如何拿下蚂蚁实习 Offer的
  7. ubuntu mysql5.7配置_ubuntu系统mysql5.7忘记/设置root的坑
  8. 右键菜单无响应_被流氓软件玩坏了?这两个清理工具拯救你凌乱的右键菜单。...
  9. 树莓派-解决apt-get upgrade速度慢的方法[更换阿里云源]
  10. readelf使用说明
  11. 鸡兔同笼c语言编程穷举,C语言程序设计100例之(1):鸡兔同笼
  12. 最新互联网架构师视频教程+源码20G
  13. 蓝桥杯python组一个星期备战记录贴
  14. Unity -- Animation(旧版动画组件)和Animator(新版动画器组件)
  15. 洞悉数字资产存储与交易 免于“韭菜”的命运
  16. 【心情分享】联系博主
  17. java web上传视频文件_怎样使用javaweb实现上传视频和下载功能?
  18. 2021年危险化学品经营单位主要负责人免费试题及危险化学品经营单位主要负责人模拟考试
  19. windows10计算机无法启动不了,windows10不能开机怎么办
  20. 大数据技术之Kafka(一)Kafka概述、Kafka快速入门、Kafka架构深入

热门文章

  1. git 下载 安装
  2. 2022-2028年中国石油套管行业市场研究及前瞻分析报告
  3. request 对象和 response 对象
  4. [SDOI2015]权值
  5. 如何修改Sql2005注册服务器名称 {转载}
  6. Real World Haskell 第七章 I/O
  7. DELPHI 中 Window 消息大全使用详解
  8. 测一测你的blog魔症有多严重
  9. ccf 交通规划(迪杰斯特拉优先队列模板)
  10. mysql 主从 MySQLroute_mysql主从复制